1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
Indicates whether SQLFire
should conate messages for
this sender.
false1BOOLEANBATCH_CONFLATION
The maximum number of
messages that a batch can
contain for this sender.
false10INTEGERBATCH_SIZE
The maximum number of
milliseconds that can elapse
false10INTEGERBATCH_TIME_INTERVAL
between sending batches to the
sender.
Indicates whether SQLFire
persists the sender event queue
to disk for high availability.
false1BOOLEANIS_PERSISTENCE
The name of a disk store to use
for persisting the sender event
queue.
true32672VARCHARDISK_STORE_NAME
The maximum amount of
memory in megabytes that the
false10INTEGERMAX_QUEUE_MEMORY
queue can consume before
overowing to disk.
The maximum number of
milliseconds that an event can
false10INTEGERALERT_THRESHOLD
remain in this queue before
SQLFire logs an alert.
Indicates whether the sender is
currently running.
false1BOOLEANIS_STARTED
MEMBERS system table
A SQLFire virtual table that contains information about SQLFire distributed system members.
See Getting Information About SQLFire Members on page 253.
ContentsTypeColumn Name
The unique ID of the member.VARCHARID
Species the type of SQLFire member process (for example, data store, peer, or locator).VARCHARKIND
A value of '1' indicates that this member is a data store and can host data. Otherwise, the
member is a peer client with no hosted data.
SMALLINTHOSTDATA
Is this the eldest member of the distributed system. Typically, this is the member who rst
joins the cluster.
SMALLINTISELDER
The member IP address.VARCHARIPADDRESS
The member hostname.VARCHARHOST
The member process ID.INTEGERPID
The TCP listening port for SQLFire server.INTEGERPORT
Roles played by this memberVARCHARROLES
vFabric SQLFire User's Guide608
vFabric SQLFire Reference