Configuration Options for the Administration Tool

The following configuration options can be used with the tibdg command line administrative tool.

Option Description Default Value Valid Values
client_req_timeout The time (in seconds) the client API will synchronously wait for completion of a request (such as GET or PUT operation), before timing out. 5.0 Minimum: 0.0
consistent_query_limit The maximum number of iterators and statements (queries) that a node can handle concurrently. 64 Minimum: 0
copyset_size The number of nodes in a copyset. 2 Minimum: 1
iter_inactivity_timeout

The time (in seconds) the proxy will wait for the next client request on a table iterator or statement query before automatically closing the table iterator or statement query.

600.0 Minimum: 0.0
statekeeper_count The number of state keeper processes expected to be run.

Due to the requirement that state keepers must be run in a quorum, the supported values are 1 or 3.

3 Minimum: 1
compaction A value less than six indicates more emphasis on performance and less on the compaction of the disk space.

Conversely, a higher value indicates more emphasis on the compaction of the disk space than performance.

7 Minimum: 0

Maximum: 10

minimum_replication_factor The minimum number of nodes (including the primary and any secondary nodes) in a copyset that must be in an Alive state before WRITE operations are allowed. 1 Minimum: 1
encrypted_connections Specifies which connections in the data grid get encrypted. none all or none
node_storage_timeout The time (in seconds) a node will wait for a successful response from a READ or WRITE operation to complete before timing it out. 60 Minimum: 0