Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 268 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 268 Bytes

LSM-Tree

LSM Tree is a write optimization system that converts random write to sequential write, thus achieving excellent write performance. However, certain LSM will also lead to write amplification. This project tries to partially solve or reduce this problem.