apla / node-clickhouse

Yandex ClickHouse driver for nodejs
MIT License
216 stars 50 forks source link

Query progress #14

Open Slind14 opened 6 years ago

Slind14 commented 6 years ago

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

nezed commented 5 years ago

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 commented 5 years ago

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