mmcgrana / services-engineering

A reading list for services engineering, with a focus on cloud infrastructure services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSM

mmcgrana opened this issue · comments

Log-structured merge trees are a pervasive pattern in modern systems. They're used by some of the systems mentioned in our existing links, but might also warrant a top-level link too.

There's pretty good coverage of this idea in practice in the BigTable paper, already included in our list. The best source for SLM in general seems to be http://www.cs.umb.edu/~poneil/lsmtree.pdf.