forked from orientechnologies/orientdb
-
Notifications
You must be signed in to change notification settings - Fork 0
QL Alter Cluster
lvca edited this page Dec 14, 2012
·
2 revisions
The SQL Alter Cluster command update a cluster.
ALTER CLUSTER <cluster-name>|<cluster-id> <attribute-name> <attribute-value>
Where:
- cluster-name name of the cluster to modify
- cluster-id id of the cluster to modify
- attribute-name between those supported:
- NAME cluster's name
- DATASEGMENT data-segment to use for this cluster
- attribute-value attribute's value to set
ALTER CLUSTER profile NAME profile2
ALTER CLUSTER 9 NAME profile2
To know more about other SQL commands look at SQL commands.