cockroachdb / cockroachdb/cockroach
REST API to set cluster settings
Open
C-enhancement
O-support
P-3
T-db-server
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Currently the cluster settings can only be set through the SQL command SET CLUSTER SETTING
It would be nice if the CockroachDB REST API (https://www.cockroachlabs.com/docs/stable/cluster-api) can allow to change the cluster setting from application code or a script without the need to have the sql driver installed.
Jira issue: CRDB-41307
Contributor guide
Assessment
This issue has not been assessed yet.