012 IEEE 28th Symposium on Mass Storage Systems and Technologies (MSST) 2012
DOI: 10.1109/msst.2012.6232390
|View full text |Cite
|
Sign up to set email alerts
|

BloomStore: Bloom-Filter based memory-efficient key-value store for indexing of data deduplication on flash

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
52
0

Year Published

2014
2014
2024
2024

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 60 publications
(52 citation statements)
references
References 13 publications
0
52
0
Order By: Relevance
“…This can be solved by organizing the index as a log, appending new entries sequentially, as in ChunkStash [Debnath et al 2010]. In fact, the challenges for key-value stores on FLASH memory are widely researched and are present in a wider range of systems unrelated to deduplication [Anand et al 2010;Debnath et al 2011;Lim et al 2011;Lu et al 2012]. Moreover, both dedupv1 and ChunkStash explore spatial locality as the original DDFS work does.…”
Section: Backup and Archival Storagementioning
confidence: 99%
“…This can be solved by organizing the index as a log, appending new entries sequentially, as in ChunkStash [Debnath et al 2010]. In fact, the challenges for key-value stores on FLASH memory are widely researched and are present in a wider range of systems unrelated to deduplication [Anand et al 2010;Debnath et al 2011;Lim et al 2011;Lu et al 2012]. Moreover, both dedupv1 and ChunkStash explore spatial locality as the original DDFS work does.…”
Section: Backup and Archival Storagementioning
confidence: 99%
“…After then, the Bloom Filter based index becomes very popular for space-efficient and fast matching, such as deduplication of enterprise backup systems [9][10][11], fast matching in IP routing [12][13][14], element membership query in distributed database [15,16], and many other fast-matching demanded network applications [2,17].…”
Section: Related Workmentioning
confidence: 99%
“…Compared with S q , S b in memory can be neglected. Whereas, Bloomstore [11] only keeps a write buffer related BF in memory, and stores the other BFs in flash to minimize memory overhead (S b is at the same level as S q ).…”
Section: Parameter Initializationsmentioning
confidence: 99%
“…Lu et.al. [23] has proposed a technique called bloomstore, a bloom filter based memory efficient key-value pairs for indexing of data de-duplication on flash. They proposed an efficient KV store on flash with a bloom filter [7] based index structure called bloomstore.…”
Section: Flash Based De-duplication Systemsmentioning
confidence: 99%