gp_stats_missing
The gp_toolkit.gp_stats_missing view shows tables that do not have statistics and therefore may require an ANALYZE be run on the table.
By default, gp_stats_missing does not display data for materialized views.
Refer to Use gp_toolkit for instructions on adding this data to the gp_stats_missing view output.
| Column | Description |
|---|---|
smischema |
Schema name |
smitable |
Table name |
smisize |
Whether this table has statistics.
|
smicols |
Number of columns in the table |
smirecs |
The total number of columns in the table that have statistics recorded |