On Fri, Feb 11, 2022 at 9:55 PM Rob Sargent <[email protected]> wrote:

> Thanks Lukas,
> I think I may have to go down that path.  I believe the interjection of
> pg_bouncer has broken my setup.  I'm going to try another run without pgb,
> since my tomcat-only setup at AWS has not had the prepared statement issue.
>
> Clarification request: From jooq perspective the prep'd statement is sent
> every time? Who knows it, the prep'd, as "S_4"?
>

jOOQ prepares the statement afresh every time, yes, assuming that smart
connection pools or drivers take care of caching themselves, if appropriate
(e.g. ojdbc does this). "S_4" is probably what the server generates, I
think?

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/CAB4ELO4CW_BakcwNG9r_8COJptUgH-og29fMUSGSC0Tb--j-Gw%40mail.gmail.com.

Reply via email to