TPCC: support csv format DGen
mahjonp opened this issue · 0 comments
mahjonp commented
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Our TPC-C workload loads data directly to database, but generating CSV format file is also useful especially for terabyte data size, so we'd better add a csv data format DGen for TPC-C workload.
Prepare
is at: https://github.com/pingcap/go-tpc/blob/master/tpcc/workload.go#L122
./bin/go-tpc tpcc --host 127.0.0.1 -P 4000 --warehouses N check
Above command can be used to check data integrality.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy: