Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-07-25-rocksdb-5-6-1-released.markdown17 …r db_write_buffer_size is triggered, so that the hard threshold is hard to hit. See https://github…
D2019-03-08-format-version-4.markdown12 …d 4-5x. This frees more space in block cache, which would result in higher hit rate for data and f…
/rocksdb-6.9/docs/
DTEMPLATE-INFORMATION.md7 …l of this before a client views the site anyway, so there's no performance hit from just leaving i…
/rocksdb-6.9/
DHISTORY.md232 …on of a partitioned filter or index through a pinned reference is no longer considered a cache hit.
427 …hey first inserted into the cache. This is to make cache entries never get hit age out faster, imp…
624 …ite_buffer_manager or db_write_buffer_size is triggered, so that the hard threshold is hard to hit.
770 …tion creates a block cache that is able to give simulation results (mainly hit rate) of simulating…
/rocksdb-6.9/db/
Ddb_test2.cc2004 auto hit = options.statistics->getTickerCount(PERSISTENT_CACHE_HIT); in TEST_F() local
2007 ASSERT_GT(hit, 0); in TEST_F()