Section | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CLUSTER_LINK_CONNECT_RETRY_TIMEOUTTimeout to repeat reconnection attempt after connection failure with a specific Node
CLUSTER_LINK_CONNECT_TIMEOUTTime to wait when trying to connect to a specific Node
CLUSTER_LINK_ERROR_ADD_ORIGIN_HOSTYou can choose whether to add an errored host name to error messages that occur during communication between the Cluster.
CLUSTER_LINK_HANDSHAKE_TIMEOUTTimeout until receiving a Handshake message while connected to a specific Node and Cluster Socket
|
CLUSTER_LINK_BUFFER_SIZE
Info |
---|
Available in 5.7 and after |
...
(count) | Value |
Minimum | 0 |
Maximum | 2^32 - 1 |
Default | 5000 |
CLUSTER_LINK_HOST
Host name of the current Node to connect to a specific Node and Cluster Socket
(string) | Value |
Default | localhost |
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
CLUSTER_LINK_LONG_WAIT_INTERVAL
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
CLUSTER_LINK_MAX_LISTEN
The maximum number of Socket's Accept Queue when connecting to a specific Node
(count) | Value |
Minimum | 1 |
Maximum | 2^32 - 1 |
Default | 512 |
CLUSTER_LINK_MAX_POLL
The maximum number of Events that can be retrieved at a time by Poll when communicating with a specific node
(count) | Value |
Minimum | 1 |
Maximum | 2^32 - 1 |
Default | 4096 |
CLUSTER_LINK_PORT_NO
The port number of the current Node for connecting the specific Node to the Cluster Socket
(port) | Value |
Minimum | 1024 |
Maximum | 65535 |
Default | 3868 |
CLUSTER_LINK_RECEIVE_TIMEOUT
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 30000000 |
CLUSTER_LINK_REQUEST_TIMEOUT
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 60000000 |
CLUSTER_LINK_SEND_TIMEOUT
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 30000000 |
CLUSTER_LINK_SESSION_TIMEOUT
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 3600000000 |
CLUSTER_LINK_THREAD_COUNT
...
CLUSTER_QUERY_STAT_LOG_ENABLE
Outputs statistical information about the executed query to the trace log.
(boolean) | Value |
Minimum | 0 |
Maximum | 1 |
Default | 0 |
...
The size of the data to be sent at once when the Replication for adding Node is performed in the Cluster Edition
The Property must be applied directly to the warehouse (=Transmitting Warehouse) that becomes the Replication Active.
The default value is 640 KB.
(size) | Value |
Minimum | 64 * 1024 |
Maximum | 100 * 1024 * 1024 |
Default | 640 * 1024 (655360) |
CLUSTER_WAREHOUSE_DIRECT_DML_ENABLE
...
When directly performing the DML in Warehouse, there are performance advantages over Brokers but there is an issue where the DML is not propagated to the same Group.
Therefore, it is used only for emergency recovery due to data discrepancies, or if the data discrepancies of the Group can be taken into account.
You must apply Properties directly to the specific Warehouse you want.
The default value is 0.
Ui text box | type |
---|
Note |
The Coordinator does not check for data discrepancies, even if there is a data difference between the Warehouses in the Group with the corresponding Property turned on. |
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 300000000 |
COORDINATOR_DDL_TIMEOUT
Timeout until the Broker waits after requesting Coordinator to perform DDL through CC
This value refers to the time that the Broker waits after requesting the Coordinator to perform DDL for the entire Cluster.
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 3600000000 |
COORDINATOR_DECISION_DELAY
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
COORDINATOR_DECISION_INTERVAL
Time to determine how often the Coordinator changes status
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
COORDINATOR_HOST_RESOURCE_COLLECT_INTERVAL
Interval at which Cluster Nodes collect Host Resources
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
COORDINATOR_HOST_RESOURCE_INTERVAL
Interval at which the Coordinator exchanges Host Resources with Nodes
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
COORDINATOR_HOST_RESOURCE_REQUEST_TIMEOUT
Time that the Coordinator waits after requesting the Host Resource information from the Nodes
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 10000000 |
COORDINATOR_NODE_REQUEST_TIMEOUT
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 600000000 |
COORDINATOR_NODE_TIMEOUT
Time the Coordinator waits before determining that the Node has failed
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 30000000 |
COORDINATOR_STARTUP_DELAY
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 3000000 |
COORDINATOR_STATUS_NODE_INTERVAL
Interval in which the Coordinator exchanges status inquiry messages with the Node
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 1000000 |
COORDINATOR_STATUS_NODE_REQUEST_TIMEOUT
...
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 3000000 |
DEPLOYER_DBS_PATH
Specifies the directory where the Deployer's data files will be created.
The default value is set to?/dbs, and ? is replaced with the $ MACHBASE_DEPLOYER_HOME environment variable.
This is an environment variable $MACHBASE_DEPLOYER_HOME /dbs
directory.
It must be applied to Deployer, and it has no effect on other Nodes.
...
(size) | Value |
Minimum | 1024 |
Maximum | 2^64 - 1 |
Default | 1024 *1024 * 1024 |
HTTP_ADMIN_PORT
Port number to receive requests from MWA or machcoordinatoradmin
(port) | Value |
Minimum | 1024 |
Maximum | 65535 |
Default | 5779 |
HTTP_CONNECT_TIMEOUT
Timeout used when connecting to machcoordinatoradmin
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 30000000 |
HTTP_RECEIVE_TIMEOUT
Timeout used when communicating with machcoordinatoradmin
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 3600000000 |
HTTP_SEND_TIMEOUT
Timeout used when communicating with machcoordinatoradmin
(usec) | Value |
Minimum | 0 |
Maximum | 2^64 - 1 |
Default | 60000000 |
INSERT_BALANCE_MODE
When append or INSERT-SELECT is executed, it is instructed to input uniformly to each group.
If it is 0, it turns off the feature. If it is 1, it turns on the feature.
Ui text box | type |
---|
Note |
When the corresponding function is turned on, the Group receiving data is limited. This This is because the input to the disk scarce Warehouse will not be completed. |
...
INSERT_BULK_DATA_MAX_SIZE
Maximum size of input data block when executing Append or INSERT-SELECT
(size) | Value |
Minimum | 1024 |
Maximum | 10 * 1024 * 1024 |
Default | 1024 * 1024 |
INSERT_RECORD_COUNT_PER_NODE
Number of data inputs that lead to the warehouse group conversion when performing the input
(count) | Value |
Minimum | 1 |
Maximum | 2^64 - 1 |
Default | 10000 |
STAGE_RESULT_BLOCK_SIZE
Maximum block size created in one stage
(size) | Value |
Minimum | 1024 |
Maximum | 2^64 - 1 |
Default | 1024 * 1024 |