Supavisor 1.0: a scalable connection pooler for Postgres
1–3 of 3 posts
Re: Supavisor 1.0: a scalable connection pooler for Postgres
#2[I'm on the supabase team]
You can find the code/docs here: https://github.com/supabase/supavisor
This release adds support for
- SQL Parsing
- Load balancing
- support for named prepared statement
- query cancellation
It's also now available on all new databases in Supabase. For some more background on scalability, we have some benchmarks available here:
Re: Supavisor 1.0: a scalable connection pooler for Postgres
#3I've helped with this one. Happy to answer any questions also.