rs_diskpartitions

Description

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

vstart

int

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

Indexes