I have an additional question.
Currently, mariadb 10.1.48 is being used, and engine is using tokuDB 5.6.49-89.0.
Do you know if the mysqldump --single-transaction applies normally to the engine I’m using? As far as I know, there was a bug that didn’t apply in the past, but I wonder if it’s solved.
I hope there will be no database lock during the service.
TokuDB supports transactions so it should work. To ensure, just add the flag —lock-mode=none (IIRC)
1 Like