Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / mydumper / pkg-descr
1 == What is mydumper? Why? ==
2
3 * Parallelism (hence, speed) and performance (avoids expensive character set
4   conversion routines, efficient code overall)
5 * Easier to manage output (separate files for tables, dump metadata, etc, easy
6   to view/parse data)
7 * Consistency - maintains snapshot across all threads, provides accurate master
8   and slave log positions, etc
9 * Manageability - supports PCRE for specifying database and tables inclusions
10   and exclusions
11
12 WWW: https://github.com/maxbube/mydumper