rocksdb/docs/static/images
Peter Dillinger 4b86fe1123 Log warning for high bits/key in legacy Bloom filter (#6312)
Summary:
Help users that would benefit most from new Bloom filter
implementation by logging a warning that recommends the using
format_version >= 5.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6312

Test Plan:
$ (for BPK in 10 13 14 19 20 50; do ./filter_bench -quick -impl=0 -bits_per_key=$BPK -m_queries=1 2>&1; done) | grep 'its/key'
    Bits/key actual: 10.0647
    Bits/key actual: 13.0593
    [WARN] [/block_based/filter_policy.cc:546] Using legacy Bloom filter with high (14) bits/key. Significant filter space and/or accuracy improvement is available with format_verion>=5.
    Bits/key actual: 14.0581
    [WARN] [/block_based/filter_policy.cc:546] Using legacy Bloom filter with high (19) bits/key. Significant filter space and/or accuracy improvement is available with format_verion>=5.
    Bits/key actual: 19.0542
    [WARN] [/block_based/filter_policy.cc:546] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_verion>=5.
    Bits/key actual: 20.0584
    [WARN] [/block_based/filter_policy.cc:546] Using legacy Bloom filter with high (50) bits/key. Dramatic filter space and/or accuracy improvement is available with format_verion>=5.
    Bits/key actual: 50.0577

Differential Revision: D19457191

Pulled By: pdillinger

fbshipit-source-id: 073d94cde5c70e03a160f953e1100c15ea83eda4
2020-01-17 19:37:35 -08:00
..
compaction Intra-L0 blog post 2017-06-26 13:11:41 -07:00
data-block-hash-index data block hash index blog post 2018-08-29 10:58:10 -07:00
delrange DeleteRange blog post (#4711) 2018-11-21 20:28:03 -08:00
rate-limiter blog post for auto-tuned rate limiter 2017-12-18 17:56:50 -08:00
binaryseek.png data block hash index blog post 2018-08-29 10:58:10 -07:00
bloom_fp_vs_bpk.png Log warning for high bits/key in legacy Bloom filter (#6312) 2020-01-17 19:37:35 -08:00
pcache-blockindex.jpg Add pcache documentation images 2016-12-14 11:54:22 -08:00
pcache-fileindex.jpg Add pcache documentation images 2016-12-14 11:54:22 -08:00
pcache-filelayout.jpg Add pcache documentation images 2016-12-14 11:54:22 -08:00
pcache-readiopath.jpg Add pcache documentation images 2016-12-14 11:54:22 -08:00
pcache-tieredstorage.jpg Add pcache documentation images 2016-12-14 11:54:22 -08:00
pcache-writeiopath.jpg Add pcache documentation images 2016-12-14 11:54:22 -08:00
promo-adapt.svg Initial Landing Page 2016-09-01 17:25:08 -07:00
promo-flash.svg Initial Landing Page 2016-09-01 17:25:08 -07:00
promo-operations.svg Initial Landing Page 2016-09-01 17:25:08 -07:00
promo-performance.svg Initial Landing Page 2016-09-01 17:25:08 -07:00
Resize-of-20140327_200754-300x225.jpg Migrate the RocksDB Worpdress blog over to Jekyll 2016-09-01 17:28:49 -07:00
tree_example1.png Migrate the RocksDB Worpdress blog over to Jekyll 2016-09-01 17:28:49 -07:00