MySQL Shell Dump & Load part 4: Dump Instance & Schemas
MySQL Shell 8.0.21 comes with two utilities which can be used to perform logical dumps of all the schemas from an instance (util.dumpInstance()
) or selected schemas (util.dumpSchemas()
). These tools offer major performance improvements over the mysqldump
utility, some of our benchmarks show a throughput up to 3GB/s!…
Source: MySQL Shell Dump & Load part 4: Dump Instance & Schemas
Leave a Reply