supabase / supavisor

A cloud-native, multi-tenant Postgres connection pooler.
https://supabase.github.io/supavisor/
Apache License 2.0
1.66k stars 55 forks source link

Maybe switch to local pool DbHandler strategy #311

Open chasers opened 4 months ago

chasers commented 4 months ago

Seeing a lot of busy_dist_port messages due to TCP connections between nodes being saturated or otherwise experiencing some packet loss or head-of-line blocking.

We should also reduce the number of hops to the database to reduce latency. -Just- need to share or acquire a global count of database connections.

Option 1