What are the table and row limits on the Supabase Free Plan?
I have a question about the limitations of the Supabase free plan.
I don't plan on using Supabase Storage for any file uploads at all. My only intention is to use the database for creating tables and saving data records into them.
I would like to know what the specific limits are:
-Is there a maximum number of tables I can create?
-What is the maximum number of rows I can store in the database?
My biggest concern is that I'll be in the middle of using the application and suddenly be blocked from saving new data because I've hit a limit I wasn't aware of.
1 Reply
You don't get suddenly blocked for reaching your limits. Supabase does have a grace period and they do send out warning emails before you hit your limit. It would be hard to say the maximum of anything you asked here as this is not how you calculate the limits. 1 table could have 30 columns with 10 jsonb column type with 100mb of data per row whilst another could have 20 tables with 5 column per table with 2mb per row.