Proceedings of the 2012 ACM SIGMOD International Conference on Management of Data 2012
DOI: 10.1145/2213836.2213862
|View full text |Cite
|
Sign up to set email alerts
|

bLSM

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
7
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 231 publications
(7 citation statements)
references
References 19 publications
0
7
0
Order By: Relevance
“…The ETL is a function of expected 0D and 1D barcodes. The expected 0D barcode can also be viewed as the expected heights of branching in a random merge tree [90][91][92][93][94][95].…”
Section: Inference On Expected Birth and Death Valuesmentioning
confidence: 99%
“…The ETL is a function of expected 0D and 1D barcodes. The expected 0D barcode can also be viewed as the expected heights of branching in a random merge tree [90][91][92][93][94][95].…”
Section: Inference On Expected Birth and Death Valuesmentioning
confidence: 99%
“…Note that it is impossible to partially update an entry in SortedStore, thus the merge operation from HashStore to SortedStore always involves a full revision of the entire index. bLSM 11 improves the overall read performance of LSM‐trees by adopting Bloom filters and suggests a new compaction scheduler called Spring and Gear , to bound the write latency without impacting the overall throughput. ForestDB 27 uses HB+‐trie to index long keys, effectively improving the read performance and reducing the space overhead.…”
Section: Background and Motivationmentioning
confidence: 99%
“…For I/O‐intensive workloads, the KV stores based on log‐structured merge‐trees (LSM‐trees) 10 have been extensively research and widely deployed 2,8,11‐15 . The main advantage of the LSM‐trees over other indexing structures (such as B‐trees) is that they can deliver high performance for sequential (batch KV pairs) write access patterns on either solid‐state drives (SSDs) or hard‐disk drives 16 by maintaining the ordered keys and values for compaction at different levels in background.…”
Section: Introductionmentioning
confidence: 99%
“…This enables queries to quickly rule out regions in the storage that do not contain a key and directly jump to the data of interest. To dynamically sort data by key as data is written to storage, one uses a self-balancing data structure, such as an LSM-Tree [68,81]. Figure 6 shows the internal workings of a simplified LSM-Tree.…”
Section: Indexing Data In a Single Passmentioning
confidence: 99%