Hello, is there any info about realtime concurrenc...
# help
t
Hello, is there any info about realtime concurrency in Supabase? Is Supabase able to handle 5K concurrent users (listeners etc..) with the basic plan (2GB Ram - 2vCPU)?
n
Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
The only thing I've seen is about 1/2 down on this page and it is 4core/16GB https://supabase.com/blog/2021/12/01/realtime-row-level-security-in-postgresql
n
theuknowner (2022-03-20)
t
@User Okay so according to the linear diagram, a 2GB RAM - 2vCPU would easily handle 1000-1500 concurrent users
with medium load
g
I imagine there is sort of a minimum memory for just running, so if 1GB is used for basic decent performance you have 1G extra versus 15G extra.
t
To understand better my case, I want to use Supabase for my chat. So as you know, the concurrency limit is critical. I'm just trying to figure out if Supabase is suitable for this type of app or switch to Firebase Realtime Database
What would be a good ratio in resources (RAM - CPU) for a basic chat with Supabase? min 1000 concurrent users.
Eg. The PRO plan, has a 2 GB RAM - 2 vCPU instance, would it be able to handle this traffic?
g
You might post a question in the supabase.realtime github channel.
Here are some older benchmarks Supabase was doing. The realtime was pre RLS version. https://github.com/supabase/benchmarks/tree/master/realtime But looking at the dates not sure much useful.