Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 318 Bytes

todo.md

File metadata and controls

7 lines (7 loc) · 318 Bytes
  • Make the Partition truly sharded
    • Create a server component for CRUD on individual parts
    • change config to read whether locally or remotely stored
  • Log structured merge for faster read and write
  • RAFT implementation on the database
  • Make Partitions into methods
  • Write tests