Element |
Description |
---|---|
CacheDSH |
Root element for the configuration file. |
CacheDB |
This contains information for the RAPCache database. |
LoginName |
This contains the user name for connecting to the RAPCache database. |
LoginPassword |
This contains the password for connecting to the RAPCache database. |
ServerHostName |
This contains the name of the machine hosting the RAPCache database. |
ServerPort |
This contains the port number for the RAPCache database. |
TDSPacketSize |
This parameter allows the configuration of the packets sent between the RAPCache Subscriber and the RAPCache database. Valid values for TDSPacketSize are multiples of 512 between 1024 and 32K.Up to a point, larger packet sizes may result in marginally better load performance. |
BulkLoadingAtrributes |
This specifies the bulk loading attributes used to bulk load the messages into the RAPCache database. |
BulkBatchSize |
This parameter determines how many rows may be inserted in a table partition before a commit occurs. |
BulkInsertArraySize |
This parameter determines how many rows are inserted into a table partition at one time. It must be a divisor of the batch size. Larger values generally yield better performance. The memory for the bulk insert array is pre-allocated for each partition of each database table reference in the message templates. |
IdleBufferWriteDelayMSec |
This parameter gives the number of milliseconds that a table partition may sit idle with uncommitted data available for insert. |