MY_TAB_STATISTICS
MY_TAB_STATISTICS displays statistics about tables owned by the current user in the database. This view exists in the PG_CATALOG and SYS schemas and all users can access this view.
Name |
Type |
Description |
---|---|---|
table_name |
character varying(128) |
Table name. |
partition_name |
character varying(128) |
Not supported. The value is NULL. |
partition_position |
numeric |
Not supported. The value is NULL. |
subpartition_name |
character varying(128) |
Not supported. The value is NULL. |
subpartition_position |
numeric |
Not supported. The value is NULL. |
object_type |
character varying(12) |
Object type.
|
num_rows |
numeric |
Number of rows in an object. |
blocks |
numeric |
Not supported. The value is NULL. |
empty_blocks |
numeric |
Not supported. The value is NULL. |
avg_space |
numeric |
Not supported. The value is NULL. |
chain_cnt |
numeric |
Not supported. The value is NULL. |
avg_row_len |
integer |
Average row length, including the row overhead. |
avg_space_freelist_blocks |
numeric |
Not supported. The value is NULL. |
num_freelist_blocks |
numeric |
Not supported. The value is NULL. |
avg_cached_blocks |
numeric |
Not supported. The value is NULL. |
avg_cache_hit_ratio |
numeric |
Not supported. The value is NULL. |
im_imcu_count |
numeric |
Not supported. The value is NULL. |
im_block_count |
numeric |
Not supported. The value is NULL. |
im_stat_update_time |
timestamp(6) without time zone |
Not supported. The value is NULL. |
scan_rate |
numeric |
Not supported. The value is NULL. |
sample_size |
numeric |
Number of samples used for analyzing a table. |
last_analyzed |
timestamp with time zone |
Date when a table was last analyzed. Database restart is not supported. Otherwise, data loss will occur. |
global_stats |
character varying(3) |
Not supported. The value is NULL. |
user_stats |
character varying(3) |
Not supported. The value is NULL. |
stattype_locked |
character varying(5) |
Not supported. The value is NULL. |
stale_stats |
character varying(7) |
Not supported. The value is NULL. |
notes |
character varying(25) |
Not supported. The value is NULL. |
scope |
character varying(7) |
Not supported. The default value is SHARED. |
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