Skip to content

MVP

Past due by 10 months 20% complete

The database should support minimum functionality of RocksDB

  • manifest file
  • WAL file + rotation
  • SST files and searching
    Along with other functionality such as defining tables
  • Tables are defined per "family" or "schema" as I'm calling it
  • Tables have a defined storage type, similar to postgres

Generally a key value store with some relational database sprin…

The database should support minimum functionality of RocksDB

  • manifest file
  • WAL file + rotation
  • SST files and searching
    Along with other functionality such as defining tables
  • Tables are defined per "family" or "schema" as I'm calling it
  • Tables have a defined storage type, similar to postgres

Generally a key value store with some relational database sprinkled on top