![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^2: Perl solution for storage of large number of small filesby andye (Curate) |
on May 01, 2007 at 10:29 UTC ( #612952=note: print w/replies, xml ) | Need Help?? |
InnoDB must flush the log to disk at each transaction commit if that transaction made modifications to the database. ... constrains the number of commits to the same 167th of a second
unless you set innodb_flush_log_at_trx_commit to 0, which switches it to flush once a second. HTH, andye
In Section
Seekers of Perl Wisdom
|
|