Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc5423 int64_t value_max = default_value_max; in MixGraph() local
5435 if (value_max > FLAGS_mix_max_value_size) { in MixGraph()
5436 value_max = FLAGS_mix_max_value_size; in MixGraph()
5547 } else if (val_size > value_max) { in MixGraph()
5548 val_size = val_size % value_max; in MixGraph()