Files
mini_lsm/mini-lsm-mvcc
Eikasia30 77e15efad4 fix: avoid leveled compaction crash when recovering from manifest (#63)
* Fix: Avoid leveled copaction crash when recovering from manifest

* Also sort SSTs in manifest recovery

* Add `in_recovery` flag to `apply_compaction_result`

- Don't sort the SSTs inside `apply_compaction_result` if in recovery
2024-07-02 20:25:43 -04:00
..
2024-01-30 17:04:25 +08:00
2024-01-26 22:32:55 +08:00

Week 3 Solution

This is the solution of Mini-LSM week 3 with MVCC implementation.