OrientDB刪除集羣
Drop Cluster
命令用於刪除集羣及其所有相關內容。 這個操作是永久的並且回滾。
以下語句是Drop Cluster
命令的基本語法。
DROP CLUSTER <cluster-name>|<cluster-id>
其中<cluster-name>
定義要移除的羣集的名稱,<cluster-id>
定義要移除的羣集的ID。
示例
嘗試使用以下命令刪除Sales
羣集。
orientdb> DROP CLUSTER Sales
如果上述查詢成功執行,您將得到以下輸出。
Cluster dropped successfully