I’m currently using TokuDB. Unfortunately we’re having some big issues with it including data loss/corruption in our production server.
I’m wondering what is the correct ( and fastest ) way to move from TokuDB to Percona. My first thought is:
- Change all tables from TokuDB to InnoDB.
- Stop TokuDB
- Start Percona with a similar Mysql version ( 5.5.30 )
- Check if everything is OK
- Upgrade Percona to 5.6
Is this the fastest way?
While doing the initial tests on a development server the first step takes a long time. Currently our database uses ~500GB.
Thanks for any tips.