Which is better Azure Blob or Azure Table

0 votes

I am using about 300 million text files, most of them ranging from 50kb to 100kb that I need to read and serve on a web page. I have two options:

  • On Azure Table, I will have to split some of the text files, to make sure it doesn't exceed the maximum of 64kb per column.

  • On Azure Blob, I would not have the problem of splitting, but would need to store a reference to them on the Azure SQL/Azure Table.

Now the question is if my Azure Web App would be faster to read the text file from Azure Blob or from Azure Table?

Mar 5, 2019 in Azure by datageek
• 3,090 points
451 views

1 answer to this question.

0 votes

The best solution is blob storage with a table service or even a sql database to store reference. Blob storage is better then Table storage if you want to work with files.

answered Mar 5, 2019 by Archana
• 5,640 points

Related Questions In Azure

0 votes
1 answer
0 votes
2 answers

Which should i use for ASP.NET MVC Development: Windows Azure or Amazon EC2?

Both the cloud platforms have slightly varied ...READ MORE

answered Mar 7, 2019 in Azure by Prerna
• 1,960 points

reshown Mar 7, 2019 by Vardhan 807 views
0 votes
1 answer

I want to detect whether a request is being made over HTTPS or HTTP on Azure Websites.

It's looking like you can make use of ...READ MORE

answered Apr 2, 2019 in Azure by Prerna
• 1,960 points
881 views
0 votes
1 answer

Is there any number limitation in Azure Storage Table query entities?

ExecuteQuery method handles continuation token internally and ...READ MORE

answered Jul 4, 2019 in Azure by Perry
• 17,100 points
2,286 views
0 votes
1 answer

Azure Table or SQL Azure for storing app data.

Azure tables are cheaper, simpler and scale ...READ MORE

answered Jul 9, 2019 in Azure by Perry
• 17,100 points
583 views
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,459 views
0 votes
1 answer

How to calculate the used database space in SQL Azure?

I don't think its possible to find ...READ MORE

answered Mar 5, 2019 in Azure by Archana
• 5,640 points
908 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP