TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
221 stars 122 forks source link

debug mode doesn't show time of request #118

Open Badbreaddead opened 2 years ago

Badbreaddead commented 2 years ago

I am trying to optimise performance of queries. It would be beneficial if we would have timestamp on request send and maybe response received. We have date in headers of response, but no info on when request was send

Thank you for all you work