Releases: Leibnizhu/TinyLSM
Releases · Leibnizhu/TinyLSM
0.3
0.2
Compaction and Persistence
- Implements compaction, include strategies below:
- Full compaction
- Simple compaction
- Tiered compaction, refs to Universal Compaction - RocksDB Wiki
- Leveled compaction, refs to Leveled Compaction - RocksDB Wiki
- LSM state persistence:
- Write ahead log(WAL)
- Manifest