Infinidat/infi.clickhouse_orm

does it suppoer connection pool

li-bit opened this issue · 3 comments

does it suppoer connection pool

What do you mean by connection pool? The ORM uses the HTTP interface, uses requests.Session to make the connections more efficient, HTTP keep-alive should work.

like pymongo

requests.Session uses urllib3.connectionpool, so I guess the answer is yes. But the ORM doesn't provide a way to control the pool size.