MY_TAB_HISTOGRAMS
MY_TAB_HISTOGRAMS系统视图显示当前用户拥有的表或视图的直方图信息。所有用户都可以访问该视图。该视图同时存在于pg_catalog和sys schema下。
名称 |
类型 |
描述 |
---|---|---|
table_name |
character varying(128) |
表名。 |
column_name |
character varying(4000) |
列名。 |
endpoint_number |
numeric |
直方图的桶号。 |
endpoint_value |
numeric |
暂不支持,值为NULL。 |
endpoint_actual_value |
character varying(4000) |
桶端点的实际值。 |
endpoint_actual_value_raw |
raw |
暂不支持,值为NULL。 |
endpoint_repeat_count |
numeric |
暂不支持,值为NULL。 |
scope |
character varying(7) |
暂不支持,值为SHARED。 |