DataBlockHashIndex: Specify that DataBlockHashIndex is not yet implemented in the comment
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/4203 Differential Revision: D9090912 Pulled By: fgwu fbshipit-source-id: 6a68be83693ddf2a5c060290382141f0d2fb400b
This commit is contained in:
parent
a1a546a634
commit
ee7617167f
@ -101,7 +101,7 @@ struct BlockBasedTableOptions {
|
||||
IndexType index_type = kBinarySearch;
|
||||
|
||||
// The index type that will be used for the data block.
|
||||
// Now two DataBlockIndexType supported
|
||||
// The kDataBlockHashSearch index type is not yet implemented.
|
||||
enum DataBlockIndexType : char {
|
||||
kDataBlockBinarySearch = 0, // traditional block type
|
||||
kDataBlockHashSearch = 1, // additional hash index appended to the end.
|
||||
|
Loading…
Reference in New Issue
Block a user