1996
DOI: 10.1007/s002360050048
|View full text |Cite
|
Sign up to set email alerts
|

The log-structured merge-tree (LSM-tree)

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
347
0
3

Year Published

2009
2009
2020
2020

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 907 publications
(362 citation statements)
references
References 14 publications
0
347
0
3
Order By: Relevance
“…Compared to the insert-ordered log-structured data structures, write-optimized indexes (WOIs), such as logstructured merge trees (LSM-trees) [8], stratified B-trees [9], and fractal trees [10] buffer and sort updates in memory before writing to disk. Although a bit slower than insert-ordered log-structure stores when writing, they provide a better tradeoff between update and query operations.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Compared to the insert-ordered log-structured data structures, write-optimized indexes (WOIs), such as logstructured merge trees (LSM-trees) [8], stratified B-trees [9], and fractal trees [10] buffer and sort updates in memory before writing to disk. Although a bit slower than insert-ordered log-structure stores when writing, they provide a better tradeoff between update and query operations.…”
Section: Related Workmentioning
confidence: 99%
“…Compared to the conventional read-optimized indexes (ROIs, i.e., B+ Trees), recent efforts have focused on writeoptimized indexes (WOIs), such as log-structured merge trees (LSM-trees) [8], stratified B-trees [9], and fractal trees [10]. Several commercial KV stores [11]- [16] have successfully adopted WOIs, and a series of write-optimized file systems [17]- [20] has also been proposed.…”
Section: Introductionmentioning
confidence: 99%
“…To support write-heavy applications, PFS borrows ideas from LevelDB [45] and utilizes Log-Structured Merge (LSM) tree [46] to reduce the I/O latency. The LSM tree offers fast random updates, inserts and deletes without sacrificing lookup performance [47].…”
Section: Write and Read In Pfsmentioning
confidence: 99%
“…When it is, the sample itself is assumed to be stored in main memory during the single pass-avoiding issues of efficiently maintaining the sample on disk. Several I/O efficient index structures such as LSM Trees [19] and Y-Trees [10] can be used to maintain a large random sample on disk. However, like geometric file, they also require frequent in-place updates, making them unsuitable for flash.…”
Section: Related Workmentioning
confidence: 99%