gp_size_of_all_table_indexes
The gp_toolkit.gp_size_of_all_table_indexes view shows the total size of all indexes for a table.
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 |
|---|---|
soatioid |
Object ID of the table |
soatisize |
Total size of all table indexes in bytes |
soatischemaname |
Schema name |
soatitablename |
Table name |