The Create Cluster command creates a new cluster in database. Once created, the cluster can be used to save records by specifying its name during save. If you want to add the cluster to a class, use rather the Alter Class command using ADDCLUSTER property.
CREATE CLUSTER <name> [POSITION <position>|append]
Where:
Create the cluster 'Account':
CREATE CLUSTER account
To remove a cluster use the Drop Cluster command.
To know more about other SQL commands look at SQL commands.
This is a command of the Orient console. To know all the commands go to Console-Commands.