KILL_ENGINE
This procedure kills the Matrix Engine.
Usage
The KILL_ENGINE stored procedure has the following syntax:
- KILL_ENGINE(engineID)
- Parameters
- engineID
- The ID of the engine to be killed.
Details
This procedure is used to kill the Matrix Engine. It can be used to abort a long-running computation, to clean up processes after an error has occurred, or to remove failed jobs from the queue.
Examples
CALL nzm..KILL_ENGINE(123456789);
KILL_ENGINE
-------------
0
(1 row)