| /rocksdb-6.9/db/ |
| D | log_reader.cc | 240 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()
|
| D | version_builder.cc | 128 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/ |
| D | 2016-03-07-rocksdb-options-file.markdown | 10 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…
|
| D | 2014-07-29-rocksdb-3-3-release.markdown | 27 …* **rate_limiter option**: We added an option that controls total throughput of flush and compacti…
|
| D | 2017-09-28-rocksdb-5-8-released.markdown | 11 * `Transaction::Get` and `Transaction::GetForUpdate` variants with `PinnableSlice` added.
|
| D | 2014-06-23-plaintable-a-new-file-format.markdown | 37 To make sure the format works efficiently with empty queries, we added a bloom filter check before …
|
| D | 2015-10-27-getthreadlist.markdown | 10 We recently added a new API, called `GetThreadList()`, that exposes the RocksDB background thread a…
|
| D | 2017-06-26-17-level-based-changes.markdown | 16 To handle these constraints better, we added a new type of compaction, L0->L0. It quickly reduces f…
|
| D | 2016-01-29-compaction_pri.markdown | 36 …xceed inserts, the more likely it is being compacted. The optimization is added to avoid the worst…
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 16 In order to make tuning easier, we added new instrumentation to help users analysis latency distrib…
|
| D | 2018-08-23-data-block-hash-index.markdown | 15 Two new options are added as part of this feature: `BlockBasedTableOptions::data_block_index_type` …
|
| D | 2018-11-21-delete-range.markdown | 252 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/ |
| D | promo.yml | 1 # This file determines the list of promotional elements added to the header of \
|
| /rocksdb-6.9/docs/doc-type-examples/ |
| D | top-level-example.md | 8 This is a static page disconnected from the blog or docs collections that can be added at a top-lev…
|
| /rocksdb-6.9/ |
| D | ROCKSDB_LITE.md | 3 …workloads and they are very sensitive to binary size. For that reason, we added a compile flag ROC…
|
| D | CMakeCache.txt | 274 //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.
|
| D | HISTORY.md | 7 * 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 …]
|
| D | WINDOWS_PORT.md | 80 To mitigate the lack of thread local storage cleanup on thread-exit we added a limited amount of wi…
|
| D | TARGETS | 94 # -DNDEBUG is added by default in opt mode in fbcode. But adding it twice
|
| /rocksdb-6.9/cache/ |
| D | cache_test.cc | 500 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/ |
| D | RocksDBTargets.cmake | 18 # Protect against multiple inclusion, which would fail when already imported targets are added once…
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 89 Tests for the code have been added to the
|