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
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Is your feature request related to a problem? Please describe:
When dumpling MySQL, dumpling will use FTWRL to lock all the tables and release the lock after all tables have been dumped which will strongly affect the MySQL server.
Describe the feature you'd like:
In mydumper, they use a special way to confirm consistency and "lock time". The solution is: FTWRL -> start THREADS*transactions(WITH CONSISTENT SNAPSHOT) -> UNLOCK TABLES -> dump data
I think we can also do this in dumpling.
Feature Request
Is your feature request related to a problem? Please describe:
When dumpling MySQL, dumpling will use
FTWRL
to lock all the tables and release the lock after all tables have been dumped which will strongly affect the MySQL server.Describe the feature you'd like:
In mydumper, they use a special way to confirm consistency and "lock time". The solution is: FTWRL -> start THREADS*transactions(
WITH CONSISTENT SNAPSHOT
) -> UNLOCK TABLES -> dump dataI think we can also do this in dumpling.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Optimization:
The text was updated successfully, but these errors were encountered: