- Azure for Architects
- Ritesh Modi
- 144字
- 2021-07-08 09:33:36
Storage types
Azure provides four types of general storage services as shown in the following diagram:

- Blob storage: This type of storage is best suitable for unstructured data such as documents, images, and other kinds of files. Blob storage can be hot or cold. Hot means that content within the blob storage is accessed frequently compared to the cold tier.
- Table storage: It is a NoSQL key-attribute data store. It should be used for structured data. The data is stored as entities.
- Queue storage: It provides reliable message storage.
- File storage: This is shared storage based on SMB protocol. It is typically used for storing and sharing files. This also stores unstructured data, but the main distinction is that it is sharable on the SMB protocol.
These four storage types cater to different architectural requirements and cover almost all types of data storage facilities.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- 程序員面試白皮書
- R語言數(shù)據(jù)分析從入門到精通
- Computer Vision for the Web
- Vue.js 2 and Bootstrap 4 Web Development
- Java程序設計與計算思維
- SQL語言從入門到精通
- 信息安全技術
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- 琢石成器:Windows環(huán)境下32位匯編語言程序設計
- Getting Started with Laravel 4
- Salesforce Reporting and Dashboards
- Python+Tableau數(shù)據(jù)可視化之美
- 智能手機APP UI設計與應用任務教程
- JavaScript+jQuery網(wǎng)頁特效設計任務驅動教程