Feature request: Support pg_orca (Cascades-style query optimizer) as an alternative PostgreSQL optimizer #49794
Unanswered
yjhjstz
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Is your feature request related to a problem?
PostgreSQL's built-in planner occasionally produces suboptimal plans for complex analytical queries (multi-way joins, subqueries, CTEs). A new open-source extension, pg_orca, is a PostgreSQL port of the ORCA query optimizer — a Cascades-style, cost-based optimizer — and could offer significant performance improvements for such workloads.
Describe the solution you'd like
It would be great if Supabase could evaluate and support pg_orca as an optional optimizer for Postgres projects, e.g.:
Describe alternatives you've considered
Additional context
pg_orca repo: https://github.com/quantumiodb/pgorca
website: https://agentml.ai/
Thanks for considering!
All reactions