Searched refs:max_write_batch_group_size_bytes (Results 1 – 10 of 10) sorted by relevance
25 max_write_batch_group_size_bytes( in WriteThread()26 db_options.max_write_batch_group_size_bytes), in WriteThread()418 size_t max_size = max_write_batch_group_size_bytes; in EnterAsBatchGroupLeader()419 const uint64_t min_batch_size_bytes = max_write_batch_group_size_bytes / 8; in EnterAsBatchGroupLeader()498 size_t max_size = max_write_batch_group_size_bytes; in EnterAsMemTableWriter()499 const uint64_t min_batch_size_bytes = max_write_batch_group_size_bytes / 8; in EnterAsMemTableWriter()
366 const uint64_t max_write_batch_group_size_bytes; variable
50 max_write_batch_group_size_bytes( in ImmutableDBOptions()51 options.max_write_batch_group_size_bytes), in ImmutableDBOptions()170 max_write_batch_group_size_bytes); in Dump()
47 uint64_t max_write_batch_group_size_bytes; member
113 options.max_write_batch_group_size_bytes = in BuildDBOptions()114 immutable_db_options.max_write_batch_group_size_bytes; in BuildDBOptions()1624 {offsetof(struct DBOptions, max_write_batch_group_size_bytes),
649 DEFINE_uint64(max_write_batch_group_size_bytes,650 ROCKSDB_NAMESPACE::Options().max_write_batch_group_size_bytes,
218 DECLARE_uint64(max_write_batch_group_size_bytes);
1821 options_.max_write_batch_group_size_bytes = in Open()
962 uint64_t max_write_batch_group_size_bytes = 1 << 20; member
163 * Introduced DBOptions::max_write_batch_group_size_bytes to configure maximum limit on number of by…