The manual (Performance Guide) say a lot things about guide lines to update statistics and have some articles on IBM site about this.
But, the basic guide lines are:
Medium and big tables:
- update statistics HIGH in head columns (first columns) from any index
- update statistics medium to another's columns where is part of a index
- update statistics medium to columns where is used to filter.
to small tables:
- update statistics high , all columns
Execute update statistics more frequently on tables where the data are modified frequently.
Example:
if you have a table with all move of a stock system , and all days have delete/inserts/updates on this table, consider executing the update statistics at least 1 time for week.
Link to All PDFs manuals , all versions, free of charge:
http://www-306.ibm.com/software/data...ubs/library/#3
Creating Data Distributions
http://publib.boulder.ibm.com/infoce...13query1-20817
Updating Statistics on Very Large Databases
http://publib.boulder.ibm.com/infoce...69%73%74%22%20
Updating Statistics for Join Columns
http://publib.boulder.ibm.com/infoce...69%73%74%22%20
Somes TechNotes from IBM Support Site:
http://www-1.ibm.com/support/search.....y=0&ibm-go=Go