Connection pool, understand idea #108
DFilyushin
started this conversation in
General
Replies: 1 comment 1 reply
|
This approach actually exhausts the number of connections in the database. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions