|
|
@ -269,9 +269,9 @@ struct BlockBasedTableOptions { |
|
|
|
// probably use this as it would reduce the index size.
|
|
|
|
// probably use this as it would reduce the index size.
|
|
|
|
// This option only affects newly written tables. When reading existing
|
|
|
|
// This option only affects newly written tables. When reading existing
|
|
|
|
// tables, the information about version is read from the footer.
|
|
|
|
// 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)
|
|
|
|
// 5 -- Can be read by RocksDB's versions since 6.6.0. Full and partitioned
|
|
|
|
// Full and partitioned filters use a generally faster and more accurate
|
|
|
|
// filters use a generally faster and more accurate Bloom filter
|
|
|
|
// Bloom filter implementation, with a different schema.
|
|
|
|
// implementation, with a different schema.
|
|
|
|
uint32_t format_version = 2; |
|
|
|
uint32_t format_version = 2; |
|
|
|
|
|
|
|
|
|
|
|
// Store index blocks on disk in compressed format. Changing this option to
|
|
|
|
// Store index blocks on disk in compressed format. Changing this option to
|
|
|
|