- OrientDB简介
- OrientDB安装
- OrientDB基本概念
- OrientDB数据类型
- OrientDB控制台模式
- OrientDB数据库命令
- OrientDB记录命令
- OrientDB类命令
- OrientDB集群命令
- OrientDB属性命令
- OrientDB顶点命令
- OrientDB边缘命令
- OrientDB高级概念
- OrientDB接口
OrientDB截断集群
截断群集(Truncate Cluster
命令)删除群集的所有记录。
以下语句是Truncate Cluster
命令的基本语法。
TRUNCATE CLUSTER <cluster-name>
其中<cluster-name>
是集群的名称。
示例
尝试以下查询以截断名为sales
的集群。
Orientdb {db = demo}> TRUNCATE CLUSTER Profile
如果上述查询成功执行,您将得到以下输出。
Cluster truncated successfully.
上一篇:OrientDB修改集群
下一篇:OrientDB删除集群
关注微信小程序
扫描二维码
程序员编程王