Percona-Toolkit工具包之pt-archiver
###Download and install Percona-Toolkit###
[root@zlm2 :: ~]wget https://www.percona.com/downloads/percona-toolkit/3.0.10/binary/redhat/7/x86_64/percona-toolkit-3.0.10-1.el7.x86_64.rpm
-- Omitted.
[root@zlm2 :: ~]yum -y localinstall percona-toolkit-3.0.-.el7.x86_64.rpm
-- Omitted.
Installed:
percona-toolkit.x86_64 :3.0.-.el7 Dependency Installed:
perl-Compress-Raw-Bzip2.x86_64 :2.061-.el7 perl-Compress-Raw-Zlib.x86_64 :2.061-.el7 perl-DBD-MySQL.x86_64 :4.023-.el7
perl-DBI.x86_64 :1.627-.el7 perl-Data-Dumper.x86_64 :2.145-.el7 perl-Digest.noarch :1.17-.el7
perl-Digest-MD5.x86_64 :2.52-.el7 perl-IO-Compress.noarch :2.061-.el7 perl-IO-Socket-IP.noarch :0.21-.el7
perl-IO-Socket-SSL.noarch :1.94-.el7 perl-Mozilla-CA.noarch :-.el7 perl-Net-Daemon.noarch :0.48-.el7
perl-Net-LibIDN.x86_64 :0.12-.el7 perl-Net-SSLeay.x86_64 :1.55-.el7 perl-PlRPC.noarch :0.2020-.el7
perl-TermReadKey.x86_64 :2.30-.el7 Complete! ###After install the Percona-Toolkit,you can check all the tools it contains by command below:###
[root@zlm2 :: ~]man percona-tookit
TOOLS
This release of Percona Toolkit includes the following tools: pt-align
Align output from other tools to columns. pt-archiver
Archive rows from a MySQL table into another table or a file. pt-config-diff
Diff MySQL configuration files and server variables. pt-deadlock-logger
Log MySQL deadlocks. pt-diskstats
An interactive I/O monitoring tool for GNU/Linux. pt-duplicate-key-checker
Find duplicate indexes and foreign keys on MySQL tables. pt-fifo-split
Split files and pipe lines to a fifo without really splitting. pt-find
Find MySQL tables and execute actions, like GNU find. pt-fingerprint
Convert queries into fingerprints. pt-fk-error-logger
Log MySQL foreign key errors. pt-heartbeat
Monitor MySQL replication delay. pt-index-usage
Read queries from a log and analyze how they use indexes. pt-ioprofile
Watch process IO and print a table of file and I/O activity. pt-kill
Kill MySQL queries that match certain criteria. pt-mext
Look at many samples of MySQL "SHOW GLOBAL STATUS" side-by-side. pt-mysql-summary
Summarize MySQL information nicely. pt-online-schema-change
ALTER tables without locking them. pt-pmp
Aggregate GDB stack traces for a selected program. pt-query-digest
Analyze MySQL queries from logs, processlist, and tcpdump. pt-show-grants
Canonicalize and print MySQL grants so you can effectively replicate, compare and version-control them. pt-sift
Browses files created by pt-stalk. pt-slave-delay
Make a MySQL slave server lag behind its master. pt-slave-find
Find and print replication hierarchy tree of MySQL slaves. pt-slave-restart
Watch and restart MySQL replication after errors. pt-stalk
Collect forensic data about MySQL when problems occur. pt-summary
Summarize system information nicely. pt-table-checksum
Verify MySQL replication integrity. pt-table-sync
Synchronize MySQL table data efficiently. pt-table-usage
Analyze how queries use tables. pt-upgrade
Verify that query results are identical on different servers. pt-variable-advisor
Analyze MySQL variables and advise on possible problems. pt-visual-explain
Format EXPLAIN output as a tree. ###See the parameter of pt-archiver.###
[root@zlm2 :: ~]#pt-archiver --help
-- Omitted. ###Parameters demonstration.###
Indispensible parameter:
--source [-h|-S] -u -P -D -A Choose only one below:
--dest=d -- Usually be used to archive records to another table(can be different instance).
--purge -- Usually be used to purge records instead of archive them.
--file=s -- Usually be used to archive records into a file. Performance ralevant:
--analyze=s -- Run analyze table after archive.
--optimize=s -- Run optimize table after archive.
--ascend-first -- Ascend just first column of index.
--buffer -- Buffer output to file and flush when commit.
--bulk-delete -- Delete by chunk.
--bulk-insert -- Insert by chunk.
--limit=i -- Rows of per statment when arching,default .
--txn-size=i -- Rows of per trx,default .
--primary-key-only -- Merely use primary key. Infermation output:
--progress=i -- Print per i rows.
--statistics -- Print time statistics. Others parameters:
--dry-run -- Just print queries without real doing.
--retries=i -- Times of when retry,default .
--no-delete -- Specify not to delete archived records in source table. ###Take care the rules when specify parameters.###
Specify at least one of --dest, --file, or --purge. -- There're three mode of achive behavior.
--ignore and --replace are mutually exclusive.
--txn-size and --commit-each are mutually exclusive. -- Usually I'd rather use "txn-size" to specify the timing of commit depending amount of transactions.
--low-priority-insert and --delayed-insert are mutually exclusive.
--share-lock and --for-update are mutually exclusive.
--analyze and --optimize are mutually exclusive. -- I don't recommend use "analyze" or "optimize" when archive tables simultaneously,but afterward does when business not busy.
--no-ascend and --no-delete are mutually exclusive.
DSN values in --dest default to values from --source if COPY is yes.
- pt-achiver is useful when archive your records of big tables.
- Make sure that your table has index key on it.Otherwise,it will lead to bad performance when archive.
- Plz distinguish these two parameter —— "no-delete"&"purge",they are differently used.
- More testing is necessary to make out the performance influenced by different parameter.
Percona-Toolkit工具包之pt-archiver的更多相关文章
- Percona Toolkit mysql辅助利器
1 PT介绍 Percona Toolkit简称pt工具—PT-Tools,是Percona公司开发用于管理MySQL的工具,功能包括检查主从复制的数据一致性.检查重复索引.定位IO占用高的表文件.在 ...
- Percona Toolkit工具使用
Percona Toolkit简称pt工具-PT-Tools,是Percona公司开发用于管理MySQL的工具,功能包括检查主从复制的数据一致性.检查重复索引.定位IO占用高的表文件.在线DDL等 下 ...
- Centos 安装Percona Toolkit工具集
1.下载 下载地址: https://www.percona.com/downloads/percona-toolkit/LATEST/ [root@bogon ~]# wget https:// ...
- RDS for MySQL 如何使用 Percona Toolkit
Percona Toolkit 包含多种用于 MySQL 数据库管理的工具. 下面介绍常用的 pt-online-schema-change 和 pt-archiver 搭配 RDS MySQL ...
- Percona Toolkit工具集介绍
部署mysql工具是一个非常重要的部分,所以工具的可靠性和很好的设计非常重要.percona toolkit是一个有30多个mysql工具的工具箱.兼容mysql,percona server,mar ...
- Want to archive tables? Use Percona Toolkit’s pt-archiver--转载
原文地址:https://www.percona.com/blog/2013/08/12/want-to-archive-tables-use-pt-archiver/ Percona Toolkit ...
- Percona Toolkit工具连接MySQL 8报错的解决方案
使用Percona Toolkit的工具连接MySQL 8.x数据库时,会遇到类似"failed: Plugin caching_sha2_password could not be loa ...
- Percona Toolkit 使用
安装 percona-toolkit perl Makefile.PL make make test make install 默认安装到 /usr/local/bin 目录下 可能需要 DBI-1. ...
- 使用Percona Toolkit解决Mysql主从不同步问题【备忘】
由于各种原因,mysql主从架构经常会出现数据不一致的情况出现,大致归结为如下几类 1:备库写数据 2:执行non-deterministic query 3:回滚掺杂事务表和非事务表的事务 4:bi ...
- Percona Toolkit 2.2.19 is now available
New Features: 1221372: pt-online-schema-change now aborts with an error if the server is a slave, be ...
随机推荐
- Datatable paging,Repeater with Paging
/// <summary> /// 塗聚文 /// 20140225 /// </summary> public partial class DatatablePage : S ...
- Linux 学习 一, useradd
安装好VMware 安装好Linux 在安装Linux时候,建立了一个用户,dragon, 和密码...这个用户不是root用户,没有root权限 可以切换dragon 到用户root,这个时候就有r ...
- Highcharts - Bar Chart & Column Chart
1. 条形图(Bar Chart)需要的数据格式类型如下: ["Luke Skywalker", "Darth Vader", "Yoda" ...
- Shader之性能优化
1.像素>>顶点数>>物体个数:shader中的计算应首先考虑放在script,其次vert,最后frag中 2.尽量用精度小的类型替换精度大的类型(特别是在frag中,要尽可 ...
- 生成对抗式网络 GAN的理解
转自:https://zhuanlan.zhihu.com/p/24767059,感谢分享 生成式对抗网络(GAN)是近年来大热的深度学习模型.最近正好有空看了这方面的一些论文,跑了一个GAN的代码, ...
- Class.forName(),classloader.loadclass用法详解
为什么要把ClassLoader.loadClass(String name)和Class.forName(String name)进行比较呢,因为他们都能在运行时对任意一个类,都能够知道该类的所有属 ...
- 【Leetcode】【Easy】Remove Element
Given an array and a value, remove all instances of that value in place and return the new length. T ...
- ACM-ICPC(10/21)
写一发后缀数组套路题,看起来简单,写起来要人命哦~~~ 总共13题. 分两天debug吧,有点累了~~~ suffix(后缀数组的应用) sa[i] :排名第 i 的后缀在哪(i 从 1 开始) ra ...
- HDU 6103
题意: 求最长的两个不相交的子序列,dis <= m : 分析: 当时二分了答案,暴力匹配,TLE了,然后考虑了,O(n^2)预处理出所有区间 dis,然后答案是所有dis中>=m的最长长 ...
- html或jsp页面自动提交,无需每次重启服务
从eclipse转到idea遇到各种问题,之前eclipse可以自动保存页面内容无需重启服务,但是idea不可以,网上找了n种办法也没用,可能版本不一样吧,把我的解决方法纪录一下,方便以后有人遇到这个 ...