Column Name | Data Type | Description |
---|---|---|
ddb_name | char(32) | Name of distributed database |
ddb_owner | char(32) | Owner of distributed database |
cdb_name | char(32) | Name of coordinator database |
cdb_node | char(32) | Name of the coordinator database’s node |
cdb_owner | char(32) | Owner of the coordinator database |
cdb_dbms | char(32) | Server of coordinator database, for example, INGRES, DB2 |
schema_desc | char(32) | Reserved for future use |
create_date | char(25) | Date when coordinator database was added |
original | char(8) | Reserved for future use |
cdb_id | integer4 | Contains a unique database identifier corresponding to iidatabase.db_id for the coordinator database entry |
cdb_capability | integer 4 | Reserved for future use |
Column Name | Data Type | Description |
---|---|---|
ddb_name | char(32) | Name of distributed database |
ddb_owner | char(32) | Owner of distributed database |
cdb_name | char(32) | Name of coordinator database |
cdb_node | char(32) | Name of the coordinator database’s node |
cdb_owner | char(32) | Owner of the coordinator database |
cdb_dbms | char(32) | Server of coordinator database, for example, INGRES, DB2 |
cdb_create_date | char(25) | Date when coordinator database was added |
Column Name | Data Type | Description |
---|---|---|
net_src | char(32) | Name of the source node |
net_dest | char(32) | Name of the destination node |
net_cost | float8 | Cost of moving one byte from the source node to the destination node as a multiple of 1 DIO (Disk I/O). This field contains a float that is the cost of transferring one byte from the source to the destination site. This cost should be made in terms of DIO units. Network costs are added to DIO costs in order to determine which plan is cheapest. See the example below. |
net_exp1 | float8 | Expansion field (should be set to zero) |
net_exp2 | float8 | Expansion field (should be set to zero) |
net_src char(32) | net_dst char(32) | net_cost (f8) |
---|---|---|
sanfrancisco | newyork | 0.001 |
sanfrancisco | washington | 0.002 |
sanfrancisco | sanfrancisco | 0.0002 |