Home
last modified time | relevance | path

Searched refs:kTwoLevelIndexSearch (Results 1 – 18 of 18) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DIndexType.java25 kTwoLevelIndexSearch((byte) 2); enumConstant
/rocksdb-6.9/db/
Ddb_bloom_filter_test.cc86 ->index_type != BlockBasedTableOptions::kTwoLevelIndexSearch) { in TEST_P()
159 bbto.index_type = BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_F()
225 bbto.index_type = BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_F()
278 bbto.index_type = BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_F()
443 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_P()
595 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_F()
615 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_F()
1065 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in BloomStatsTestWithParam()
Ddb_test_util.cc434 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in GetOptions()
500 table_options.index_type = BlockBasedTableOptions::kTwoLevelIndexSearch; in GetOptions()
509 table_options.index_type = BlockBasedTableOptions::kTwoLevelIndexSearch; in GetOptions()
Ddb_basic_test.cc1513 bbto.index_type = BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_P()
Ddb_test2.cc4386 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_F()
/rocksdb-6.9/docs/_posts/
D2017-03-02-rocksdb-5-2-1-released.markdown15 …el index on the partitions. The feature can be enabled by setting kTwoLevelIndexSearch as IndexTyp…
/rocksdb-6.9/include/rocksdb/
Dtable.h103 kTwoLevelIndexSearch = 0x02, enumerator
/rocksdb-6.9/table/block_based/
Dindex_builder.cc50 case BlockBasedTableOptions::kTwoLevelIndexSearch: { in CreateIndexBuilder()
Dblock_based_table_builder.cc412 BlockBasedTableOptions::kTwoLevelIndexSearch) { in Rep()
961 BlockBasedTableOptions::kTwoLevelIndexSearch) { in WritePropertiesBlock()
Dblock_based_table_factory.cc196 BlockBasedTableOptions::kTwoLevelIndexSearch) { in BlockBasedTableFactory()
Dblock_based_table_reader.cc953 index_type == BlockBasedTableOptions::kTwoLevelIndexSearch); in PrefetchIndexAndFilterBlocks()
957 index_type == BlockBasedTableOptions::kTwoLevelIndexSearch); in PrefetchIndexAndFilterBlocks()
2854 case BlockBasedTableOptions::kTwoLevelIndexSearch: { in CreateIndexReader()
/rocksdb-6.9/options/
Doptions.cc503 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in OptimizeForSmallDb()
Doptions_helper.cc1695 BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch},
/rocksdb-6.9/test_util/
Dtestutil.cc209 IndexType::kTwoLevelIndexSearch, IndexType::kBinarySearchWithFirstKey}}; in RandomBlockBasedTableOptions()
/rocksdb-6.9/java/rocksjni/
Dportal.h6253 kTwoLevelIndexSearch: in toJavaIndexType()
6276 kTwoLevelIndexSearch; in toCppIndexType()
/rocksdb-6.9/table/
Dtable_test.cc1736 table_options.index_type = BlockBasedTableOptions::kTwoLevelIndexSearch; in TEST_P()
2114 table_options.index_type = BlockBasedTableOptions::kTwoLevelIndexSearch; in TEST_P()
/rocksdb-6.9/
DHISTORY.md608 …xperimental mode. To enable partitioned indexes set index_type to kTwoLevelIndexSearch and to furt…
680 …el index on the partitions. The feature can be enabled by setting kTwoLevelIndexSearch as IndexTyp…
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3770 BlockBasedTableOptions::kTwoLevelIndexSearch; in InitializeOptionsFromFlags()