Was this helpful?
statdump Examples
This command prints the statistical information for all columns in the employee table in the empdata database:
statdump empdata -remployee
This command prints the information in the iistats system table only, for all columns in all tables of the empdata database:
statdump -zq empdata
This command deletes statistics for all columns in the employee table:
statdump -zdl empdata -remployee
Last modified date: 11/28/2023