Is it something I need to worry about in my app? I...
# off-topic
j
Is it something I need to worry about in my app? I see that supabase has connection pooling available, and it's enabled for my database.
d
HI @User connection pooling (and pgBouncer) can be a tricky subject. But, for the most part if you are using the Supabase client, because it uses PostgREST under the covers, you shouldn't need to worry about the the pool connection string or pgBouncer as PostgREST establishes that pool of connections and manages it ...
> Keeping a pool of db connections
Where the pool and pgBouncer comes into play is in the serverless world and the people at Prisma have some great docs and video that explains pooling at why it is a problem in serverless

https://www.youtube.com/watch?v=SmKJnITMQZw