1.1

Table Of Contents
disable-streaming
Disables results streaming on the query node for this connection. Disabling streaming degrades performance and
requires more memory for large query results, but provides more predictable results if a SQLFire member happens
to go down while iterating over a ResultSet.
When this property is not enabled, a SQLException with state SQLF_NODE_SHUTDOWN is thrown if a
member goes ofine in the middle of ResultSet iteration; in this case, the application has to retry the query. When
Description
this property is enabled, SQLFire waits for at least one result from each member and does not group results from
members. This provides transparent failover if a member goes ofine.
falseDefault Value
connectionProperty Type
sqlre.Prex
disable-tcp
Boolean indicating whether to disable the use of TCP/IP sockets for inter-cache point-to-point
messaging. If disabled, the cache uses datagram (UDP) sockets.
Description
falseDefault Value
connection (boot)Property Type
gemre.Prex
distributed-system-id
Identier used to distinguish messages from different distributed systems.
When starting a locator, set this property to a unique value for the cluster in a multi-site (WAN) conguration.
Valid values are integers in the range -1...255. All locators for a single cluster must use the same value.
Description
-1 means no setting. Individual SQLFire members can use the setting of -1 and connect to one or more locators
that specify a unique distribute-system-id.
-1Default Value
connection (boot)Property Type
gemre.Prex
drdaID
Sets the connection identity.Description
Connection numberDefault Value
connectionProperty Type
n/aPrex
enable-network-partition-detection
Boolean instructing the system to detect and handle splits in the distributed system, typically caused
by a partitioning of the network (split brain) where the distributed system is running.
Description
323
Configuration Properties