utsaslab / pebblesdb

The PebblesDB write-optimized key-value store (SOSP 17)
BSD 3-Clause "New" or "Revised" License
504 stars 98 forks source link

Added mem_optimization branch #20

Open dgauraang opened 5 years ago

dgauraang commented 5 years ago

I don't think this branch is ready for usage yet. One thing I'm unsure of is whether or not the file level bloom filters actually constitute the majority of bloom filter usage and if I should be removing block level filters instead.