GRID Connection Manager configuration parameter
The GRID parameter specifies that a connection unit is an Enterprise Replication grid, and specifies the name of the grid. A grid is a set of replication servers that you can administer as a unit.
Usage
Each connection-unit name must be unique within the Connection Manager configuration file.
GRID
connection units can use the following redirection policies:
- Apply failure
- Round-robin
- Transaction latency
- Workload
Grid names can use multibyte characters.
Example
In the following example, the grid
connection unit named my_grid is defined:
GRID my_grid
{
INFORMIXSERVER my_server_group_1,my_server_group_2
SLA sla_1 DBSERVERS=ANY
}