You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I know about Xtrabackup, but that is different thing as those are binary backups, with their pros and cons.
For big databases, it is good to have both options, Xtrabackup as binary and a logical solution like MyDumper which allow easy restoration from one table, for example.
For that, mysqldump fails to provide the logical option.
I just discover https://github.com/maxbube/mydumper/ which is an alternative for mysqldump as they explain on this link
https://wikitech.wikimedia.org/wiki/MariaDB#Dumping_tables_with_mydumper
It is made for handling big databases and it could be a great addition to the database options.
What do you think?
The text was updated successfully, but these errors were encountered: