ClickHouse / clickhouse-js

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

Node.js connection idle sockets timeout rework, logger improvements #242

Closed slvrtrn closed 6 months ago

slvrtrn commented 6 months ago

Summary

Initially, this PR was planned for 1.0.0, but it will be safer to release this as 0.3.0-beta.1 in advance to test this particular changeset.

Resolves #237 Resolves #196 (it's not that KeepAlive was degrading performance; it was that KeepAlive=false was still using the entire KeepAlive mechanism).

Changes (some are breaking):

A changelog entry will be added if we decide to proceed with this.

Checklist