Reference and syntax for the STOP ENGINE command.
Parameter | Description |
---|---|
<engine_name> | The name of the engine to be stopped. |
<TERMINATE> | When false , the engine will wait for running queries to finish before stopping.When true , the engine will stop without waiting for running queries to complete.If not specified, false is used as default. |
TERMINATE=false
(default), the engine will wait for up to 24 hours for running queries to finish before stopping. After 24 hours, the engine will finish shutting down. Any queries still running may not run to completion.