Skip to main content

One doc tagged with "SSTable"

View all tags

🔎 Under the Hood: Flushing an LSM Tree

Deep dive into MemTables, flushing to SSTables, and why compaction is where the real costs lie. Includes the full lifecycle of a key, with cost analysis for insert, flush, and compaction steps.