Skip to content

Commit

Permalink
db_bench: set Write Flow as false by default (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel authored May 30, 2023
1 parent 6ede30d commit 4c034e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db_bench_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ DEFINE_double(experimental_mempurge_threshold,
ROCKSDB_NAMESPACE::Options().experimental_mempurge_threshold,
"Maximum useful payload ratio estimate that triggers a mempurge "
"(memtable garbage collection).");
DEFINE_bool(use_spdb_writes, true, "Use optimized Speedb write flow");
DEFINE_bool(use_spdb_writes, false, "Use optimized Speedb write flow");

DEFINE_bool(inplace_update_support,
ROCKSDB_NAMESPACE::Options().inplace_update_support,
Expand Down

0 comments on commit 4c034e1

Please sign in to comment.