PT-1595-percona toolkit docs still reference Maatkit (#591)

- Removed Maatkit left overs
- Keeped links to Maatkit bugs and wiki
- Updated brokn links
This commit is contained in:
Sveta Smirnova
2023-02-13 12:44:57 +03:00
committed by GitHub
parent bbe3170f2f
commit 0accdb3bd3
8 changed files with 10 additions and 29 deletions

View File

@@ -7380,7 +7380,7 @@ server. Before using this tool, please:
=head1 DESCRIPTION
pt-archiver is the tool I use to archive tables as described in
L<http://tinyurl.com/mysql-archiving>. The goal is a low-impact, forward-only
L<https://web.archive.org/web/20071014031743/http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql>. The goal is a low-impact, forward-only
job to nibble old data out of the table without impacting OLTP queries much.
You can insert the data into another table, which need not be on the same
server. You can also write it to a file in a format suitable for LOAD DATA