Hi,
I am running some tests around database size to try and determine what the potential usage might be for my app. To do this for the various collections in my app I am importing sample data of 10,000 rows and will base the projections on this. However after importing I see no change in the usage size number on the database summary page. I have waited over an hour since the import and still it shows no change in size. My questions are:
How long should I need to wait to see the "stored data" total number for the database to update?
Is there a better way to project database usage size. For instance one of the 10,000 row csv files I imported is 1.1MB. Can I assume the database consumption will be similar to this? Or is there some overhead with each database row?
Thanks.