Stores routing information about network traffic.
Column |
Datatype |
Description |
---|---|---|
dest_rsid |
int |
ID of a data server or Replication Server |
through_rsid |
int |
Destination is reached through this Replication Server. For a direct route, the value of through_rsid is the same as that of dest_id. |
source_rsid |
int |
Replication Server where this route is defined |
status |
tinyint |
Status of the route:
|
suspended |
tinyint |
One of the following values:
|
src_version |
int |
Version of source Replication Server for this route. Note that this version is the RSI version (not what appears in the rs_config stored procedure under current_rssd_version).
Refer to the Release Bulletin for Replication Server for any additional supported version numbers. |
Unique clustered index on (dest_rsid, source_rsid)