pg_vcluster
pg_vcluster#
System table pg_vcluster contains information about the virtual cluster(VC).pg_vcluster is a shared table.
In OushuDB, segment nodes can be devided into several VCs. In a virtual cluster, there are homogeneous multiple virtual computing cluster instances(VCI).pg_vcluster contains the definition of vcs and vcis.
Table 1. pg_catalog.pg_vcluster
column |
type |
references |
description |
|---|---|---|---|
|
name |
name of vc/vci. Because one vci belongs to one vc, vci’s name likes ‘vcname@vciname’. |
|
|
text[] |
only for vci. Ip or hostname of segment belongs to vci. |
|
|
text |
properties of vc |
|
|
text |
location of rm process |
|
|
oid |
owner of vc |
|
|
aclitem[] |
acl information of vc |