Connection pool for postgresql #8663
Answered
by
cpcloud
jcm-insens
asked this question in
Q&A
-
Hi, I need to use ibis for a high performance application. Is it possible to use a connection pool (other than SqlAlchemy's StaticPool) with ibis? Thank for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
cpcloud
May 28, 2024
Replies: 1 comment
-
We don't use SQLAlchemy anymore and we are now connecting directly to backend resources using driver APIs. An instance of an Ibis backend has a single connection that it owns. Currently there's no built-in support for connection pooling. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cpcloud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't use SQLAlchemy anymore and we are now connecting directly to backend resources using driver APIs. An instance of an Ibis backend has a single connection that it owns.
Currently there's no built-in support for connection pooling.