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

perf: Pass arguments to RPCs called via GET directly #3643

Merged

Commits on Jul 8, 2024

  1. perf: Pass arguments to RPCs called via GET directly

    Previously they were passed as a JSON payload. This results in a LATERAL
    join for the calling expression, which prevents LIMIT from being pushed
    into the inlined function call, making some requests really slow.
    
    Resolves PostgREST#2858
    wolfgangwalther committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1f5e9e8 View commit details
    Browse the repository at this point in the history