gp_size_of_index
The gp_toolkit.gp_size_of_index view shows the total size of an index.
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 |
|---|---|
soioid |
The object ID of the index |
soitableoid |
The object ID of the table to which the index belongs |
soisize |
The size of the index in bytes |
soiindexschemaname |
The name of the index schema |
soiindexname |
The name of the index |
soitableschemaname |
The name of the table schema |
soitablename |
The name of the table |