PGXC_GROUP
PGXC_GROUP stores node group information. In the decoupled storage-compute 3.0 version, each logical cluster node group is referred to as a virtual warehouse (VW), while at the storage KV layer, each VW corresponds to a vgroup.
Column |
Type |
Description |
---|---|---|
group_name |
name |
Name of the node group. |
in_redistribution |
"char" |
Whether redistribution is required. Options:
|
group_members |
oidvector_extend |
List of node OIDs in the node group. |
group_buckets |
text |
Collection of distributed data buckets. |
is_installation |
Boolean |
Whether to install a sub-cluster. |
group_acl |
aclitem[] |
Access permissions. |
group_kind |
"char" |
Node group type. Options:
|
group_ckpt_csn |
xid |
CSN of the most recent incremental extraction executed by the node group. |
vgroup_id |
xid |
ID of the vgroup corresponding to the node group. |
vgroup_bucket_count |
oid |
Number of buckets in the vgroup corresponding to the node group. |
group_ckpt_time |
timestamp with time zone |
Physical time of the most recent incremental extraction executed by the node group. |
apply_kv_duration |
integer |
Duration of the incremental scan in the most recent incremental extraction executed by the node group (in seconds). |
ckpt_duration |
integer |
Checkpoint duration in the most recent incremental extraction executed by the node group (in seconds). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot