Lifetime of open connection when using fetch #2722
Unanswered
pentlander
asked this question in
Q&A
Replies: 0 comments
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.
-
When I make a query that returns a stream of results with
fetch
, does the connection stay open until the stream is completed? I want to ensure that I'm not holding up the connection pool by doing other work directly on the stream, in which case I'll usefetch_all
instead.Beta Was this translation helpful? Give feedback.
All reactions