| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | triggered_rules.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… 10 …ax-bg-compactions:inc-write-buffer-size:dec-max-bytes-for-level-base:inc-l0-slowdown-writes-trigger 15 regex=Stalling writes because we have \d+ level-0 files 18 suggestions=inc-max-bg-compactions:inc-write-buffer-size:inc-l0-stop-writes-trigger 23 regex=Stopping writes because we have \d+ level-0 files 31 regex=Stalling writes because of estimated pending compaction bytes \d+ 57 [Suggestion "inc-l0-slowdown-writes-trigger"] 61 [Suggestion "inc-l0-stop-writes-trigger"]
|
| D | LOG-1 | 7 2018/05/25-14:30:07.764240 7f82b2f20700 [WARN] [db/column_family.cc:743] [default] Stopping writes … 8 2018/05/23-11:53:12.800143 7f9f36b40700 [WARN] [db/column_family.cc:799] [default] Stalling writes … 9 2018/05/23-11:53:12.800143 7f9f36b40700 [WARN] [db/column_family.cc:799] [default] Stopping writes … 14 2018/05/25-14:30:25.643633 7f82b2f20700 [WARN] [db/column_family.cc:743] [default] Stopping writes … 17 2018/05/25-14:30:27.289353 7f82ba72e700 [WARN] [db/column_family.cc:764] [default] Stopping writes …
|
| D | test_rules.ini | 19 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… 23 regex=Stalling writes because we have \d+ level-0 files 27 regex=Stopping writes because we have \d+ level-0 files 31 regex=Stalling writes because of estimated pending compaction bytes \d+
|
| D | LOG-0 | 7 2018/05/25-14:30:07.764240 7f82b2f20700 [WARN] [db/column_family.cc:743] [default] Stopping writes … 8 2018/05/23-11:53:12.800143 7f9f36b40700 [WARN] [db/column_family.cc:799] [default] Stalling writes … 9 2018/05/23-11:53:12.800143 7f9f36b40700 [WARN] [db/column_family.cc:799] [default] Stopping writes … 14 2018/05/25-14:30:25.643633 7f82b2f20700 [WARN] [db/column_family.cc:743] [default] Stopping writes … 17 2018/05/25-14:30:27.289353 7f82ba72e700 [WARN] [db/column_family.cc:764] [default] Stalling writes …
|
| D | rules_err1.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… 39 suggestions=inc-max-bg-compactions:missing-action:inc-l0-stop-writes-trigger 54 [Suggestion "inc-l0-stop-writes-trigger"]
|
| D | rules_err4.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
|
| D | rules_err3.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
|
| D | rules_err2.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
|
| /rocksdb-6.9/build_tools/ |
| D | regression_build_test.sh | 52 --writes=$NUM \ 69 --writes=$((NUM / 10)) \ 87 --writes=$NUM \ 161 --writes=512 \ 181 --writes=$((NUM / 4)) \ 343 --writes=$NUM \ 358 --writes=$((NUM / 10)) \
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-02-27-write-batch-with-index.markdown | 10 …p of RocksDB; Atomicity can be implemented by committing a transaction's writes with one write bat… 14 However, if we enforce atomicity by only committing all writes in the end of the transaction in one… 16 … write batch class, `WriteBatch`, is a RocksDB data structure for atomic writes of multiple keys. … 18 …writes of the transaction go to the `WriteBatchWithIndex` first. When we commit the transaction, w… 20 Using `WriteBatchWithIndex`, we successfully implemented read-your-own-writes in the RocksDB storag…
|
| D | 2017-12-19-write-prepared-txn.markdown | 12 …be assumed to be committed. This write policy, however, implies that the writes are buffered in me… 16 …writes at earlier phases of 2PC so that the commit phase become lightweight and fast. 2PC is compo… 25 …writes in a write batch object in memory. When 2PC `::Prepare` is called, it writes the in-memory …
|
| D | 2019-08-15-unordered-write.markdown | 14 - Read-your-own writes: When a write thread returns to the user, a subsequent read by the same thre… 15 …snapshot are immutable in the sense that it will not be affected by any in-flight or future writes. 49 …00 -max_write_buffer_number=16 --max_background_jobs=64 --batch_size=8 --writes=3000000 -level0_fi…
|
| D | 2016-04-26-rocksdb-4-5-1-released.markdown | 28 …s Get and MultiGet to read only the persited data and skip mem-tables if writes were done with dis… 41 …* If options.max_write_buffer_number > 3, writes will be slowed down when writing to the last writ…
|
| D | 2016-01-29-compaction_pri.markdown | 20 … about 1200MB to get a file of the same size out of L2. It uses 50% more writes. (This analysis ig… 24 … usually is contains the densest key range. If you have a use case where writes are uniformly dist… 28 …ize of level 1 exceed target size and more compactions will be needed, which generates more writes.
|
| D | 2017-06-26-17-level-based-changes.markdown | 12 …nappealing. When the limit is reached, RocksDB intentionally delays user writes. This slows down a… 40 …duce L0 file count to keep read-amp low while sustaining large bursts of writes (i.e., fast accumu…
|
| D | 2017-07-25-rocksdb-5-6-1-released.markdown | 18 * Introduce WriteOptions.low_pri. If it is true, low priority writes will be throttled if the compa…
|
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 49 LogCondition: stall-too-many-memtables regex: Stopping writes because we have \d+ immutable memtabl…
|
| D | 2017-12-18-17-auto-tuned-rate-limiter.markdown | 10 …value can cause memtables and L0 files to pile up, eventually leading to writes stalling. Tuning t…
|
| D | 2017-08-25-flushwal.markdown | 2 title: FlushWAL; less fwrite, faster writes
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 35 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… 38 …ax-bg-compactions:inc-write-buffer-size:dec-max-bytes-for-level-base:inc-l0-slowdown-writes-trigger 43 regex=Stalling writes because we have \d+ level-0 files 46 suggestions=inc-max-bg-compactions:inc-write-buffer-size:inc-l0-stop-writes-trigger 51 regex=Stopping writes because we have \d+ level-0 files 59 regex=Stalling writes because of estimated pending compaction bytes \d+ 87 [Suggestion "inc-l0-slowdown-writes-trigger"] 91 [Suggestion "inc-l0-stop-writes-trigger"]
|
| /rocksdb-6.9/ |
| D | DEFAULT_OPTIONS_HISTORY.md | 14 …her max_background_compactions but the write throughput is not high, the writes are less spiky to … 15 …very. Avoid some false positive when file system or hardware reorder the writes for file data and …
|
| D | WINDOWS_PORT.md | 69 …on is true, the classes behave in a standard way. This allows to perform writes and reads in cases… 179 80K writes/sec 189 *10K writes/sec* 206 80K writes/sec 217 10K writes/sec
|
| /rocksdb-6.9/tools/rdb/ |
| D | API.md | 82 # Execute an atomic batch of writes (i.e. puts and deletes) to the 85 # cf_batches (BatchObject[]; see below) - Put and Delete writes grouped 163 # 'name' => 'Matt Blaze' to the column family 'user2'. All writes
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | RocksDBTest.java | 1595 final List<byte[]> writes = traceWriter.getWrites(); in startTrace() local 1596 assertThat(writes.size()).isGreaterThan(0); in startTrace() 1637 private final List<byte[]> writes = new ArrayList<>(); field in RocksDBTest.InMemoryTraceWriter 1648 writes.add(dataCopy); in write() 1659 for (int i = 0; i < writes.size(); i++) { in getFileSize() 1660 size += writes.get(i).length; in getFileSize() 1666 return writes; in getWrites()
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 80 LogCondition: stall-too-many-memtables regex: Stopping writes because we have \d+ immutable memtabl…
|