Skip to content

Instantly share code, notes, and snippets.

@yiwu-arbug
Created February 21, 2019 06:34
Show Gist options
  • Save yiwu-arbug/e925491f1ff35950c26ef2bdbf4fa08d to your computer and use it in GitHub Desktop.
Save yiwu-arbug/e925491f1ff35950c26ef2bdbf4fa08d to your computer and use it in GitHub Desktop.
./bin/go-ycsb load tikv -P workloads/workloada -p tikv.pd="172.16.30.40:2379" -p tikv.type="txn" -p recordcount=10000000
./bin/go-ycsb run tikv -P workloads/workloada -p tikv.pd="172.16.30.40:2379" -p tikv.type="txn" -p recordcount=10000000 -p readproportion=0 -p updateproportion=1.0 -p operationcount=10000000 -p threadcount=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment