100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Tag

LSMTree

A Log-Structured Merge-tree (LSM tree) is a write-optimized data structure that batches writes in memory and flushes them sequentially to disk as immutable sorted files, periodically merging (compacting) those files to control read cost and reclaim space.

15 resources across 2 libraries

Glossary Terms(4)

Interview Questions(11)