Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rds proxy support for postgres connections #5016

Closed
wants to merge 1 commit into from

Conversation

tmm1
Copy link

@tmm1 tmm1 commented Oct 9, 2024

@tmm1 tmm1 requested a review from a team as a code owner October 9, 2024 09:47
@tmm1 tmm1 requested review from SevInf and removed request for a team October 9, 2024 09:47
@CLAassistant
Copy link

CLAassistant commented Oct 9, 2024

CLA assistant check
All committers have signed the CLA.

@tmm1
Copy link
Author

tmm1 commented Oct 9, 2024

After some testing, the best configuration is to simply use the client against RDS proxy as-is.

It is definitely not recommended to add ?pgbouncer=true, as that will both increase QPM (due to disabled statement caches) and will cause connection-pinning (due to use of DEALLOCATE ALL).

@tmm1 tmm1 closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants