Replies: 2 comments 6 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi Steve,
Then i isolated the builddb section into a dict to pass to "do_tpcc" proc but i did not find where it is called (yet). My idea was to put some logic into this proc instead of each procedures building the schema, basically i check the dict key and if true i proceed with the step (eg: creating users, creating indexes, etc) otherwise i skip to the next step. |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm building a custom automation that should be able to run the create schema in steps, eg: create tables, load/generate data, create indexes.
I find the file oraoltp.tcl perfect for my use case as all the operation are split and it can be customized with wh_count, partitioning, etc..
I tried to find a way to call those functions right away from hammerdbcli but i am not familiar with TCL and I believe i can only call the functions included into gencli.tcl via hammerdbcli.
Thanks for your help in advance
Alessandro
Beta Was this translation helpful? Give feedback.
All reactions