forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
89475: workload: add delete operations to kv workload r=aliher1911 a=aliher1911 Delete operation is useful when generating a mix of data in table. This commit adds --del-percent flag that will cause chosen percentage of operations to be delete. Delete operation uses the same semantics as read when picking keys to delete (keys that were previously created by write). Release note: None Co-authored-by: Oleg Afanasyev <oleg@cockroachlabs.com>
- Loading branch information
Showing
1 changed file
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters