> Use transaction: > > begin > update ... > update ... > ... > update ... > commit; > > This way you will only have a syncs to disk at every commit instead of every > update.
This won't help -- I'm not doing a batch process. Each update is coming from a different connection... --steve- -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]