Skip to content

Retries when connections fail to the server #413

Answered by sm-shaw
JP-Reddy asked this question in Q&A
Discussion options

You must be logged in to vote

So yes, HammerDB is not intended to be run against intermittently failing databases and will report a dropped connection as an error. Error 9001 means the database can't be opened and 3314 that it is corrupted and should be restored, meaning that reconnecting is not likely to solve your particular problem.

Instead, it is important to understand a bit more about the build process. By default, HammerDB will create the data and insert it into the database with an insert statement as it goes. (with multiple threads inserting into the same table at the same time). This has the advantage of being simple to run and no staging files are required, however all the inserts are processed like a regul…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
Comment options

You must be logged in to vote
1 reply
@sm-shaw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #412 on August 16, 2022 09:05.