Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/utilities/blob_db/
Dblob_db_test.cc1488 const uint64_t cutoff = static_cast<uint64_t>( in TEST_F() local
1499 if (version.file_number > cutoff) { in TEST_F()
1511 ASSERT_EQ(statistics->getTickerCount(BLOB_DB_GC_NUM_FILES), cutoff); in TEST_F()
1512 ASSERT_EQ(statistics->getTickerCount(BLOB_DB_GC_NUM_NEW_FILES), cutoff); in TEST_F()
1515 cutoff * kBlobsPerFile); in TEST_F()
1517 cutoff * kBlobsPerFile * kLargeValueSize); in TEST_F()
1525 uint64_t expected_file_number = i + cutoff + 1; in TEST_F()
/rocksdb-6.9/
DHISTORY.md556 …e deletes are expected to periodically call this function to advance the cutoff seqnum (all delete…