pingcap / go-tpc

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

CSV data generated by TPCC / TPCH uses different default delimiters #107

Open buggithubs opened 2 years ago

buggithubs commented 2 years ago
==> tpcc10000.customer.csv <==
1|Customer#000000001|IVhzIApeRb ot,c,E|15|25-989-741-2988|711.56|BUILDING|to the even, regular platelets. regular, ironic epitaphs nag e|
[root@ip-172-31-21-61 tpcc10000]# head -n 1 tpcc10000.orders*
==> tpcc10000.orders.0.csv <==
1,1,1,598,2022-05-30 03:19:37,2,12,1
dbsid commented 2 years ago

could you share the command to prepare the tpcc data in csv format, I can not reproduce this case with the latest go-tpc build