Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc156 if (bdb_options_.enable_garbage_collection) { in Open()
194 if (bdb_options_.enable_garbage_collection) { in Open()
216 if (bdb_options_.enable_garbage_collection) { in Open()
370 assert(bdb_options_.enable_garbage_collection); in LinkSstToBlobFileImpl()
414 assert(bdb_options_.enable_garbage_collection); in UnlinkSstFromBlobFile()
442 assert(bdb_options_.enable_garbage_collection); in InitializeBlobFileToSstMapping()
457 assert(bdb_options_.enable_garbage_collection); in ProcessFlushJobInfo()
472 assert(bdb_options_.enable_garbage_collection); in ProcessCompactionJobInfo()
552 assert(bdb_options_.enable_garbage_collection); in MarkBlobFileObsoleteIfNeeded()
580 assert(bdb_options_.enable_garbage_collection); in MarkUnreferencedBlobFilesObsoleteImpl()
[all …]
Dblob_db.cc91 enable_garbage_collection); in Dump()
Dblob_db.h71 bool enable_garbage_collection = false; member
Dblob_db_test.cc593 bdb_options.enable_garbage_collection = true; in TEST_F()
692 bdb_options.enable_garbage_collection = true; in TEST_F()
1368 bdb_options.enable_garbage_collection = true; in TEST_F()
1540 bdb_options.enable_garbage_collection = true; in TEST_F()
1656 bdb_options.enable_garbage_collection = true; in TEST_F()
Dblob_compaction_filter.cc92 assert(blob_db_impl->bdb_options_.enable_garbage_collection); in PrepareBlobOutput()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc325 ROCKSDB_NAMESPACE::blob_db::BlobDBOptions().enable_garbage_collection,
Ddb_stress_test_base.cc1967 blob_db_options.enable_garbage_collection = FLAGS_blob_db_enable_gc; in Open()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc780 ROCKSDB_NAMESPACE::blob_db::BlobDBOptions().enable_garbage_collection,
4203 blob_db_options.enable_garbage_collection = FLAGS_blob_db_enable_gc; in OpenDb()
/rocksdb-6.9/
DHISTORY.md71 * BlobDB now garbage collects non-TTL blobs when `enable_garbage_collection` is set to `true` in `B…