Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Change the number of tables

When adding an instance with pmm-admin add, the --disable-tablestats-limit option changes the number of tables (from the default of 1000) beyond which per-table statistics collection is disabled.

USAGE

pmm-admin add mysql --disable-tablestats-limit=<LIMIT>

EXAMPLE

Add a MySQL instance, disabling per-table statistics collection when the number of tables in the instance reaches 2000.

pmm-admin add mysql --disable-tablestats-limit=2000