-
I'd like to add more data for my tcpc-c test. It seemed to take forever to load 200 warehouses. I can't remember the user ratio, but eventually things timed out and it never built the indexes or stored procedures. The db has 2 vcpu. Is tiny. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes it is possible and would involve saving and then modifying a custom build script. However, it would be best to address the core issue as to why it is taking so long to load the schema instead. As a guide using MySQL we see loading 1000 warehouses takes 10 minutes. It will load in parallel depending on how many virtual users you have created to do the build. |
Beta Was this translation helpful? Give feedback.
Yes it is possible and would involve saving and then modifying a custom build script. However, it would be best to address the core issue as to why it is taking so long to load the schema instead. As a guide using MySQL we see loading 1000 warehouses takes 10 minutes. It will load in parallel depending on how many virtual users you have created to do the build.
So the key question is why is it taking so long to load? - in the cloud addressing the network round trip is important, if however as you say the client is in the same cloud as the database then this shouldn't necessarily be an issue (but please verify this). If you are sure it's not the network round trip then another key area is …