Write Heavy Glossary

Browse 1 write heavy terms defined in plain English, from the cultural dictionary of computing.

1 Write Heavy Terms

LSM Tree
Log-Structured Merge Tree — a data structure optimized for write-heavy workloads. Writes go to an in-memory buffer (memtable), then flush to sorted, immutable...

Related Topics