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:
Fenggang Wu 2018-07-31 11:40:41 -07:00 committed by Facebook Github Bot
parent a1a546a634
commit ee7617167f

View File

@ -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.