Replies: 1 comment
-
The question still remains, much more so the part about query reuse. Are you keeping a map from arrays of literal strings (received when the tag function is called) to prepared statement names? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
According to this section, you're using the unnamed prepared statement when the query is not dynamic, but exactly do you mean by "dynamic"?
Also, how do you reuse named queries, namely, how do you reckon that the same query is employed, only with different values for the $-placeholders? I'm asking this out of care for performance 😃
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions