node-clickhouse
node-clickhouse copied to clipboard
Query progress
Is it possible to get information about the query progress in order to provide feedback like the clickhouse-client does?
Unfortunately any status information unavailable before query finished when using HTTP interface.
There is not plans to switch on native TCP interface for now.
send_progress_in_http_headers option was introduced in 19.8.3.8, so we can add support for it