Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthread_list_test.cc208 int operation_counts[], int from_event, int to_event, int amount) { in UpdateCount() argument
209 operation_counts[from_event] -= amount; in UpdateCount()
210 operation_counts[to_event] += amount; in UpdateCount()
/rocksdb-6.9/docs/_posts/
D2018-02-05-rocksdb-5-10-2-released.markdown15 … which measure the number of times transactions wait on key locks and total amount of time waiting.
D2014-09-12-new-bloom-filter-format.markdown47 …l filter just creates a bunch of small filters so it just buffer a small amount of keys. For full …
/rocksdb-6.9/db/
Dinternal_stats.h350 void IncBytesMoved(int level, uint64_t amount) { in IncBytesMoved() argument
351 comp_stats_[level].bytes_moved += amount; in IncBytesMoved()
/rocksdb-6.9/
DWINDOWS_PORT.md69 … restrictions on the alignment of the disk offsets, buffers used and the amount of data that is re…
80 To mitigate the lack of thread local storage cleanup on thread-exit we added a limited amount of wi…
DUSERS.md89 …ithub.com/Qihoo360/pika) is a nosql compatible with redis. With the huge amount of data stored, re…
DHISTORY.md230 …ile names of all log files will be tracked, which may take significantly amount of memory if optio…
544 … which measure the number of times transactions wait on key locks and total amount of time waiting.