RE: Sending multiple queries to MySQL (sorry, hit send by accident!)
8 Fax to: PM Subject: RE: Sending multiple queries to MySQL (sorry, hit
RE: Sending multiple queries to MySQL (sorry, hit send by accident!)
Yes, you can save using multiple statements. We send hundreds...thousands of statements in a single batch in our machine automation application. The communication cost is relatively fixed (with in reason), where the actual work to be done (mostly inserts) was very fast for us in our table schemas.