Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_picker.cc492 CompactionInputFiles expanded_inputs; in SetupOtherInputs() local
493 expanded_inputs.level = input_level; in SetupOtherInputs()
501 TotalCompensatedFileSize(expanded_inputs.files); in SetupOtherInputs()
502 if (!ExpandInputsToCleanCut(cf_name, vstorage, &expanded_inputs)) { in SetupOtherInputs()
505 if (try_overlapping_inputs && expanded_inputs.size() > inputs->size() && in SetupOtherInputs()
507 !AreFilesInCompaction(expanded_inputs.files)) { in SetupOtherInputs()
509 GetRange(expanded_inputs, &new_start, &new_limit); in SetupOtherInputs()
528 if (expanded_inputs.size() > inputs->size() && in SetupOtherInputs()
530 !AreFilesInCompaction(expanded_inputs.files)) { in SetupOtherInputs()
541 output_level_inputs_size, expanded_inputs.size(), in SetupOtherInputs()
[all …]