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.
Used to open and close (reset) connections to leaf nodes.
{FILL | FLUSH} CONNECTION POOLS;
FILL
: opens the maximum number of pooled connections (specified for the connection) to each leaf node in the cluster.FLUSH
: shuts down all existing connections and closes idle pooled connections.FILL CONNECTION POOLS;
Query OK, 2 rows affected (2.02 sec)
FLUSH CONNECTION POOLS;
Query OK, 2 rows affected (200 ms)