In my previous post I explained how to take a logical backup using the mysql shell utilities. In this post, we shall compare the speed of the backup and restoration process.
MySQL Shell Speed Test
We are going to do a comparison of backup and recovery speed of mysqldump and MySQL shell utility tools.
Below tools are used for speed comparison:
- mysqldump
- util.dumpInstance
- util.loadDump
Hardware Configuration
Two standalone servers with identical configurations.
Server 1
* IP: …
[Read more]