[CR336244] A description of the rs_statrun table was not included in Chapter 8, “Replication Server System Tables.”
Stores descriptive information about each observation period or run.
Column |
Datatype |
Description |
---|---|---|
run_id |
rs_id |
Number assigned to an observation period or run. |
run_date |
datetime |
Date and time of observation period or run. |
run_interval |
int |
Duration of observation period or run in seconds. |
run_user |
varchar(30) |
Name of user who flushed the counters to the RSSD. Value is dSTATS for the Statistics daemon. |
run_status |
int |
Status of run. |
Unique, nonclustered key rs_key_statdetail on (run_id)