云数据库 GAUSSDB-MY_TAB_STATISTICS

时间:2024-11-02 18:46:06

MY_TAB_STATIS TICS

MY_TAB_STATISTI CS 视图显示数据库中有关当前用户拥有的表的统计信息。所有用户均可访问该视图,该视图同时存在于PG_CATA LOG 和SYS Schema下。

表1 MY_TAB_STATISTICS字段

名称

类型

描述

table_name

character varying(128)

表名。

partition_name

character varying(128)

暂不支持,值为NULL。

partition_position

numeric

暂不支持,值为NULL。

subpartition_name

character varying(128)

暂不支持,值为NULL。

subpartition_position

numeric

暂不支持,值为NULL。

object_type

character varying(12)

对象类型:
  • TABLE
  • PARTITION
  • SUBPARTITION

num_rows

numeric

对象中的行数。

blocks

numeric

暂不支持,值为NULL。

empty_blocks

numeric

暂不支持,值为NULL。

avg_space

numeric

暂不支持,值为NULL。

chain_cnt

numeric

暂不支持,值为NULL。

avg_row_len

integer

平均行长,包括行开销。

avg_space_freelist_blocks

numeric

暂不支持,值为NULL。

num_freelist_blocks

numeric

暂不支持,值为NULL。

avg_cached_blocks

numeric

暂不支持,值为NULL。

avg_cache_hit_ratio

numeric

暂不支持,值为NULL。

im_imcu_count

numeric

暂不支持,值为NULL。

im_block_count

numeric

暂不支持,值为NULL。

im_stat_update_time

timestamp(6) without time zone

暂不支持,值为NULL。

scan_rate

numeric

暂不支持,值为NULL。

sample_size

numeric

分析表格时使用的样本量。

last_analyzed

timestamp with time zone

最近分析表的日期。数据库重启后,数据会丢失。

global_stats

character varying(3)

暂不支持,值为NULL。

user_stats

character varying(3)

暂不支持,值为NULL。

stattype_locked

character varying(5)

暂不支持,值为NULL。

stale_stats

character varying(7)

暂不支持,值为NULL。

notes

character varying(25)

暂不支持,值为NULL。

scope

character varying(7)

暂不支持,默认值SHARED。

support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-1268.html