- OrientDB简介
- OrientDB安装
- OrientDB基本概念
- OrientDB数据类型
- OrientDB控制台模式
- OrientDB数据库命令
- OrientDB记录命令
- OrientDB类命令
- OrientDB集群命令
- OrientDB属性命令
- OrientDB顶点命令
- OrientDB边缘命令
- OrientDB高级概念
- OrientDB接口
OrientDB删除集群
Drop Cluster
命令用于删除集群及其所有相关内容。 这个操作是永久的并且回滚。
以下语句是Drop Cluster
命令的基本语法。
DROP CLUSTER <cluster-name>|<cluster-id>
其中<cluster-name>
定义要移除的群集的名称,<cluster-id>
定义要移除的群集的ID。
示例
尝试使用以下命令删除Sales
群集。
orientdb> DROP CLUSTER Sales
如果上述查询成功执行,您将得到以下输出。
Cluster dropped successfully
上一篇:OrientDB截断集群
下一篇:OrientDB创建属性
关注微信小程序
扫描二维码
程序员编程王