14 ms·
RDS Proxy is very specific with which versions it supports. If it says it doesn't support it, it doesn't support it. Postgres 14 is supposed to have built-in c
by topher200 4y ago
RDS Proxy is very specific with which versions it supports. If it says it doesn't support it, it doesn't support it.
Postgres 14 is supposed to have built-in connection pooling. If you're on it, do you still feel the need for RDS Proxy? We're using pgbouncer and can't decide if we should switch to RDS Proxy or upgrade to Postgres 14 and drop the external connection pooler.
- sudhirj 4y ago> Postgres 14 is supposed to have built-in connection pooling. Any references on this? I see a note somewhere about better connection handling, but nothing that would remove the need for connection pooling.
- mattashii 4y ago> Postgres 14 is supposed to have built-in connection pooling. This is false. No PostgreSQL version has had a built-in connection pooler. There was a patch some years ago[0], but it didn't make it into PostgreSQL. [0] https://www.postgresql.org/message-id/flat/ac873432-31cf-d5e4-0b80-b5ac95cfe385%40postgrespro.ru https://www.postgresql.org/message-id/flat/ac873432-31cf-d5e...