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.