[CR336244] A description of the rs_statcounter table was not included in Chapter 8, “Replication Server System Tables.”
Stores descriptive information about each counter. These values do not change.
Column |
Datatype |
Description |
---|---|---|
counter_id |
int |
Unique counter identification number |
counter_name |
varchar(60) |
Descriptive counter name |
module_name |
varchar(30) |
Name of module to which the counter belongs |
display_name |
varchar(30) |
Counter name used for RCL commands |
counter_type |
int |
Counter records values of these types:
|
counter_status |
int |
Counter status. Bit-mask values are:
|
description |
varchar(255) |
Description of counter |
Unique, clustered key rs_key_statcounters on (counter_id)