asynch
asynch copied to clipboard
Support for Query Cancellation
Does the library support query cancellation? We often run slow queries that need to be altered during execution, and ideally, we'd like to be able to cancel an ongoing query and start a new one.
For reference, the clickhouse-driver supports this feature via client.cancel().
If this is not currently supported, I'm interested in contributing to implement this feature and would appreciate some guidance.
Currently not, welcome to contribute.
@long2ice came here to ask about cancellation and saw this was already open. Is there any support for cancellation now?