Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dfile_checksum_helper.cc19 std::vector<uint64_t>* file_numbers, std::vector<std::string>* checksums, in GetAllFileChecksums() argument
21 if (file_numbers == nullptr || checksums == nullptr || in GetAllFileChecksums()
28 checksums->push_back(i.second.first); in GetAllFileChecksums()
Dfile_checksum_helper.h108 std::vector<uint64_t>* file_numbers, std::vector<std::string>* checksums,
/rocksdb-6.9/docs/_posts/
D2017-09-28-rocksdb-5-8-released.markdown18 * Add `DB::VerifyChecksum()`, which verifies the checksums in all SST files in a running DB.
19 * Block-based table support for disabling checksums by setting `BlockBasedTableOptions::checksum = …
/rocksdb-6.9/include/rocksdb/
Dfile_checksum.h79 std::vector<uint64_t>* file_numbers, std::vector<std::string>* checksums,
/rocksdb-6.9/tools/
Dldb_cmd.cc1226 std::vector<std::string> checksums; in DoCommand() local
1228 Status s = checksum_list->GetAllFileChecksums(&file_numbers, &checksums, in DoCommand()
1233 assert(i < checksums.size()); in DoCommand()
1236 checksum_func_names[i].c_str(), checksums[i].c_str()); in DoCommand()
/rocksdb-6.9/
DHISTORY.md318 * Add support for block checksums verification for external SST files before ingestion.
590 * Add `DB::VerifyChecksum()`, which verifies the checksums in all SST files in a running DB.
591 * Block-based table support for disabling checksums by setting `BlockBasedTableOptions::checksum = …
1093 * By default, checksums are verified on every read from database