Home
last modified time | relevance | path

Searched refs:added (Results 1 – 22 of 22) sorted by relevance

/rocksdb-6.9/db/
Dlog_reader.cc240 size_t added = read_buffer.size(); in UnmarkEOFInternal() local
241 end_of_buffer_offset_ += added; in UnmarkEOFInternal()
244 if (added > 0) { in UnmarkEOFInternal()
245 ReportDrop(added, status); in UnmarkEOFInternal()
259 eof_offset_ + added - consumed_bytes); in UnmarkEOFInternal()
261 if (added < remaining) { in UnmarkEOFInternal()
263 eof_offset_ += added; in UnmarkEOFInternal()
Dversion_builder.cc128 const auto& added = levels_[level].added_files; in ~Rep() local
129 for (auto& pair : added) { in ~Rep()
610 for (const auto& added : added_files) { in SaveTo() local
613 prev_added_file->smallest, added->smallest) <= 0); in SaveTo()
615 prev_added_file = added; in SaveTo()
/rocksdb-6.9/docs/_posts/
D2016-03-07-rocksdb-options-file.markdown10 In RocksDB 4.3, we added a new set of features that makes managing RocksDB options easier. Specifi…
16 …* **Load Options from File**: We added [LoadLatestOptions() / LoadOptionsFromFile()](https://githu…
20 …* **Sanity Check Options**: We added [CheckOptionsCompatibility](https://github.com/facebook/rocks…
D2014-07-29-rocksdb-3-3-release.markdown27 …* **rate_limiter option**: We added an option that controls total throughput of flush and compacti…
D2017-09-28-rocksdb-5-8-released.markdown11 * `Transaction::Get` and `Transaction::GetForUpdate` variants with `PinnableSlice` added.
D2014-06-23-plaintable-a-new-file-format.markdown37 To make sure the format works efficiently with empty queries, we added a bloom filter check before …
D2015-10-27-getthreadlist.markdown10 We recently added a new API, called `GetThreadList()`, that exposes the RocksDB background thread a…
D2017-06-26-17-level-based-changes.markdown16 To handle these constraints better, we added a new type of compaction, L0->L0. It quickly reduces f…
D2016-01-29-compaction_pri.markdown36 …xceed inserts, the more likely it is being compacted. The optimization is added to avoid the worst…
D2015-11-16-analysis-file-read-latency-by-level.markdown16 In order to make tuning easier, we added new instrumentation to help users analysis latency distrib…
D2018-08-23-data-block-hash-index.markdown15 Two new options are added as part of this feature: `BlockBasedTableOptions::data_block_index_type` …
D2018-11-21-delete-range.markdown252 different SHAs for v1 benchmarks are due to a new `db_bench` flag that was added in order to compar…
/rocksdb-6.9/docs/_data/
Dpromo.yml1 # This file determines the list of promotional elements added to the header of \
/rocksdb-6.9/docs/doc-type-examples/
Dtop-level-example.md8 This is a static page disconnected from the blog or docs collections that can be added at a top-lev…
/rocksdb-6.9/
DROCKSDB_LITE.md3 …workloads and they are very sensitive to binary size. For that reason, we added a compile flag ROC…
DCMakeCache.txt274 //If set, runtime paths are not added when installing shared libraries,
275 // but are added when building.
278 //If set, runtime paths are not added when using shared libraries.
DHISTORY.md7 * A new parameter `CreateBackupOptions` is added to both `BackupEngine::CreateNewBackup` and `Backu…
319 * Introduce stats history which periodically saves Statistics snapshots and added `GetStatsHistory`…
426 …le CompressionOptions is added via `bottommost_compression_opts`. To keep backward compatible, a n…
454 * Touch-up to write-related counters in PerfContext. New counters added: write_scheduling_flushes_c…
557 * `ReadOptions::iter_start_seqnum` was added;
583 * `Transaction::Get` and `Transaction::GetForUpdate` variants with `PinnableSlice` added.
922 * TablePropertiesCollector::AddUserKey() is added to replace TablePropertiesCollector::Add(). AddUs…
970 * New API to create a checkpoint added. Given a directory name, creates a new
972 * New API LinkFile added to Env. If you implement your own Env class, an
1056 2) It added some complexity to the important code-paths,
[all …]
DWINDOWS_PORT.md80 To mitigate the lack of thread local storage cleanup on thread-exit we added a limited amount of wi…
DTARGETS94 # -DNDEBUG is added by default in opt mode in fbcode. But adding it twice
/rocksdb-6.9/cache/
Dcache_test.cc500 int added = 0; in TEST_P() local
502 while (added < 2*kCacheSize) { in TEST_P()
505 added += weight; in TEST_P()
/rocksdb-6.9/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/
DRocksDBTargets.cmake18 # Protect against multiple inclusion, which would fail when already imported targets are added once…
/rocksdb-6.9/tools/advisor/
DREADME.md89 Tests for the code have been added to the