roachtest: add benchmarks with MVCC range tombstones #84384
Labels
A-kv
Anything in KV that doesn't belong in a more specific category.
A-kv-replication
Relating to Raft, consensus, and coordination.
C-performance
Perf of queries or internals. Solution not expected to change functional behavior.
roachtest
should support writing MVCC range tombstones into the bottom of keyspans that we then run workloads across. Mainly kv0/95 and YCSB. I.e. write either a single MVCC range tombstone across the entire keyspan at the cluster initialization time, or a set of random MVCC range tombstones across it. This allows benchmarking of reads in the presence of MVCC range tombstones.Jira issue: CRDB-17628
Epic CRDB-2624
The text was updated successfully, but these errors were encountered: