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.
Type: INT8
Returns
INT returns 0 on success.

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)