diff --git a/include/rocksdb/table.h b/include/rocksdb/table.h index 63dce41efc8ce5c16ef16e982f7b7796ced71b22..f4462dffb1163cf660120db0984be63e6babefb6 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