Percona-toolkit

pt-archiver

  • 功能
    • 导出线上数据,到线下数据作处理
    • 清理过期数据,并且把数据归档到本地归档表中,或者远端归档服务器

      pt-archiver —version pt-archiver —help

归档操作

pt-archiver \ —source h=, P=, u=, p=, D=, t=

\ —dest h=, P=, u=, p=, D=, t=
\ —no-check-charset \ —where ‘‘ \ —progress \ —bulk-delete \ —bulk-insert \ —limit= \ —statistics

  • --source 指定归档源信息
  • --dest 指定归档目标信息
  • --no-check-charset 不检查字符集
  • --where 归档判断表达式,类似 sql 的 where 子句,符合条件的才会被归档
  • --progress 打印信息到控制台的阈值
  • --bulk-delete 批量删除
  • --bulk-insert 批量插入
  • --limit 一次批量操作的数量
  • --statisctics 打印归档统计信息