-
-
Couldn't load subscription status.
- Fork 10.3k
feat(studio): add pgbouncer description to query perf #39005
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
feat(studio): add pgbouncer description to query perf #39005
Conversation
This was missing for queries that still use pgbouncer as a role.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
6 Skipped Deployments
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PgBouncer is not deprecated, quite the opposite - it's our recommended, dedicated pooler for any paid organization. Caveat is only available on paid plans + only supports IPv6
Supavisor is the shared pooler that should only be used on the Free Plan or if you're not in a ipv6 compatible environment
@kevcodez cheers for clearing that up, what would you suggest writing there? Is there a more generic description of pgbouncer we can use? Maybe we can say something like: |
…description-query-perf
apps/studio/components/interfaces/QueryPerformance/QueryPerformance.constants.ts
Outdated
Show resolved
Hide resolved
…description-query-perf
…description-query-perf
…description-query-perf
I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
This was missing for queries that still use pgbouncer as a role. I know it's deprecated, so I put the same message that we have on the blog post here.
Fixes this:

cc @jordienr who found the bug.