cockroachdb / loadgen

CockroachDB load generators
Apache License 2.0
30 stars 25 forks source link

tpcc: warehouse ids should start at 1 to be consistent with everything else #150

Open jordanlewis opened 6 years ago

jordanlewis commented 6 years ago

The spec requires all entities (districts, customers etc) be 1-indexed, but has no such requirement for warehouses, which are currently 0-indexed. For consistency, we should make warehouses 1-indexed as well.