Hi everyone,

I'm calling the mysql client from a bash shell script in a loop. It's
doing one INSERT query each time.

I'm aware that there is some overhead in this procedure, because the
client has to connect to the server each time.

Question: what are the recommended options to make this as fast as
possible? I'm already using --disable-auto-rehash, but what other
options could help?

Thomas Spahni


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to