ClickHouse / ClickHouse/clickhouse-go
Feature: `KILL` Query on request cancellation
Open
feature-completeness
- Dominant language
- Go
- Stars
- 3.3k
- Forks
- 680
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 14
Description
ClickHouse Server have explicit way to cancel the long running queries via `KILL` [statement](https://clickhouse.com/docs/sql-reference/statements/kill#kill-query).
Go client should make sure to kill the query when user cancel the query request.
Contributor guide
Research direction
Begin by locating the Go client's request-cancellation handling, then review ClickHouse's KILL query documentation linked in the issue. Determine how cancellation identifies the running query and verify that cancelling a request causes the corresponding server-side query to be killed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clickhouse, go
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100