gp_size_of_table_and_indexes_licensing
The gp_toolkit.gp_size_of_table_and_indexes_licensing view shows the total size of tables and their indexes for licensing purposes.
The use of this view requires superuser permissions.
| Column | Description |
|---|---|
sotailoid |
Object ID of the table |
sotailtablesizedisk |
Total disk size of the table |
sotailtablesizeuncompressed |
If the table is a compressed append-optimized table, shows the uncompressed table size in bytes |
sotailindexessize |
Total size of all indexes in the table |
sotailschemaname |
Schema name |
sotailtablename |
Table name |