Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
126155: perf: leverage insert-start flag in ycsb init r=nvanbenschoten a=ajstorm The ycsb workload has the ability to bias key values based on a supplied --insert-start flag. When provided, all key indexes will be added after the insert-start point. Until now however, this flag wasn't properly plumbed into the init path and was only used during workload run. This commit plumbs the flag into the init path, so that it can be used to seed databases with different row sets during database creation. Epic: none Release note: none Co-authored-by: Adam Storm <[email protected]>
- Loading branch information