Connection pool, understand idea #108
Replies: 3 comments 2 replies
-
This approach actually exhausts the number of connections in the database. |
Beta Was this translation helpful? Give feedback.
-
@DFilyushin , please consider reviewing the PR #124 which is related to this discussion as well. Also, could you close this discussion? The new API is in the v0.2.5, now it is being refined. |
Beta Was this translation helpful? Give feedback.
-
@DFilyushin , could you mark this as answered and close the topic? Please have a look at the issue #121 which is solved and will be available in the next release (as soon as this issue #126 gets solved). |
Beta Was this translation helpful? Give feedback.
-
I use an example of using a connection pool:
I call the query
SELECT * FROM system.metrics WHERE metric = 'TCPConnection'
in Clickhouse, result: 100.What's wrong?
Beta Was this translation helpful? Give feedback.
All reactions