Replies: 3 comments 5 replies
-
I don't think the new PgBouncer feature actually changes anything with regard to pgx. |
Beta Was this translation helpful? Give feedback.
-
Not sure why you discourage from using CacheStatement mode? What bad behavior should I focus on when testing this mode? |
Beta Was this translation helpful? Give feedback.
-
Since my original reply,
I don't use PgBouncer myself. But I know it didn't use to work. Maybe it does now with the right version of PgBouncer or incantation of settings. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pgbouncer 1.21.0 release has support for prepared statements.
The pgbouncer docs also have this note:
What are expected working combinations for pgx QueryExecMode and pgbouncer 1.21.0, assuming no explicit calls to Conn.Prepare?
Beta Was this translation helpful? Give feedback.
All reactions