2. Using Ingres Commands : statdump Command—Print Statistics in iistats and iihistogram Catalogs : statdump Examples
 
Share this page                  
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