Dnia 12 marca 2025 13:11 Sergei Golubchik <serg@mariadb.org> napisaĆ(a):
Hi, pslawek83,Note that mariadb-dump already supports --parallel option that can dumpmany tables in parallel.Depending on your use case you might want to extend --parallel toautomatically dump individual partitions in parallel, instead ofextending mariadb-dump to allow to specify what partition to dump.Depends on what you need, of course, I'm just listing the options sothat you could choose what works better for you.On Mar 12, pslawek83 via discuss wrote:Hi Everyone, I want to add the ability to backup a single partitionusing mysqldump. I have some large (500GB+) partitioned tables I wantto backup fast. So the idea is to run each partition in parallel usingmariadb-dump but AFAIK there's no option for specifying thepartition yet. Will you merge my code if I add that to mariadb-dump ?I assume MariaDB/server/blob/main/client/mysqldump.cc is where dev forthat happens? ThanksRegards,SergeiChief Architect, MariaDB Serverand security@mariadb.org