Best way to archive live MySQL database

前端 未结 6 867
遥遥无期
遥遥无期 2020-12-08 05:11

We have a live MySQL database that is 99% INSERTs, around 100 per second. We want to archive the data each day so that we can run queries on it without affecting the main, l

6条回答
  •  旧巷少年郎
    2020-12-08 05:13

    MK-ARCHIVER is a elegant tool to archive MYSQL data.

    http://www.maatkit.org/doc/mk-archiver.html

提交回复
热议问题