Re: Performance bottlenecks with thousands of small databases
Posted by: Justin Keller
Date: March 17, 2014 07:33PM

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.

Options: ReplyQuote




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.