Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc4738 SequenceNumber sorted_run_largest_seqno = 0; in DoDeterministicCompact() local
4744 sorted_run_largest_seqno = in DoDeterministicCompact()
4745 std::max(sorted_run_largest_seqno, fileMeta.largest_seqno); in DoDeterministicCompact()
4775 assert(sorted_run_largest_seqno == level_largest_seqno); in DoDeterministicCompact()
4785 assert(sorted_run_largest_seqno == level0_file.largest_seqno); in DoDeterministicCompact()