Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc268 size_t total_count = 0; in WriteImpl() local
276 total_count += WriteBatchInternal::Count(writer->batch); in WriteImpl()
292 size_t seq_inc = seq_per_batch_ ? valid_batches : total_count; in WriteImpl()
300 stats->AddDBStats(InternalStats::kIntStatsNumKeysWritten, total_count, in WriteImpl()
302 RecordTick(stats_, NUMBER_KEYS_WRITTEN, total_count); in WriteImpl()
492 size_t total_count = 0; in PipelinedWriteImpl() local
503 total_count += count; in PipelinedWriteImpl()
512 write_thread_.UpdateLastSequence(current_sequence + total_count - 1); in PipelinedWriteImpl()
517 RecordTick(stats_, NUMBER_KEYS_WRITTEN, total_count); in PipelinedWriteImpl()
612 size_t total_count = WriteBatchInternal::Count(my_batch); in UnorderedWriteMemtable() local
[all …]