Synchronize Tables on the Same Server with pt-table-sync
Понедельник, 04 Октября 2021 г. 17:48
+ в цитатник
It is a common use case to synchronize data in two tables inside MySQL servers. This blog post describes one specific case: how to synchronize data between two different tables on the same MySQL server. This could be useful, for example, if you test DML query performance and do not want to affect production data. [&]