Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_set.cc5745 std::unordered_set<uint64_t> unique_files; in GetTotalSstFilesSize() local
5751 if (unique_files.find(file_meta->fd.packed_number_and_path_id) == in GetTotalSstFilesSize()
5752 unique_files.end()) { in GetTotalSstFilesSize()
5753 unique_files.insert(file_meta->fd.packed_number_and_path_id); in GetTotalSstFilesSize()