-
mysql replication principle--转
所属栏目:[MySql] 日期:2020-09-01 热度:62
原文地址:http://www.codeweblog.com/mysql-replication-principle/1, the replication processMysql replication (replication) is an asynchronous replication, from a Mysql instace (called Master) to another Mysql instance (call it Slave). Implem[详细]
-
Want to archive tables? Use Percona Toolkit’s pt-archiver--转
所属栏目:[MySql] 日期:2020-09-01 热度:192
原文地址:https://www.percona.com/blog/2013/08/12/want-to-archive-tables-use-pt-archiver/Percona Toolkit’spt-archiveris one of the best utilities to archive the records from large tables to another tablesorfiles. One interesting thing is t[详细]