gp_size_of_table_and_indexes_disk
The gp_toolkit.gp_size_of_table_and_indexes_disk view shows the size on disk of tables and their indexes.
This view is accessible to all users.
However, non‑superusers will only be able to see relations that they have permission to access.
| Column | Description |
|---|---|
sotaidoid |
The object ID of the parent table |
sotaidtablesize |
The disk size of the table |
sotaididxsize |
The total size of all indexes on the table |
sotaidschemaname |
The name of the schema |
sotaidtablename |
The name of the table |