rs_diskaffinity

Stores information about the affinity between disk partition and database connection or route.

Column

Datatype

Description

partition_id

int

Partition ID assigned by Replication Server

dbid_or_siteid

int

An ID for a Replication Server or database

status

int

Status of the affinity. Valid values are:
  • 0x01 - valid

  • 0x02 - obsolete

Indexes

Unique clustered index on (dbid_or_siteid)