ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
217 stars 26 forks source link

Expose `X-ClickHouse-Summary` header info #214

Closed slvrtrn closed 10 months ago

slvrtrn commented 10 months ago

Summary

Node.js only. The web version seems to have some CORS limitations.

Question: shall we expose summary for query, too? It is very unlikely to be correct with streaming scenarios, and for non-streaming ones, we know the number of rows anyway.

Resolves #210

Checklist