I've got a good deal of experience using mysql, but never in a large
production environment with many concurrent users.

Using the InnoDB engine, what is the general practice for ensuring
data integrity when multiple users are writing to the same table?

Should I explicitly lock the table before I write to it, or does mysql
do this automatically?

Thanks,
sk

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

Reply via email to