1.1.1

Table Of Contents
gemfire.tx-disable-batching
Boolean that determines whether SQLFire detects conicts in thin client transactions lazily or at operation time. With
the default value of "false," SQLFire detects any conicts in DML operations lazily. DML conicts may be thrown
Description
by the system at some point later in the transaction (for example, even when executing queries or at commit time).
Set this option to "true" on all data store members in your distributed system to immediately detect conicts at operation
time for thin clients.
Note: Enabling gemfire.tx-disable-batching can degrade performance signicantly.
Enable this option only after you have thoroughly tested the setting in your system, and you have determined
that the performance tradeoff is necessary to provide immediate conict detection with thin clients.
falseDefault Value
systemProperty Type
n/aPrex
host-data
Species whether this SQLFire member will host table data.
Setting this value to false boots a SQLFire accessor member with the full SQLFire engine. The accessor (or peer
client) participates in routing queries to other members, but it does not host replicated or partitioned data, and it does
not persist the data dictionary.
Description
Setting this value to true boots a SQLFire data store. Data stores host data, and they persist the data dictionary by
default. All data stores in the same SQLFire cluster must use the same persistence settings (using the persist-dd
boot property).
You should generally specify one or more server groups for the data store by including the server-groups
attribute. By default, all new SQLFire data stores are added to the default server group.
trueDefault Value
connection (boot)Property Type
sqlre.Prex
init-scripts
One or more SQL script les to execute after loading DDL from the data dictionary. Use a
comma-separated list of les to supply multiple values.
Description
not setDefault Value
connection (boot)Property Type
sqlre.Prex
jmx-manager
If true then this member can become a JMX Manager. All other jmx-manager-* properties
are used when it does become a JMX Manager. If this property is false then all other
jmx-manager-* properties are ignored.
Description
falseDefault Value
331
Configuration Properties