Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Statements do not reserve connections #21

Merged
merged 2 commits into from
Nov 30, 2013

Conversation

julienschmidt
Copy link
Contributor

Where did you get this information from? Did you observe some kind of resource exhaustion because of statements?
Statements do not reserve any connections and AFAIK they also do not keep any connections open.

I've seen a lot of cases where people prepared statements, executed them once and immediately closed them again, although the exact same query was made frequently.
I think the changed paragraph motivates people even further to do things like this.

arnehormann added a commit that referenced this pull request Nov 30, 2013
Statements do not reserve connections
@arnehormann arnehormann merged commit 0eccd0a into VividCortex:gh-pages Nov 30, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants