Ristretto caching for bloomfilters in memory #791
Labels
area/performance
Performance related issues.
kind/enhancement
Something could be better.
priority/P3
Low priority, something to be done once everything else is fixed.
status/accepted
We accept to investigate or work on it.
Milestone
While debugging #772 (comment) we realized that bloomfilter size increases as the number of table increases (we store all the bloom filters in memory)
So, we should maintain a clock based cache for the tables in memory and allow them to be evicted.
The text was updated successfully, but these errors were encountered: