Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39095: workload/tpcc: perform checks atomically, optionally historically and separately r=ajwerner a=ajwerner This PR comes in two commits. The first makes the TPC-C checks each occur atomically either by using a single transaction or by selecting a timestamp and running all statements at that timestamp using AOST. In addition that commit allows the checks to be run historically. The second commit adds a workload Generator to run the checks as a stand-alone workload. Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information