MySQL Forums
Forum List  »  General

Re: Import of SQL file slow or freezes
Posted by: james wang
Date: August 16, 2018 03:35AM

Many factors affect that process. for examples:

1). your machine total RAM and innodb_buffer_pool_size (I assumed your engine was InnoDB)
2). if bin log off?
3). innodb_flush_log_at_trx_commit and innodb_doublewrite values et al
4). disk speed? and disk scheduler?
5). innodb_log_file_size?
6). swap used? How many CPUs?
......

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.