Searched refs:checksums (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/util/ |
| D | file_checksum_helper.cc | 19 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()
|
| D | file_checksum_helper.h | 108 std::vector<uint64_t>* file_numbers, std::vector<std::string>* checksums,
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-09-28-rocksdb-5-8-released.markdown | 18 * 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/ |
| D | file_checksum.h | 79 std::vector<uint64_t>* file_numbers, std::vector<std::string>* checksums,
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd.cc | 1226 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/ |
| D | HISTORY.md | 318 * 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
|