pingcap / go-tpc

A toolbox to benchmark TPC workloads in Go
Apache License 2.0
178 stars 94 forks source link

enable clustered index by default for tpc-c prepare #141

Closed dbsid closed 2 years ago

dbsid commented 2 years ago

need to run set global tidb_enable_clustered_index = on; before creating the tables

zyguan commented 2 years ago

already resolved by https://github.com/pingcap/go-tpc/pull/134