-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add support for caching bloomfilters (#1204)"
This reverts commit 4676ca9. Reading bloom filters from the cache leads to severe preformance degradation. Result of read bench tool 1. With bloom filters in cache Average read speed : 97.37 KB/s Total bytes read in 1 minute : 3.7 MB 2. With bloom filters stored in memory (no cache) Average read speed : 41.3833 MB/s Total bytes read in 1 minute : 2.4 GB
- Loading branch information
Ibrahim Jarif
committed
Mar 12, 2020
1 parent
bdb2b13
commit 4516b44
Showing
3 changed files
with
20 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters