Orientdb 简明教程

OrientDB - Drop Cluster

Drop Cluster 命令将删除群集及其所有相关内容。此操作是永久性的并回滚。

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

DROP CLUSTER <cluster-name>|<cluster-id>

其中 <cluster-name> 定义要删除的群集的名称, <cluster-id> 定义要删除的群集的 ID。

Example

尝试以下命令以删除 Sales 群集。

orientdb> DROP CLUSTER Sales

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

Cluster dropped successfully