yugabyte / tpcc

Repo to run TPCC benchmarks against YugabyteDB
Other
24 stars 21 forks source link

Add option to create SQL procedures needed by TPCC. #57

Closed psudheer21 closed 4 years ago

psudheer21 commented 4 years ago

The SQL procedures are generally created automatically after the load. If however, there is a case where the cluster doesn't have the procedures (like with backups), we can create them using this option.

Summary: The SQL procedures can be added as follows: ./tpccbenchmark --nodes= --create-sql-procedures=true

Reviewers: Mihnea