Home
last modified time | relevance | path

Searched refs:OptimizeForPointLookup (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-09-15-rocksdb-3-5-release.markdown35 …4. OptimizeForPointLookup() takes one parameter for block cache size. It now builds hash index, bl…
/rocksdb-6.9/include/rocksdb/
Doptions.h108 ColumnFamilyOptions* OptimizeForPointLookup(uint64_t block_cache_size_mb);
/rocksdb-6.9/options/
Doptions.cc510 ColumnFamilyOptions* ColumnFamilyOptions::OptimizeForPointLookup( in OptimizeForPointLookup() function in ROCKSDB_NAMESPACE::ColumnFamilyOptions
/rocksdb-6.9/db/
Ddb_test2.cc2620 TEST_F(DBTest2, OptimizeForPointLookup) { in TEST_F() argument
2623 options.OptimizeForPointLookup(2); in TEST_F()
Dc.cc2164 opt->rep.OptimizeForPointLookup(block_cache_size_mb); in rocksdb_options_optimize_for_point_lookup()
/rocksdb-6.9/java/rocksjni/
Doptions.cc2852 ->OptimizeForPointLookup(block_cache_size_mb); in Java_org_rocksdb_Options_optimizeForPointLookup()
3340 ->OptimizeForPointLookup(block_cache_size_mb); in Java_org_rocksdb_ColumnFamilyOptions_optimizeForPointLookup()
/rocksdb-6.9/
DHISTORY.md272 * Change the behavior of OptimizeForPointLookup(): move away from hash-based block-based-table inde…
1019 * OptimizeForPointLookup() takes one parameter for block cache size. It now builds hash index, bloo…