Show TOC

rs_diskpartitionsLocate this document in the navigation structure

Stores information about the disk partitions that Replication Server uses for stable message queues.

Column

Datatype

Description

name

varchar(255)

Operating system name for the disk device

logical_name

varchar(30)

User-assigned name for the partition

id

int

Partition ID assigned by Replication Server

num_segs

int

Total size of the partition in segments

status

int

Status of the disk partition. Valid values are:

  • 1 – online

  • 2 – partition is being dropped

  • 16 – partition is automatically resizable

vstart

int

Offset at which Replication Server starts writing to the partition (in MB)

Indexes
  • Unique clustered index on (logical_name)

  • Unique index on (name)