Searched refs:parallel (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/ |
| D | TARGETS | 482 "parallel", 734 "parallel", 741 "parallel", 748 "parallel", 839 "parallel", 874 "parallel", 902 "parallel", 916 "parallel", 923 "parallel", 1028 "parallel", [all …]
|
| D | defs.bzl | 24 ttype = "gtest" if parallelism == "parallel" else "simple"
|
| D | appveyor.yml | 65 parallel: true
|
| D | CMakeLists.txt | 18 …the project in debug mode (you may want to add /m[:<N>] flag to run msbuild in <N> parallel threads
|
| D | HISTORY.md | 248 * 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/ |
| D | db_impl_write.cc | 266 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/ |
| D | 2017-06-26-17-level-based-changes.markdown | 14 …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 …
|
| D | 2017-08-25-flushwal.markdown | 24 …group commit logic in MySQL allows the 1st phase (Prepare) to be run in parallel but after a commi…
|
| D | 2016-01-29-compaction_pri.markdown | 14 …cksDB by picking multiple files from the same level and compact them in parallel. We had to move a…
|