MySQL Forums
Forum List  »  Newbie

Re: optimising a create table as select
Posted by: Rick James
Date: May 21, 2014 12:11PM

7.5GB for MySQL is perhaps below average, but still typical.

These are the main "consistency" parameters:

innodb_flush_log_at_trx_commit | 1 -- Good; this is the most important.

sync_binlog | 1 -- good

innodb_doublewrite | ON -- Good

The buffer_pool_size is reasonable for your RAM.

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.