Grid Create Configuration Options
The following configuration options can be used with the tibdg grid create command.
Option | Description | Default Value | Valid Values |
---|---|---|---|
client_req_timeout | The time (in seconds) the client API synchronously waits for completion of a request (such as GET or PUT operation), before timing out. | 5.0 | Minimum: 0.0 |
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 |
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 |
encrypted_connections | Specifies which connections in the data grid get encrypted. | none | all or none |
grid_internal_subnet_mask | See Configure Internal Subnet Masks. | none | See Configure Internal Subnet Masks. |
iter_inactivity_timeout |
The time (in seconds) the proxy waits 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 |
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 |
node_read_cache_size |
Every node, stores a read cache that holds uncompressed blocks of data in memory. The size of a read cache is specified in bytes. There are some memory usage considerations to be made when using this option. For details, see Memory Usage Considerations with the node_read_cache_size Option. |
1073741824 (1 gigabyte) | Minimum:
0
Maximum: 9223372036854775806 (LLONG_MAX - 1) |
node_storage_timeout | The time (in seconds) a node waits for a successful response from a READ or WRITE operation to complete before timing it out. | 60 | Minimum: 0 |
proxy_client_listen_subnet_mask | See . | none | See Configure Network Interfaces. |
proxy_client_listen_port | See Configure Ports. | none | See Configure Ports. |
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 |
Copyright © Cloud Software Group, Inc. All rights reserved.