Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-12-19-write-prepared-txn.markdown8 …policy in pessimistic transactions is _WriteCommitted_, which means that the data is written to th…
12 …policy, the data is written to the memtable only after the transaction commits. This greatly simpl…
16 …m _WriteCommitted_ to _WriteUnprepared_ write policy. Here we explain the design of _WritePrepared…
/rocksdb-6.9/db/
Ddb_bloom_filter_test.cc691 TestingWrappedBlockBasedFilterPolicy* policy = in TEST_F() local
693 table_options.filter_policy.reset(policy); in TEST_F()
704 ASSERT_EQ(0U, policy->GetCounter()); in TEST_F()
712 ASSERT_EQ(1U * maxKey, policy->GetCounter()); in TEST_F()
719 ASSERT_EQ(2U * maxKey, policy->GetCounter()); in TEST_F()
809 auto policy = std::make_shared<TestingContextCustomFilterPolicy>(15, 8, 5); in TEST_F() local
810 table_options.filter_policy = policy; in TEST_F()
823 EXPECT_EQ(policy->DumpTestReport(), in TEST_F()
831 EXPECT_EQ(policy->DumpTestReport(), in TEST_F()
860 EXPECT_EQ(policy->DumpTestReport(), in TEST_F()
Dc_test.c1042 rocksdb_filterpolicy_t* policy; in main() local
1044 policy = rocksdb_filterpolicy_create(NULL, FilterDestroy, FilterCreate, in main()
1047 policy = rocksdb_filterpolicy_create_bloom(8); in main()
1049 policy = rocksdb_filterpolicy_create_bloom_full(8); in main()
1051 rocksdb_block_based_options_set_filter_policy(table_options, policy); in main()
/rocksdb-6.9/table/block_based/
Dblock_based_filter_block.cc277 const FilterPolicy* const policy = table()->get_rep()->filter_policy; in MayMatch() local
279 const bool may_match = policy->KeyMayMatch(entry, filter); in MayMatch()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py449 for policy in self.policy_names:
450 policy_name = self.policy_names[policy]
478 for policy in self.policy_names:
479 policy_name = self.policy_names[policy]
/rocksdb-6.9/
DCMakeCache.txt385 //build with NUMA policy support
DHISTORY.md56 …BOptions` Option that allows users to configure occ validation policy. The default policy changes …
916 … try to lower the usage by evicting the necessary number of elements following a strict LRU policy.
1002 …u convert to new release: 1. turn off filter policy, 2. compact the whole database, 3. turn on fil…
DCMakeLists.txt329 option(WITH_NUMA "build with NUMA policy support" OFF)