Replies: 1 comment 1 reply
-
PgCat is only limited by what Tokio, and inherently the operating system/standard library epoll implementation can handle. I see no reason why you can't scale PgCat to 1M+ clients/servers. Remember to increase your open file description limits 1, since that's the only limit we can hit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
pgcat looks really good from everything I read about it.
I am currently trying to decide between pgcat and Supavisor. Do you think pgcat would scale as well (or maybe better) than Supavisor, when it comes to # of client connections? I was thinking Rust's 'fearless concurrency' might play well here?
Thank you for your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions