Releases: fjall-rs/lsm-tree
Releases · fjall-rs/lsm-tree
2.10.1
2.10.0
- [misc] Improve error logging in compaction worker
2.9.0
2.8.0
- [feat] Bulk load API (
Tree::ingest
) - [feat] Unified cache API
- [perf] Replace
std::slice::partition_point
2.7.6
- Followup fix for 2.7.3
2.7.5
- pin value-log version
2.7.4
- remove noisy console log
2.7.3
- [fix] Closing segment file handles too early
2.7.2
- [fix] Fix deadlock potential by decoupling compaction installations from readers; should also allow writing-while-iterating now #90 fjall-rs/fjall#74
2.7.1
- update
value-log
- [compaction] Improve SizeTiered compaction behaviour in the late game by rewriting Lmax into a sorted run