Home
last modified time | relevance | path

Searched refs:DeleteFilesInRange (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/db/
Dconvenience.cc21 Status DeleteFilesInRange(DB* db, ColumnFamilyHandle* column_family, in DeleteFilesInRange() function
Ddb_compaction_test.cc1679 ASSERT_OK(DeleteFilesInRange(db_, db_->DefaultColumnFamily(), &begin, &end)); in TEST_F()
1702 DeleteFilesInRange(db_, db_->DefaultColumnFamily(), &begin1, &end1)); in TEST_F()
1712 DeleteFilesInRange(db_, db_->DefaultColumnFamily(), nullptr, nullptr)); in TEST_F()
1891 ASSERT_OK(DeleteFilesInRange(db_, db_->DefaultColumnFamily(), &begin, &end)); in TEST_F()
Dc.cc3734 DeleteFilesInRange( in rocksdb_delete_file_in_range()
3747 DeleteFilesInRange( in rocksdb_delete_file_in_range_cf()
/rocksdb-6.9/include/rocksdb/
Dconvenience.h327 Status DeleteFilesInRange(DB* db, ColumnFamilyHandle* column_family,
/rocksdb-6.9/docs/_posts/
D2018-02-05-rocksdb-5-10-2-released.markdown21 * Fix possible corruption to LSM structure when `DeleteFilesInRange()` deletes a subset of files sp…
D2018-11-21-delete-range.markdown55 `DeleteFilesInRange` can be used prior to compacting the deleted range as long
/rocksdb-6.9/
DHISTORY.md501 …_end` option to make the range end exclusive when `include_end == false` in `DeleteFilesInRange()`.
550 * Fix possible corruption to LSM structure when `DeleteFilesInRange()` deletes a subset of files sp…