node-clickhouse icon indicating copy to clipboard operation
node-clickhouse copied to clipboard

Query progress

Open Slind14 opened this issue 7 years ago • 2 comments

Is it possible to get information about the query progress in order to provide feedback like the clickhouse-client does?

Slind14 avatar Jun 23 '18 16:06 Slind14

Unfortunately any status information unavailable before query finished when using HTTP interface.

There is not plans to switch on native TCP interface for now.

nezed avatar May 12 '19 22:05 nezed

send_progress_in_http_headers option was introduced in 19.8.3.8, so we can add support for it

nezed avatar Aug 01 '19 17:08 nezed