This is a read-only copy of the MariaDB Knowledgebase generated on 2025-04-20. For the latest, interactive version please visit https://mariadb.com/kb/.

MariaDB parallelized/multi-thread export/import program?

What is the native MariaDB analog to MySQL's mysqlpump (https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html#mysqlpump-parallelism) or mydumper (OSS: https://github.com/mydumper/mydumper).

In the absence of parallel/multi-threaded table export/import utility, what is current/best recommended approach?

Answer Answered by Daniel Black in this comment.

We're currently working with the mydumper folks to ensure all MariaDB features can be saved/restored using mydumper/myloader so that's our current best recommendation.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.