Skip to content

Add ability to kill foreign query or session #15919

Open
@weres-sa

Description

@weres-sa

There are some circumstances that require the possibility of interrupting a request sent in another session and/or by another user.

The most common case for such possibility is disaster recovery from system downtime caused by extremely inefficient query ran by mistake.

In oracle there is ALTER SYSTEM KILL SESSION clause, in postgresql - pg_cancel_backend function,
in cockroachdb -CANCEL QUERY clause.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions