BE Configuration
Some BE configuration items are dynamic parameters which you can set interactively when BE nodes are online. The rest of them are static parameters. You can only set the static parameters of a BE node by changing them in the CelerData Cloud BYOC console.
- Sign in to the CelerData Cloud BYOC console.
- On the Clusters page, click the classic cluster that you want to configure.
- On the cluster details page, click the Cluster parameters tab.
- In the BE Node static configuration section, click View all parameter list.
- In the dialog box that appears, click New parameter.
- Enter the name of the static parameter you want to configure in the Parameter key field, and the parameter value you want to set in the Value field. For the details of the parameters you can configure, see Usage notes.
- Click the save button next to the Value field to save the record of the parameter change.
- After configuring all the parameters you want to change, click Save changes to save the changes.
- To allow the changes to take effect, you can either manually suspend and resume the cluster whenever you find suitable, or click Apply to all nodes in the BE Node static configuration section to restart the cluster instantly.
Follow these steps to configure Compute Node parameters of a warehouse in the CelerData Cloud BYOC console:
- Sign in to the CelerData Cloud BYOC console.
- On the Clusters page, click the elastic cluster that you want to configure.
- On the cluster details page, click the Warehouses tab.
- On the Warehouses tab, click the warehouse that you want to configure.
- On the warehouse details page, click the Warehouse parameters tab.
- In the Compute Node static configuration section, click View all parameter list.
- In the dialog box that appears, click New parameter.
- Enter the name of the parameter you want to configure in the Parameter key field, and the parameter value you want to set in the Value field.
note
CelerData provides validation checks on parameter keys and value types. Only valid parameter keys and values can be applied. For the details of the parameters you can configure, see Usage notes.
- Click the save button next to the Value field to save the record of the parameter change.
- After configuring all the parameters you want to change, click Save changes to save the changes.
- To allow the changes to take effect, you can either manually suspend and resume the warehouse whenever you find it suitable, or click Apply to all nodes in the Compute Node static configuration section to restart the warehouse instantly. For
default_warehouse, you can only restart the cluster.
View BE configuration items
You can view the BE configuration items using the following command:
SELECT * FROM information_schema.be_configs WHERE NAME LIKE "%<name_pattern>%"
Configure BE parameters
Configure BE dynamic parameters
You can configure a dynamic parameter of a BE node by using the curl command.
curl -XPOST http://be_host:http_port/api/update_config?<configuration_item>=<value>
Configure BE static parameters
You can only set the static parameters of a BE by changing them in the CelerData Cloud BYOC console, and restarting the BE to allow the changes to take effect.
Parameter groups
The parameters are grouped in these categories: