0

For a new Flutter project, I want to use Supabase as the backend. Unfortunately, two questions have arisen. I'm using the SDK provided by Supabase for Flutter.

Now, when I execute an insert, select, update, or delete command, I assume that a connection pooler is used for the short time the query is processed in the database. Is this correct?

During authentication, is the pooler only used for a short time, even if the frontend constantly checks with a stream whether the user is logged in or not?

What is the direct connection needed for?

Thanks,

That would mean that only 200 (free plan) API queries can be made at the same time. Depending on server performance, this could be more, of course.

asked Apr 10, 2025 at 11:06

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.