Skip to content

cmd/workload: adjust tpcc.history.rowid generation #23544

@petermattis

Description

@petermattis

The tpcc.history.rowid column appears to be generated using contiguous values. A recent change to the tpcc tool (cockroachdb/loadgen#155) switched to using random 63-bit integers for the rowid column. We should change the workload fixture generation as well otherwise certain parts of the history key space have more ranges, which fouls up evenly distributing the key space across the cluster using partitioning.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions