Hi,

Does InnoDB use some form of "group commit" like BerkeleyDB and Postgresql?
In Postgresql you can specify a "COMMIT_DELAY" to force a wait before the
commit returns. Disk IO to the log files can be reduced quite alot if you 
tweak this setting, and it can be very useful when tuning batch-like systems 
where the clients that issues the commits can wait for a period of time. 

-- Magnus

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to