Hello, Am I correct in thinking that if there are no dependencies between the multiple statements then the various statements are executed "simultaneously" by separate threads in the server?
If so is there any way to turn this behaviour off and just use multiple query execution syntax to reduce the comms overhead between client and server? I am trying to do a comparatively large number of simple insertions into a particular table. [Currently about 500 per second.] MySQL 5.0.13 under Solaris. C API. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]