Searched refs:keep (Results 1 – 16 of 16) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_files.cc | 400 bool keep = true; in PurgeObsoleteFiles() local 403 keep = ((number >= state.log_number) || in PurgeObsoleteFiles() 411 keep = (number >= state.manifest_file_number); in PurgeObsoleteFiles() 416 keep = (sst_live_map.find(number) != sst_live_map.end()) || in PurgeObsoleteFiles() 418 if (!keep) { in PurgeObsoleteFiles() 431 keep = (sst_live_map.find(number) != sst_live_map.end()) || in PurgeObsoleteFiles() 436 keep = true; in PurgeObsoleteFiles() 442 keep = (number >= optsfile_num2); in PurgeObsoleteFiles() 448 reinterpret_cast<void*>(&keep)); in PurgeObsoleteFiles() 455 keep = true; in PurgeObsoleteFiles() [all …]
|
| /rocksdb-6.9/docs/ |
| D | TEMPLATE-INFORMATION.md | 7 Next, if you're going to have docs on your site, keep the `_docs` and `docs` folders, if not, you c… 9 Same thing with a blog section, either keep or delete the `_posts` and `blog` folders.
|
| /rocksdb-6.9/docs/doc-type-examples/ |
| D | 2016-04-07-blog-post-example.md | 10 This is an example blog post introduction, try to keep it short and about a paragraph long, to enco…
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-02-05-rocksdb-5-10-2-released.markdown | 22 * Fix DB::Flush() keep waiting after flush finish under certain condition.
|
| D | 2014-03-27-how-to-backup-rocksdb.markdown | 75 …t to keep around only small number of backups. To delete old backups, just call `PurgeOldBackups(N…
|
| D | 2016-04-26-rocksdb-4-5-1-released.markdown | 43 …* After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mo…
|
| D | 2015-07-15-rocksdb-2015-h2-roadmap.markdown | 64 When talking to our customers, there are couple of issues that keep reoccurring. We need to fix the…
|
| D | 2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown | 10 …sizes and strict low-latency requirements, lots of applications decide to keep their entire data i…
|
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 59 …cost difference lies beyond what is shown in the assembly code. Mutex can keep threads spinning on…
|
| D | 2017-06-26-17-level-based-changes.markdown | 40 …ld've pulled in all of them. This lets us quickly reduce L0 file count to keep read-amp low while …
|
| D | 2016-01-29-compaction_pri.markdown | 28 …nd other keys are seldom updated. If level 1 contains 20 keys, we want to keep 150-160 all stay in…
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 16 …file reads in different levels. If users turn DB statistics on, we always keep track of distributi…
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 195 …y_path` to ldb to open the database as the secondary instance. This would keep the original DB int… 360 * Added "rocksdb.min-obsolete-sst-number-to-keep" DB property that reports the lower bound on SST f… 426 …patible CompressionOptions is added via `bottommost_compression_opts`. To keep backward compatible… 535 * Fix DB::Flush() keep waiting after flush finish under certain condition. 558 … and 2) the `Slice` returned by iter->key() now points to the memory that keep User-oriented repre… 735 * Add a compression type ZSTD, which can work with ZSTD 0.8.0 or up. Still keep ZSTDNotFinal for co… 815 * After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mor… 861 * We removed the need for LATEST_BACKUP file in BackupEngine. We still keep writing it when we crea…
|
| D | WINDOWS_PORT.md | 27 * we would like to keep the port code inline with the master branch with no forking
|
| D | COPYING | 82 copyright notice and disclaimer of warranty; keep intact all the
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 766 my (%keep,@dummy); 767 @keep{@keep_only} = @keep_only; 768 for my $k (grep { not $keep{$_} } keys %options) {
|