ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Partial merges in LSM R-Tree and LSM Inverted index produce empty bloom filters #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When an LSM R-Tree or an Inverted index performs a partial merge, they need to 
merge the body B-Tree to keep track of deleted tuples in older components. 

Along with the body B-Tree, a bloom filter has to be maintained since it is 
always used before probing the body b-tree. currently the bloom filter is not 
merged resulting in an empty bloom filter.

Original issue reported on code.google.com by bamou...@gmail.com on 2 Feb 2014 at 8:02