Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workload/ycsb: default --read-modify-write-in-txn to false
The `read-modify-write-in-txn` flag was added to ycsb in cockroachdb#103117. This commit changes the default of the flag from true to false. This makes the default configuration of ycsb more closely mirror the official ycsb implementation, to avoid confusion when external users run the workload and compare. We saw in cockroachdb#103117 and in cockroachdb#107517 that this improves throughput substantially. We will expect to see the same in roachperf once this change is merged. After merging the PR, I will add a roachperf annotation. Epic: None Release note: None