Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

xtrabackup does differential backups as well...is there another advantage to doing logical backups? are the diffs significantly smaller?


In addition to what evanelias said, a logical dump also means we can load it into a MySQL instance running a different storage engine as well. In our case, it allows us to take a mysqldump from an InnoDB instance and load it into a MyRocks instance if we wish.


Yes, logical backups are smaller due to lack of index overhead. And since logical backups are textual, they can also be used for other clever purposes, such as ETL pipelines.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: