SQL - TRUNCATE CLUSTER
Deletes all records of a cluster. This command operates at a lower level than the standard DELETE
command.
Syntax
TRUNCATE CLUSTER <cluster>
<cluster>
Defines the cluster to delete.
Examples
Remove all records in the cluster
profile
:- orientdb>
TRUNCATE CLUSTER profile
- orientdb>
For more information, see