DISCONNECT Statements
- Capella Columnar
- reference
This topic describes how you use DISCONNECT
statements to disconnects all remote collections on the given link or links.
A DISCONNECT
statement is the inverse of a CONNECT
statement.
The DISCONNECT
statement applies only to remote links, and is not applicable to external links.
DISCONNECT statements cannot execute while the cluster is in a scaling state.
The evaluation of such DDL statements fails.
You can reattempt the action after scaling is complete.
|
Syntax
DisconnectStmnt EBNF
EBNFDisconnectStmnt ::= "DISCONNECT" "LINK" LinkSpecification
DisconnectStmnt Diagram

The LinkSpecification
is a comma-separated list of one or more link names to disconnect.
Show LinkSpecification

LinkSpecification