Publication
Managing Messes in Computational Notebooks
Publication
Cumulative Activation in Social Networks
Video
Scaling Write-Intensive Key-Value Stores
In recent years, the log-structured merge-tree (LSM-tree) has become the mainstream core data structure used by key-value stores to ingest and persist data quickly. LSM-tree enables fast writes by buffering incoming data in memory and…