Show TOC

rs_autopartpathLocate this document in the navigation structure

Stores information about automatically resizable partitions that Replication Server uses for stable message queues.

Column Datatype Description
name varchar(30) The name you assign to the logical partition path for the automatically resizable partition.
path varchar(255) Operating system physical path location for the partition files in the automatically resizable partition.
size int Size in megabytes that you have set for each partition file that Replication Server can create in a automatically resizable partition.
max_size int Maximum total size, in megabytes, that you allocate for all the partition files that Replication Server can create for the automatically resizable partition.
status int Status of the automatically resizable partition:
  • 0x00 – online
  • 0x01 – drop pending
  • 0x02 – has partition
  • 0x04 – full
Indexes
  • Unique clustered index on (name)
  • Unique index on (path)