
Announcements
Hello, expert.
I'm concerned about Dataverse capacity; I'm wondering how many rows can fit within a 1 GB capacity (excluding standard / system tables).
Because our app will use Dataverse as a database, there will be a table that is a transaction table (300-500 records per day), and this table will have 10 single line of text columns (Not including system column)
If I can get an estimate, I'll be able to plan how long I can use this and when I'll need to upgrade.
Thank you in advance.
Hi @VeGETzX,
There's no real answer because it depends on a lot of factors such as how much configuration (such as the apps, forms, etc) is done, the add-on are installed, even platform/Dataverse updates internally take up database storage including. If you're using out-of-the-box audits, logs and traces and not custom ones that that should consume log not database storage, and email/notes attachments file columns take up file storage. That said, roughly I would say over 300K but again that really depends. Iif you go over it's not that your app will stop working, you'll get notified by Microsoft that you're reaching or that you're over and you can purchase additional capacity. It's also good hygiene to cleanup data and configuration where applicable to minimise storage costs.
Hope this helps!