Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h248 void Put(int cf, int64_t key, uint32_t value_base, bool pending) { in Put() argument
249 if (!pending) { in Put()
253 Value(cf, key).store(pending ? UNKNOWN_SENTINEL : value_base, in Put()
255 if (pending) { in Put()
265 bool Delete(int cf, int64_t key, bool pending) { in Delete() argument
269 Put(cf, key, DELETION_SENTINEL, pending); in Delete()
275 bool SingleDelete(int cf, int64_t key, bool pending) { in SingleDelete() argument
276 return Delete(cf, key, pending); in SingleDelete()
281 int DeleteRange(int cf, int64_t begin_key, int64_t end_key, bool pending) { in DeleteRange() argument
284 if (Delete(cf, key, pending)) { in DeleteRange()
/rocksdb-6.9/tools/advisor/test/input_files/
Dtriggered_rules.ini26 …nc-max-bg-compactions:inc-write-buffer-size:inc-hard-pending-compaction-bytes-limit:inc-soft-pendi…
31 regex=Stalling writes because of estimated pending compaction bytes \d+
65 [Suggestion "inc-hard-pending-compaction-bytes-limit"]
69 [Suggestion "inc-soft-pending-compaction-bytes-limit"]
Dtest_rules.ini31 regex=Stalling writes because of estimated pending compaction bytes \d+
DLOG-117 …[db/column_family.cc:764] [default] Stopping writes because of estimated pending compaction bytes …
DLOG-017 …[db/column_family.cc:764] [default] Stalling writes because of estimated pending compaction bytes …
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini54 …nc-max-bg-compactions:inc-write-buffer-size:inc-hard-pending-compaction-bytes-limit:inc-soft-pendi…
59 regex=Stalling writes because of estimated pending compaction bytes \d+
95 [Suggestion "inc-hard-pending-compaction-bytes-limit"]
99 [Suggestion "inc-soft-pending-compaction-bytes-limit"]
/rocksdb-6.9/docs/_posts/
D2016-04-26-rocksdb-4-5-1-released.markdown43 …* After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mo…
D2016-07-26-rocksdb-4-8-released.markdown32 …ze for server-workloads. Also enable slowdown and full stop triggers for pending compaction bytes.…
D2017-06-26-17-level-based-changes.markdown14 …zation is limited. Files at L0 or L1 may be locked due to involvement in pending L0->L1 or L1->L2 …
/rocksdb-6.9/
DHISTORY.md263 …ses a file-writing thread to block rather than exceed the limit on bytes pending writeback specifi…
785 …ze for server-workloads. Also enable slowdown and full stop triggers for pending compaction bytes.…
815 * After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mor…
1107 * Supports several more DB properties: compaction-pending, background-errors and cur-size-active-me…