I am currently trying to maintain a fairly large and dynamic dataset.
My current design is striving for a solution where I will create a new table every few minutes - this means that each table will be quite compact, it will be easy for me to search for my data (I do not need everything in one table), and this should make it easier for me to remove obsolete ones data.
I looked and I do not see any documented restrictions, but I wanted to check:
- Is there a limit on the number of tables allowed in a single Azure storage account?
- Or can I continue to add potentially thousands of tables without any problems?
azure azure-storage azure-table-storage
Stuart
source share