kdb

module
v0.0.0-...-a68641f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: MIT

README

kdb

kdb is a toy database that is for learning database internals.

Disclaimer

The functionalities of kdb are limited to focus on understanding database fundamentals. This list explains what kdb can do and not.

  • kdb can create a single table only, can NOT update/delete a created table.
  • kdb can insert a row, but can NOT delete/update it.
  • kdb can queries rows, can NOT support query languages, query planner and JOIN.
  • kdb can support a secondary index.
  • kdb can NOT support multi-threading.
  • kdb can NOT support transactions.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL