数据仓库服务 GaussDB(DWS)-修改集群参数配置:请求示例

时间:2023-11-01 16:20:35

请求示例

集群中“enable_constraint_optimization”参数cn和dn类型修改为off:

PUT https://{Endpoint}/v2/89cd04f168b84af6be287f71730fdb4b/clusters/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/configurations/2846d355-cd2a-4239-ae54-a7aef0b7963d{  "configurations" : [ {    "type" : "cn",    "name" : "enable_constraint_optimization",    "value" : "off"  }, {    "type" : "dn",    "name" : "enable_constraint_optimization",    "value" : "off"  } ]}
support.huaweicloud.com/api-dws/dws_02_0514.html