forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
4.7 KiB
4.7 KiB
Changing Associated Parameter Group
Scenarios
After a DB instance is created, you can change the parameter group associated with the DB instance to achieve optimal performance. The parameter group associated with the DB instance cannot be changed in any of the following cases:
- A DB instance is being restarted.
- A backup file is being created.
- Cluster instance nodes are being added.
- The storage space is being expanded.
- The instance class is being changed.
- An SSL connection is being enabled or disabled.
- The port is being changed.
Cluster
- Log in to the DDS console.
- On the Instance Management page, click the target cluster instance.
- In the Node Information area on the Basic Information page, click mongos, shard, or config, locate the target node, and click Change Parameter Group.
- On the displayed dialog box, select the parameter group to be modified and click OK.
- If the static parameter value is changed in the new parameter group, restart the instance for the modification to take effect.
- If no parameter groups are available for New Parameter Group, create a parameter group. For details, see section Creating a Parameter Group.
Replica Set
- Log in to the DDS console.
- On the Instance Management page, locate the target replica set instance, and choose More > Change Parameter Group in the Operation column.
- On the displayed dialog box, select the parameter group to be modified and click OK.
- If the static parameter value is changed in the new parameter group, restart the instance for the modification to take effect.
- If no parameter groups are available for New Parameter Group, create a parameter group. For details, see section Creating a Parameter Group.
Parent topic: Parameter Group