Compaction: LSM Tree Maintenance
LSM trees trade immediate write costs for deferred maintenance. Every write goes to an in-memory buffer, which periodically flushes to disk as an immutable SSTable. This design gives you excellent…
Read more →LSM trees trade immediate write costs for deferred maintenance. Every write goes to an in-memory buffer, which periodically flushes to disk as an immutable SSTable. This design gives you excellent…
Read more →