第6章gp_toolkit管理架构_gp_bloat_diag

gp_bloat_diag

这个视图显示了普通的堆存储表(bloat)(实际的磁盘页数超过了给定表统计信息的页面数)。 臃肿表需要一个VACUUM或一个VACUUM FULL来回收被删除或过时的行所占用的磁盘空间。 所有用户都可以访问该视图,但非超级用户只能看到他们有权访问的表。

Note: For diagnostic functions that returnappend-optimized table information, seeChecking Append-Optimized Tables.

Table 94: gp_bloat_diag view

Column

描述

bdirelid

Table object id.

bdinspname

Schema name.

bdirelname

Table name.

bdirelpages

Actual number of pages on disk.

bdiexppages

Expected number of pages given the table data.

bdidiag

Bloat diagnostic message.

你可能感兴趣的:(第6章gp_toolkit管理架构_gp_bloat_diag)