Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch.cc795 size_t total_key_bytes = 0; in CheckSlicePartsLength() local
797 total_key_bytes += key.parts[i].size(); in CheckSlicePartsLength()
799 if (total_key_bytes >= size_t{port::kMaxUint32}) { in CheckSlicePartsLength()