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
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