1.1.1

Table Of Contents
sqlfire.security. Properties (prefix)
All properties that are prexed with sqlfire.security. are propagated to the plug-in
implementation of UserAuthenticator on page 464 and CredentialInitializer on page 464.
Description
not setDefault Value
connection (boot)Property Type
sqlre.security.Prex
sqlfire.client.single-hop-max-connections
If sqlre.client.single-hop-max-connections is set to true, then this system property species the maximum number of
single-hop client connections that a server can support. The default value of 5 creates enough connections for 5 single-hop
Description
clients to distribute queries to other SQLFire members in the cluster. Set this value to the maximum number of single-hop
clients that you want to support at one time.
Note that the actual number of connections that may be created for single-hop clients is determined by the number of
members in the SQLFire distributed system. For example, if the SQLFire cluster has 10 members, then the default
sqlfire.client.single-hop-max-connections setting of 5 means that a maximum of 50
connections could be created for single-hop access (5 simultaneous single-hop clients connecting to all servers in the
cluster). However, the actual connection resources are created only when necessary. See Connect to a SQLFire Server
with the Thin Client JDBC Driver on page 117.
5Default Value
systemProperty Type
n/aPrex
sqlfire.stream.error.logSeverityLevel
Logging for messages of different severity levels. Possible values for this property are:Description
0NO_APPLICABLE_SEVERITY occurs only when the system was unable to determine the severity.
10000WARNING_SEVERITY includes SQLWarnings.
20000STATEMENT_SEVERITY includes errors that cause only the current statement to be aborted.
30000TRANSACTION_SEVERITY includes errors that cause the current transaction to be aborted.
40000SESSION_SEVERITY includes errors that cause the current connection to be closed.
45000DATABASE_SEVERITY includes errors that cause the current database to be closed.
50000SYSTEM_SEVERITY includes internal errors that cause the system to shut down.
0Default Value
connection (boot)Property Type
n/aPrex
sqlfire.storage.tempDirectory
The temporary directory for overowing intermediate data. For example, this directory is used
during join processing to temporarily store sorted data in multiple les.
Description
351
Configuration Properties