MySQL Forums
Forum List  »  Backup

Dump is fast, load is VERY slow
Posted by: Mikhail T
Date: April 22, 2021 12:07PM

As part of an application-upgrade, we need to dump the existing production database, then load the data into the new DB (on the same server), which will be upgraded.

The dumping takes under a minute, yielding a 1.3G .sql file. The loading of it back takes about 30 hours...

We use these settings to dump:
[mysqldump]
extended-insert=false
lock-tables=false
single-transaction=false

I tried raising the innodb_buffer_pool_size from 1G to 7G, and the innodb_buffer_pool_instances from 1 to 2 -- to no perceptible effect.

When the loading begins, mysqld-process' CPU-consumption jumps to about 100% briefly, but then drops down to about 2-4%. According to iostat, the disk I/O is under 1M/s after that. If it is neither CPU, nor disk I/O, nor network (same host, communicating via Unix socket), what else can it be?

The host runs CentOS Linux release 7.9.2009, and has 32G of RAM (of which only 3G are actually used right now). The server is installed via MariaDB-server-10.3.28-1.el7.centos.x86_64.

Thank you!

Options: ReplyQuote


Subject
Views
Written By
Posted
Dump is fast, load is VERY slow
3074
April 22, 2021 12:07PM
934
April 23, 2021 09:49AM
853
April 23, 2021 10:22AM
845
April 23, 2021 01:42PM
686
April 23, 2021 08:14PM
714
April 24, 2021 04:41PM
793
April 24, 2021 07:16PM


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.