gp_size_of_table_uncompressed
The gp_toolkit.gp_size_of_table_uncompressed view shows the uncompressed table size for append-optimized (AO) tables.
Otherwise, the table size on disk is shown.
The use of this view requires superuser permissions.
| Column | Description |
|---|---|
sotuoid |
Object ID of the table |
sotusize |
Uncompressed size of the table in bytes if it is a compressed AO table. Otherwise, the table size on disk |
sotuschemaname |
Schema name |
sotutablename |
Table name |