Outdated Version
You are viewing an older version of this section. View current production version.
STOP PIPELINE
The STOP PIPELINE
statement stops a currently running pipeline in a MemSQL database. An error will occur if the pipeline isn’t already running.
STOP PIPELINE pipeline_name;
memsql> STOP PIPELINE mypipeline;
Query OK, 0 rows affected (0.04 sec)