Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am developing an app that needs to store microblog messages consisting of multiple paragraphs of HTML formatted text and multiple images. I am planning to use Azure storage for all data and am storing structured data in Azure Table Storage. I am wondering whether it would be better to store the microblog messages in Azure Table Storage or just put it in Azure Blob Storage. Does anyone have an opinion on which is better?
Posted
Updated 12-Apr-22 6:04am

1 solution

How big are your images? I would prefer to use blob incase of memory requirement is more than approx 4MB (due to limit on table storage per entry). Usually table storage is for small data that needs to be queried independently. Blob is more like a file storage.
 
Share this answer
 
v2
Comments
Dave Kreskowiak 12-Apr-22 12:11pm    
Look at the date on the question. You're not going to get a reply from a question that was asked 9 years ago.
Rajeev Jayaram 13-Apr-22 4:50am    
hmm, yes

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900