@ -87,9 +87,6 @@ struct BlockBasedTableOptions {
// `Options.prefix_extractor` is provided.
// `Options.prefix_extractor` is provided.
kHashSearch ,
kHashSearch ,
// TODO(myabandeh): this feature is in experimental phase and shall not be
// used in production; either remove the feature or remove this comment if
// it is ready to be used in production.
// A two-level index implementation. Both levels are binary search indexes.
// A two-level index implementation. Both levels are binary search indexes.
kTwoLevelIndexSearch ,
kTwoLevelIndexSearch ,
} ;
} ;
@ -158,10 +155,8 @@ struct BlockBasedTableOptions {
// Note: currently this option requires kTwoLevelIndexSearch to be set as
// Note: currently this option requires kTwoLevelIndexSearch to be set as
// well.
// well.
// TODO(myabandeh): remove the note above once the limitation is lifted
// TODO(myabandeh): remove the note above once the limitation is lifted
// TODO(myabandeh): this feature is in experimental phase and shall not be
// Use partitioned full filters for each SST file. This option is
// used in production; either remove the feature or remove this comment if
// incompatibile with block-based filters.
// it is ready to be used in production.
// Use partitioned full filters for each SST file
bool partition_filters = false ;
bool partition_filters = false ;
// Use delta encoding to compress keys in blocks.
// Use delta encoding to compress keys in blocks.