Re: Performance bottlenecks with thousands of small databases
Thanks for the reply.
So after changing innodb_file_per_table = OFF, how do I migrate all the existing databases and tables?
I've changed innodb_flush_log_at_trx_commit to 2, as it is acceptable to flush the log buffer at transaction commit, but only flush to disk every second. Hopefully that will help a bit.
I've also changed query_cache_limit=1M and query_cache_size=64M per your suggestion.
My biggest question is if I flip innodb_file_per_table to OFF, what is the migration strategy to convert all existing databases and tables?
Thanks very much for the help.
Subject
Written By
Posted
Re: Performance bottlenecks with thousands of small databases
March 17, 2014 07:33PM
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.