S
Supabase2mo ago
Hasan

Supabase Pro Writes/s or writes/minute Limit

I'm building a quiz app that is projected to have 15-10k users and 1,000 concurrent ones who are using it at the same time (8,000 writes/minute) I want to ask if anyone knows whether this is within supabase's limits or my app could crash and my supabase would crash too. Please lmk know any ideas / suggestions to work with this use case / optimize the code or any solution or advice. Tech Stack: NextJS, Vercel Pro for dpeloyment
1 Reply
ihm40
ihm402mo ago
I think all of your requirements can be handled by supabase. It's more a question of understanding the costs associated with these operations i.e egress. Looking through this https://supabase.com/docs/guides/platform/manage-your-usage and this https://supabase.com/docs/guides/platform/billing-on-supabase would probably help.

Did you find this page helpful?