Incremental MYISAM
Unfortunately we are using MYISAM and Innodb at the same time and tables are pretty big. As the documentation says, the incremental snapshot will all ways copy over the MYISAM tables.
http://
It looks like when we do apply log, it's copying over the files again and it takes a long time for us.
We are trying to move everything to Innodb but the process is slow since we are storage bounded. At the same time, I'm curious whether XtraBackup will have better support for MYISAM for incremental snapshot(maybe just do the diff)?
Thanks!
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Zhaobang for more information if necessary.