Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
SingleStore Managed Service does not support this command.
Detaches a leaf. Similar to REMOVE LEAF except that it keeps the leaf in the detached state instead of removing it entirely.
DETACH LEAF 'host':port
DETACH LEAF
transitions the leaf from the online
state to the detached
state.DETACH LEAF
is useful if you would like to temporarily take down a leaf for repairs without erasing it from metadata.detached
state.DETACH LEAF '192.168.1.110':3306;
Related Topics