-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: add benchmarks with MVCC range tombstones #84384
Copy link
Copy link
Closed
Labels
A-kvAnything in KV that doesn't belong in a more specific category.Anything in KV that doesn't belong in a more specific category.A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-performancePerf of queries or internals. Solution not expected to change functional behavior.Perf of queries or internals. Solution not expected to change functional behavior.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kvAnything in KV that doesn't belong in a more specific category.Anything in KV that doesn't belong in a more specific category.A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-performancePerf of queries or internals. Solution not expected to change functional behavior.Perf of queries or internals. Solution not expected to change functional behavior.