Home
last modified time | relevance | path

Searched defs:batch_size (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dwrite_thread.cc471 auto batch_size = WriteBatchInternal::ByteSize(w->batch); in EnterAsBatchGroupLeader() local
526 auto batch_size = WriteBatchInternal::ByteSize(w->batch); in EnterAsMemTableWriter() local
Dversion_set.cc1949 uint64_t batch_size = 0; in MultiGet() local
/rocksdb-6.9/util/
Dfilter_bench.cc555 uint32_t batch_size = 1; in RandomQueryTest() local
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader_test.cc469 void ReadKeys(uint64_t num, uint32_t batch_size) { in ReadKeys()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2182 size_t batch_size = (keys_left > MultiGetContext::MAX_BATCH_SIZE) in MultiGetImpl() local