Searched refs:pass (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-03-02-rocksdb-5-2-1-released.markdown | 9 …number of shard bits automatically based on capacity, if the user doesn't pass one. This also impa…
|
| D | 2017-07-25-rocksdb-5-6-1-released.markdown | 16 * Users can pass a cache object to write buffer manager, so that they can cap memory usage for memt…
|
| D | 2015-02-27-write-batch-with-index.markdown | 18 …rage/rocks/rocks_recovery_unit.cpp#L245-L260). If a range query comes, we pass a DB's iterator to …
|
| D | 2017-05-14-core-local-stats.markdown | 42 …t aggregate all threads' local values. This adds some overhead, which may pass unnoticed if statis…
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 24 * make all unit test pass both in debug and release builds.
|
| D | HISTORY.md | 6 * `Cache::Insert` now expects clients to pass in function objects implementing the `Cache::Deleter`… 53 …write operations, and an option DBOptions::file_system to allow a user to pass in an instance of r… 54 * A new rocksdb::NewSstFileManager() API that allows the caller to pass in separate Env and FileSys… 165 …rce_consistency_check in RocksDb, instead of crashing the process, we now pass the error back to t… 623 * Users can pass a cache object to write buffer manager, so that they can cap memory usage for memt… 677 …number of shard bits automatically based on capacity, if the user doesn't pass one. This also impa…
|
| /rocksdb-6.9/db/ |
| D | db_test.cc | 5831 for (int pass = 1; pass <= 3; pass++) { in TEST_F() local 5835 (write_size / 1024 / 1024), pass); in TEST_F()
|