Parallel Logical Backup and Restore Strategies for MySQL using MyDumper

Traditional MySQL backup utilities like mysqldump operate using a single-threaded model, processing tables sequentially. This limitation often results in extended backup windows for large datasets. To address this, mydumper was developed as a multi-threaded logical backup tool. It allows for concurrent data extraction from tables and simultaneo ...

Posted on Sun, 23 Aug 2026 16:21:01 +0000 by riginosz