Changing AUS expiration policies
You can change AUS expiration policies to customize how often statistics are updated based on how old the statistics are, how much data has changed, or how large the table is.
Before you begin
You must be connected to the sysadmin database as user informix or another authorized user.
About this task
Example
UPDATE ph_threshold
SET value = 1000
WHERE name = "AUS_SMALL_TABLES";
The new threshold takes effect the next time the Auto Update Statistics Evaluator task runs.