STATISTICS REQUEST ABORT¶
This command aborts an ANALYZE TABLE execution.
More about statistics under Cost-Based Optimizer
Syntax¶
STATISTICS REQUEST ABORT [sessionId '<session_id>'] queryId '<query_id>'
Parameters¶
Parameter |
Description |
Parameter Type |
---|---|---|
|
Specifies the session ID |
|
|
Specifies the query ID |
Examples¶
STATISTICS REQUEST ABORT sessionId '1ebafa4a-c843-4133-8335-54d295bdfdd0' queryId '1';
Output:
Aborted
Permissions¶
The role must have the SUPERUSER
permissions.