Top area of the window
The top area of the Column Distribution Statistics window shows general information about the column with which the column distribution statistics are associated.
The columns in the window show both those statistics that were gathered at the time of the explain, and those that currently exist in the system catalog tables.
Note: | Distribution statistics do not appear if they are not available or if they are not used by the optimization level chosen. |
Rows in the Column Distribution Statistics window
Column distribution information is shown in the bottom area of the window. Each row shows information on one instance of a frequency or quantile value. The left area shows existing explained values; the right area shows current values. (The values with a current count of -1 exist in the configuration settings but are not currently being used.)
The following information is shown:
For quantiles, the value shown is the cumulative count of rows that are less than or equal to the explained value. (If two rows contain the same explained value, the row with the lower sequence number is used to provide a count of the number of rows that are strictly less than the explained value.)
For quantiles, the value shown is the cumulative count of rows that are less than or equal to the current value. (If two rows contain the same current value, the row with the lower sequence number is used to provide a count of the number of rows that are strictly less than the current value.)
For more information, see the section on collecting and using distribution statistics in the Administration Guide.