Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/
DTARGETS482 "parallel",
734 "parallel",
741 "parallel",
748 "parallel",
839 "parallel",
874 "parallel",
902 "parallel",
916 "parallel",
923 "parallel",
1028 "parallel",
[all …]
Ddefs.bzl24 ttype = "gtest" if parallelism == "parallel" else "simple"
Dappveyor.yml65 parallel: true
DCMakeLists.txt18 …the project in debug mode (you may want to add /m[:<N>] flag to run msbuild in <N> parallel threads
DHISTORY.md248 * Lower MultiGet batching API latency by reading data blocks from disk in parallel
911 …ns to specify the maximum number of operations that may be performed in parallel. Add support for …
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc266 bool parallel = immutable_db_options_.allow_concurrent_memtable_write && in WriteImpl() local
277 parallel = parallel && !writer->batch->HasMerge(); in WriteImpl()
380 if (!parallel) { in WriteImpl()
386 0 /*recovery_log_number*/, this, parallel, seq_per_batch_, in WriteImpl()
/rocksdb-6.9/docs/_posts/
D2017-06-26-17-level-based-changes.markdown14 …lvement in pending L0->L1 or L1->L2 compactions. We can only schedule a parallel L0->L1 compaction…
30 …s leaves the database in a state where we might not be able to schedule parallel compactions. For …
D2017-08-25-flushwal.markdown24 …group commit logic in MySQL allows the 1st phase (Prepare) to be run in parallel but after a commi…
D2016-01-29-compaction_pri.markdown14 …cksDB by picking multiple files from the same level and compact them in parallel. We had to move a…