Usage:
partition_balancer [options] -d -r -t
Options:
-c, --column= The column on which partitioning is based
-d, --database= The database to use
-h, --help
... [More]
Display this message and exit
-H, --host= The target MySQL server host
-p, --password= The password of the MySQL user
-P, --port= The port MySQL is listening on
-r, --rows= The target number of rows in each partition
-s, --socket= Use the specified mysql unix socket to connect
-t, --table= The table name to evaluate
-u, --username= The MySQL user used to connect
-v, --verbose Increase verbosity level
-V, --version Display version information and exit
Defaults are:
ATTRIBUTE VALUE
-------------------------- ---------------------
column Current partition key
database No default value
help FALSE
host localhost
password No default value
port 3306
rows No default value
socket No default value
table No default value
username No default value
verbose 0 (out of 2)
version FALSE [Less]