Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: add benchmarks with MVCC range tombstones #84384

Closed
erikgrinaker opened this issue Jul 13, 2022 · 1 comment · Fixed by #85368
Closed

roachtest: add benchmarks with MVCC range tombstones #84384

erikgrinaker opened this issue Jul 13, 2022 · 1 comment · Fixed by #85368
Assignees
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.

Comments

@erikgrinaker
Copy link
Contributor

erikgrinaker commented Jul 13, 2022

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

@erikgrinaker erikgrinaker added C-performance Perf of queries or internals. Solution not expected to change functional behavior. A-kv Anything in KV that doesn't belong in a more specific category. T-kv-replication labels Jul 13, 2022
@blathers-crl
Copy link

blathers-crl bot commented Jul 13, 2022

cc @cockroachdb/replication

@blathers-crl blathers-crl bot added the A-kv-replication Relating to Raft, consensus, and coordination. label Jul 13, 2022
@exalate-issue-sync exalate-issue-sync bot changed the title workload: add benchmarks with MVCC range tombstones roachtest: add benchmarks with MVCC range tombstones Jul 30, 2022
@craig craig bot closed this as completed in 9c4662b Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant