MY_TAB_COL_STATISTICS
MY_TAB_COL_STATISTICS displays column statistics and histogram information extracted from MY_TAB_COLUMNS. All users can access this view. This view exists in the PG_CATALOG and SYS schemas. The values of the LOW_VALUE and HIGH_VALUE columns in this view are different from those in database A due to different underlying table structures. When the value of LOW_VALUE is a high-frequency value, the value of LOW_VALUE in GaussDB is the second minimum value. When HIGH_VALUE is a high-frequency value, HIGH_VALUE of GaussDB is the second maximum value. The value of the HISTOGRAM column is different from that of database A due to different statistical methods. GaussDB supports only two types of histograms: frequency and equi-width. The value of the SCOPE column in GaussDB is different from that in database A because GaussDB does not support global temporary table statistics. GaussDB supports only local temporary table statistics. The default value is SHARED.
Name |
Type |
Description |
---|---|---|
table_name |
character varying(128) |
Table name. |
column_name |
character varying(128) |
Column name. |
num_distinct |
numeric |
Number of different values in a column. |
low_value |
raw |
Low value in a column. |
high_value |
raw |
High value in a column. |
density |
numeric |
|
num_nulls |
numeric |
Number of empty values in a column. |
num_buckets |
numeric |
Number of buckets in the histogram of a column. |
last_analyzed |
timestamp(0) without time zone |
Date when a column was last analyzed. |
sample_size |
numeric |
Sample size used to analyze a column. |
global_stats |
character varying(3) |
Not supported. The value is NULL. |
user_stats |
character varying(3) |
Not supported. The value is NULL. |
notes |
character varying(99) |
Not supported. The value is NULL. |
avg_col_len |
numeric |
Average length of a column, in bytes. |
histogram |
character varying(15) |
Specifies whether the histogram exists and the type of the histogram if it exists.
|
scope |
character varying(7) |
The value SHARED is used to collect statistics on any table other than global temporary tables. |
schema |
character varying(64) |
Name of the namespace to which the column belongs. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot