in reply to Re: Perl solution for storage of large number of small files
in thread Perl solution for storage of large number of small files
unless you set innodb_flush_log_at_trx_commit to 0, which switches it to flush once a second.
http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html
HTH, andye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl solution for storage of large number of small files
by mattr (Curate) on May 02, 2007 at 22:14 UTC |