Creates a new cluster in the current database. The cluster can be "physical" or "memory".
create cluster <cluster-name> <cluster-type> <data-segment> <location> <position>
Where:
orientdb> create cluster documents physical default default append
Creating cluster [documents] of type 'physical' in database demo as last one...
PHYSICAL cluster created correctly with id #68
To display all the cluster configured in the current database use the command clusters.
To delete a cluster use the command Drop Cluster.
This is a command of the Orient console. To know all the commands go to Console-Commands.