Re: Poor performance of MySQL 5.5
Date: June 03, 2011 11:25AM
the solution to the delays in writing is innodb_flush_log_at_trx_commit = 0 or innodb_flush_log_at_trx_commit = 2
By running millions of transactions INSERT innodb_flush_log_at_trx_commit=1 i have seen with slower 64-bit platform. With 32-bit innodb_flush_log_at_trx_commit = 1 works well
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.