Searched refs:working (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_lock_mgr.cc | 128 auto working = paths_buffer_; in Normalize() local 130 if (working.empty()) { in Normalize() 131 return working; in Normalize() 136 working.resize(buffer_idx_); in Normalize() 138 std::rotate(working.begin(), working.begin() + buffer_idx_, working.end()); in Normalize() 141 return working; in Normalize() 148 auto working = Normalize(); in PrepareBuffer() local 149 std::reverse(working.begin(), working.end()); in PrepareBuffer() 151 return working; in PrepareBuffer()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-07-15-rocksdb-2015-h2-roadmap.markdown | 16 As you might know, we're working hard to integrate RocksDB as a storage engine for MySQL. This proj… 35 Another database that we're working on is MongoDB. The project of integrating MongoDB with RocksDB …
|
| D | 2017-05-14-core-local-stats.markdown | 75 The thread-local approach is working well for applications calling RocksDB from only a few threads,…
|
| D | 2014-09-12-cuckoo.markdown | 74 …value length 4, the hash algorithm alone can achieve 9.6 Mqps and we are working on improving it f…
|
| D | 2016-01-29-compaction_pri.markdown | 26 **Optimize for small working set**
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 152 …m data blocks, index blocks, as well as bloom filter blocks. We are also working on a feature to b…
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 384 * Add `FlushOptions::allow_write_stall`, which controls whether Flush calls start working immediate… 502 * Add `CompactRangeOptions::allow_write_stall`, which makes `CompactRange` start working immediatel…
|