Holds a set of default configuration parameter values that you can modify using the configure replication server command. You also can set certain parameters for specific targets using the alter connection, alter logical connection, or alter route command.
See the Replication Server Administration Guide Volume 1 for more information about the configuration parameters in the rs_config table.
Column |
Datatype |
Description |
---|---|---|
optionname |
varchar(30) |
Name of the parameter, for example: memory_max, cm_max_connections To view a list of these parameters with their descriptions, execute a select * statement against the rs_config table. |
objid |
rs_id |
ID of the object this option references. If set to 0, this applies to the whole system. |
charvalue |
varchar(255) |
Character value for parameter. |
status |
tinyint |
This column is not used. |
comments |
varchar(255) |
Comment about the parameter. |