pingcap / go-tpc

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

ch: support connecting to a specified instance for ap #135

Closed zyguan closed 2 years ago

zyguan commented 2 years ago

Signed-off-by: zyguan zhongyangguan@gmail.com

Add the following three options to ch run, which overwrite conn-params, host, port when opening db for analytical processing.

      --ap-conn-params string   Connection parameters for analytical processing
      --ap-host string          Database host for analytical processing
      --ap-port int             Database port for analytical processing