Skip to content

Performance compared to Supabase #2423

Answered by hlinnaka
DePasqualeOrg asked this question in Q&A
Discussion options

You must be logged in to vote

We'd prefer Neon to be faster, of course :-). Many things could affect the latency:

What region is the client on? Neon is currently deployed on AWS us-west-2 region. If you're executing queries from Europe, for example, you will see an additional 150 ms latency on every query, just because of the round trip across the ocean. We're working on deploying on more regions, Europe will be among the first.

What exactly is the query and the schema? Do you have proper indexes in place? Neon runs PostgreSQL, so all the usual PostgreSQL optimization techniques apply. See https://wiki.postgresql.org/wiki/Slow_Query_Questions. One known issue with Neon is that Sequential Scans are slow on Neon, unless…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@DePasqualeOrg
Comment options

Answer selected by raoufchebri
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants