Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc128 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/
D2015-07-15-rocksdb-2015-h2-roadmap.markdown16 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 …
D2017-05-14-core-local-stats.markdown75 The thread-local approach is working well for applications calling RocksDB from only a few threads,…
D2014-09-12-cuckoo.markdown74 …value length 4, the hash algorithm alone can achieve 9.6 Mqps and we are working on improving it f…
D2016-01-29-compaction_pri.markdown26 **Optimize for small working set**
D2015-11-16-analysis-file-read-latency-by-level.markdown152 …m data blocks, index blocks, as well as bloom filter blocks. We are also working on a feature to b…
/rocksdb-6.9/
DHISTORY.md384 * 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…