Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_iter_stress_test.cc50 bool visible = true; member
135 if (e.visible) { in MaybeMutate()
139 e.visible = false; in MaybeMutate()
156 assert(!e.visible); in MaybeMutate()
157 e.visible = true; in MaybeMutate()
166 while (iter < (int)data->entries.size() && !data->entries[iter].visible) { in SkipForward()
171 while (iter >= 0 && !data->entries[iter].visible) { in SkipBackward()
318 if (!e.visible) continue; in FindValueForCurrentKey()
339 if (!e.visible) continue; in FindValueForCurrentKey()
Dflush_job_test.cc457 bool visible = (j == insertions - 1) || in TEST_F() local
459 if (visible) { in TEST_F()
/rocksdb-6.9/docs/_posts/
D2019-08-15-unordered-write.markdown13 - Atomic reads: Either all of a write batch is visible to reads or none of it.
15 - Immutable Snapshots: The reads visible to the snapshot are immutable in the sense that it will no…
D2017-12-18-17-auto-tuned-rate-limiter.markdown10 …at is low enough to prevent background I/O spikes, which can impact user-visible read/write latenc…
D2017-12-19-write-prepared-txn.markdown16 …mit phase, where `::Commit` is invoked and the transaction writes become visible to all readers. T…
D2017-06-26-17-level-based-changes.markdown12 …down to lower levels. But adding delays will significantly increase user-visible write latency jit…
/rocksdb-6.9/docs/
DCONTRIBUTING.md103 1. If you want a visible link to that file, update `_data/nav.yml` to add a link to your new top-le…
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc1781 bool visible = oldest_snapshot < obsolete_sequence; in VisibleToActiveSnapshot() local
1782 if (visible) { in VisibleToActiveSnapshot()
1788 return visible; in VisibleToActiveSnapshot()
/rocksdb-6.9/
DHISTORY.md14 …r a flush or compaction. The value is correct to 1. The bug should not cause user visible problems.
208 * Return TryAgain status in place of Corruption when new tail is not visible to TransactionLogItera…