PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
23.47k stars 1.03k forks source link

Document performance considerations #3246

Open wolfgangwalther opened 9 months ago

wolfgangwalther commented 9 months ago

This could also go into the "howto issue", but I think the performance topic deserves a separate issue. We might need to invent a new section somewhere in the docs - or just write a "How to make PostgREST fast".

Old postgrest-docs issues about this:

But there's probably more to add - so this is an invitation to chime in with more tips and tricks about how to make PostgREST run fast.

wolfgangwalther commented 2 weeks ago

Something to discuss here is also RPCs, inlining, push-down of WHERE conditions etc. - see #3755.