Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
bb36205a5e302c72448e4ae5170bed9104e9d86e
/
hyracks-storage-am-bloomfilter
cd9ce32
Made sure bloom filters don't hold latches after insertion is over (pages are still pinned). Changed the bloom filter insertion to use a bulkload-like interface. Changed the bulkload interface for all indexes to accept number of elements hint. Various bug fixes.
by salsubaiee
· 12 years ago
81d2b6b
Integrated bloom filters with LSM-BTree during flushes, merges, and bulkload. All tests pass except the merge test due to what it seems a bug in the cleanup after merges if there are no search threads accessing the disk components. Next is to use bloom filters during search and also with other lsm indexes.
by salsubaiee
· 12 years ago
8912c19
Fixed couple of bugs, added minor optimizations, and added more tests.
by salsubaiee
· 12 years ago
21e672a
Added bloom filter implementation. Additional extensive testing is still needed.
by salsubaiee
· 12 years ago