Outdated Version
You are viewing an older version of this section. View current production version.
ATTACH LEAF ALL
Attaches all leaves in a cluster that are currently in the detached state.
Syntax
ATTACH LEAF ALL
Remarks
ATTACH LEAF ALLis equivalent to runningATTACH LEAF ... NO REBALANCEon every leaf in a cluster that is currently in thedetachedstate. If you want the leaves to rebalance after reattaching, you must runREBALANCE PARTITIONSafterward. This will rebalance and synchronize all partitions in one operation.- Detached leaves automatically reattach. To disable this feature, set the global variable
auto_attachtofalse. For more information see SET GLOBAL . - This command must be run on the master aggregator node (see Node Requirements for MemSQL Commands ).
Example
memsql> ATTACH LEAF ALL;
Query OK, 1 row affected (0.99 sec)
Related Topics