From 069579328394c48037e594202c6f2186cee70c33 Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Wed, 27 Nov 2019 10:22:45 -0800 Subject: [PATCH] Update format_version comment for 6.6.0 Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6097 Differential Revision: D18729661 Pulled By: pdillinger fbshipit-source-id: d2e4a9d6803aad8dd61ececd5c2b861e6f2da73b --- include/rocksdb/table.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/rocksdb/table.h b/include/rocksdb/table.h index 63dce41ef..f4462dffb 100644 --- a/include/rocksdb/table.h +++ b/include/rocksdb/table.h @@ -269,9 +269,9 @@ struct BlockBasedTableOptions { // probably use this as it would reduce the index size. // This option only affects newly written tables. When reading existing // tables, the information about version is read from the footer. - // 5 -- Can be read by RocksDB's versions since X.X.X (something after 6.4.6) - // Full and partitioned filters use a generally faster and more accurate - // Bloom filter implementation, with a different schema. + // 5 -- Can be read by RocksDB's versions since 6.6.0. Full and partitioned + // filters use a generally faster and more accurate Bloom filter + // implementation, with a different schema. uint32_t format_version = 2; // Store index blocks on disk in compressed format. Changing this option to -- GitLab