pgstattuple

提供元组级别统计信息的 contrib 模块

pgstattuple 是一个 contrib 模块,提供各种用于获取元组级别统计信息的函数。

pgstattuplePostgreSQL 7.2 中添加。

变更历史

示例

函数 pgstatginindex() 的用法示例

postgres=# SELECT * FROM pgstatginindex('content_version_ts_vector_ix');
 version | pending_pages | pending_tuples 
---------+---------------+----------------
       2 |           408 |            579

分类

Contrib 模块, 索引, PostgreSQL 内部

另请参阅

pageinspect

反馈

提交关于“pgstattuple”的任何评论、建议或更正,请点击 此处