Orientdb 简明教程

OrientDB - Truncate Cluster

Truncate Cluster 命令将删除群集的所有记录。

以下语句是 Truncate Cluster 命令的基本语法。

TRUNCATE CLUSTER <cluster-name>

其中 <cluster-name> 是群集的名称。

Example

尝试以下查询来截断名为销售的群集。

Orientdb {db = demo}> TRUNCATE CLUSTER Profile

如果成功执行了以上查询,您会获得以下输出。

Cluster truncated successfully.