S
Supabase•2d ago
Axistro

Does supabase has read write limit?

Is there a monthly limit of how many docuement read write can occur?
5 Replies
garyaustin
garyaustin•2d ago
You have an egress limit for Free. Check the pricing page.
Axistro
AxistroOP•2d ago
So except for the bandwidth limit There is no numeric limitations?
garyaustin
garyaustin•2d ago
You can hit the database as hard as you want until it maxes the CPU/memory you have for the instance size.
Axistro
AxistroOP•2d ago
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.
garyaustin
garyaustin•2d ago
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.

Did you find this page helpful?