Hacker News new | ask | show | jobs
Supavisor 1.0: a scalable connection pooler for Postgres (supabase.com)
7 points by samuba 919 days ago
2 comments

[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:

https://supabase.com/blog/supavisor-1-million

I've helped with this one. Happy to answer any questions also.