Hello,

We've got an application which does many multiple-value inserts to different
tables.

Is it worth locking a table before doing a multiple-value insert with say 50
records? If so, what is the number of records that makes it worthwhile?
If not, is it worth locking a table before doing 2 seperate such inserts?

How do these locks affect select statements involving the locked tables?

Thanks in advance,
-Phil



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to