Please enable JavaScript.
Coggle requires JavaScript to display documents.
1 azure data storage options - Coggle Diagram
1 azure data storage options
types
Structured data
.
data that adheres to a schema, so all of the data has the same fields or properties.
Can be stored in a database table with rows and columns.
relies on keys to indicate how one row in a table relates to data in another row of another table.
referred to as relational data
easy to enter, query, and analyze
Semi-structured data.
doesn't fit neatly into tables, rows, and columns.
uses tags or keys that organize and provide a hierarchy for the data.
also referred to as non-relational or NoSQL data.
Unstructured data
.
data that has no designated structure to it.
also means that there are no restrictions on the kinds of data it can hold.
solutions
Azure SQL Database
database as a service (DaaS)
Microsoft Data Migration Assistant
Azure Cosmos DB
globally distributed database service.
Azure Blob storage
unstructured
aren't limited to common file formats.
up to 8 TB
highly scalable
apps work with blobs in much the same way as they would work with files on a disk,
Azure Data Lake Storage
stores both structured and unstructured data.
scalability and cost benefits of object storage
with the reliability and performance of the Big Data file system capabilities.
Azure Files
fully managed file shares in the cloud (SMB)
Azure Queue
storing large numbers of messages
accessed from anywhere in the world.
Disk Storage
disks for virtual machines, applications, and other services
storage tiers
Hot storage tier
:
optimized for storing data that is accessed frequently.
Cool storage tier
:
optimized for data that are infrequently accessed and stored for at least 30 days.
Archive storage tier
:
for data that are rarely accessed and stored for at least 180 days with flexible latency requirements.
encription
Azure Storage Service Encryption (SSE)
It encrypts the data before storing it and decrypts the data before returning it.
Client-side encryption
is where the data is already encrypted by the client libraries