-
Notifications
You must be signed in to change notification settings - Fork 2
Storage Engine Modules Roadmap
Arindam Das edited this page Jun 6, 2021
·
1 revision
- A concurrent in-memory map implemented as a hashtable.
- A lock-free variant of the map mentioned above.
- A wait-free simulation of the lock-free map.
- A lock-free concurrent SSTable simulated in a wait-free manner.
- Compaction operations on SSTable.
- Column-oriented storage support. (Needs further elaboration)
- Content correctness verification and replication using Merkle trees for SSTable and Column-oriented storage.
- Message sequencing with Merkle trees.
Made with ❤️ @solidstatedb