GLOBAL_STAT_SYS_TABLES
得到各节点pg_catalog、information_schema以及pg_toast模式下的所有系统表的统计信息。
示例:
openGauss=# select * from DBE_PERF.GLOBAL_STAT_SYS_TABLES;
node_name | relid | schemaname | relname | seq_scan | seq_tup_read | idx_scan | idx_tup_fetch | n_tup_ins | n_tup_upd | n_tup_del | n_tup_hot_upd | n_live_tup | n_dead_tup | last_vacuum | last_autovacuum | last_analyze | last_autoanalyze | vacuum_count | autovacuum_count | analyze_count | autoanalyze_count
-----------+-------+--------------------+-------------------------------+----------+--------------+----------+---------------+-----------+-----------+-----------+---------------+------------+------------+-------------+-----------------+--------------+------------------+--------------+------------------+---------------+-------------------
表 1 GLOBAL_STAT_SYS_TABLES字段
意见反馈