What is the limit/point when Supabase starts exper...
# help
d
What is the limit/point when Supabase starts experiencing issues from too many subscriptions? For example if I have 30,000 subscriptions spread out between users for Supabase/Postgres to either a row or table, will it be 30,000x slower than normal? Has any had experience with thousands of subscriptions?
n
Hello @dbristow! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! 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
This is the only benchmark I've seen. Scroll down to the graph. https://supabase.com/blog/2021/12/01/realtime-row-level-security-in-postgresql
Here is some older benchmark work, but it may have been before RLS was added. https://github.com/supabase/benchmarks/tree/master/realtime You might want to ask support for their opinion on 30K subscriptions if that is in your plan.
d
thanks so much @garyaustin !