PGXC_TOTAL_SCHEMA_INFO
PGXC_TOTAL_SCHEMA_INFO displays the schema space information of all instances in the cluster, providing visibility into the schema space usage of each instance. This view can be queried only on CNs.
Name |
Type |
Description |
---|---|---|
schemaname |
text |
Schema name. |
schemaid |
oid |
Schema OID. |
databasename |
text |
Database name. |
databaseid |
oid |
Database OID. |
nodename |
text |
Instance name. |
nodegroup |
text |
Node group name. |
usedspace |
bigint |
Used space size. |
permspace |
bigint |
Space upper limit. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.