Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 16 of 16) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_files.cc400 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/
DTEMPLATE-INFORMATION.md7 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/
D2016-04-07-blog-post-example.md10 This is an example blog post introduction, try to keep it short and about a paragraph long, to enco…
/rocksdb-6.9/docs/_posts/
D2018-02-05-rocksdb-5-10-2-released.markdown22 * Fix DB::Flush() keep waiting after flush finish under certain condition.
D2014-03-27-how-to-backup-rocksdb.markdown75 …t to keep around only small number of backups. To delete old backups, just call `PurgeOldBackups(N…
D2016-04-26-rocksdb-4-5-1-released.markdown43 …* After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mo…
D2015-07-15-rocksdb-2015-h2-roadmap.markdown64 When talking to our customers, there are couple of issues that keep reoccurring. We need to fix the…
D2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown10 …sizes and strict low-latency requirements, lots of applications decide to keep their entire data i…
D2014-06-27-avoid-expensive-locks-in-get.markdown59 …cost difference lies beyond what is shown in the assembly code. Mutex can keep threads spinning on…
D2017-06-26-17-level-based-changes.markdown40 …ld've pulled in all of them. This lets us quickly reduce L0 file count to keep read-amp low while …
D2016-01-29-compaction_pri.markdown28 …nd other keys are seldom updated. If level 1 contains 20 keys, we want to keep 150-160 all stay in…
D2015-11-16-analysis-file-read-latency-by-level.markdown16 …file reads in different levels. If users turn DB statistics on, we always keep track of distributi…
/rocksdb-6.9/
DHISTORY.md195 …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…
DWINDOWS_PORT.md27 * we would like to keep the port code inline with the master branch with no forking
DCOPYING82 copyright notice and disclaimer of warranty; keep intact all the
/rocksdb-6.9/build_tools/
Dgnu_parallel766 my (%keep,@dummy);
767 @keep{@keep_only} = @keep_only;
768 for my $k (grep { not $keep{$_} } keys %options) {