-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30482: workload/kv: print the highest sequence number r=andreimatei a=andreimatei At the end of the kv workload, print the sequnence number of the highest row written so that it can be used in a next run: for example, you might want to prepopulate the db with --read_percent=0 and then perform only reads with --read_percent=100. If you don't pass --write-seq (or you don't know what to put in it), all the reads from --read_percent=100 would try to read a non-exitent row with sentinel sequence number 0. Release note: None 30882: workload: actually prepare writeStmt with Conn r=nvanbenschoten a=nvanbenschoten See #30811 (comment). Release note: None 30944: workload: teach interleavedpartitioned about retryable transactions r=BramGruneir a=BramGruneir Also some other speedups and cleanups while I was in there. Fixes #28567. Release note: None Co-authored-by: Andrei Matei <andrei@cockroachlabs.com> Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com> Co-authored-by: Bram Gruneir <bram@cockroachlabs.com>
- Loading branch information
Showing
4 changed files
with
232 additions
and
139 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
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
Oops, something went wrong.