Please enable JavaScript.
Coggle requires JavaScript to display documents.
1 choose - Coggle Diagram
1 choose
- stored in a relational format
- fields do not neatly fit into tables, rows, and columns
-
-
types
- key value database
- graph database: nodes
- document database: mark language
-
-
-
- easy to enter, query, and analyze
- evolution of the data is more difficult
azure
Azure Cosmos DB
- supports semi-structured data
- supports SQL for queries
- ACID-compliant
- replicate your data anywhere in the world
- index every property in the documents
Azure SQL Database
- pre-define a set of common properties: combine structured data in the columns,
and semi-structured data stored as JSON columns
- explicitly define what properties from semi-structured documents should be indexed
Azure Blob storage
- storing files such as photos and videos
- caching the most frequently used
- hot storage tier to the cool or archive storage tier,
-
Although the media file may contain metadata, the body of the media file is unstructured.
-