Does supabase has read write limit?
Is there a monthly limit of how many docuement read write can occur?
5 Replies
You have an egress limit for Free. Check the pricing page.
So except for the bandwidth limit
There is no numeric limitations?
You can hit the database as hard as you want until it maxes the CPU/memory you have for the instance size.
I am just a beginner.
Could you water it down for me? 🙂🙃
Like if i am being fare enough with rate limits and monthly bandwidth limit
There is no other things for concern.
There are no rate limits for the database. The only limit is if it can run the amount of queries you send to it at a given time. There is no way to quantify that as each query requires different amounts of CPU/memory depending on complexity and table size.
But there is no count of actions to the database per month.