Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure CosmosDb - Coggle Diagram
Azure CosmosDb
Consistency level
- Strong (strongest consistency but highest latency)
- Bounded staleness consistency
-
- Consistent prefix consistency
- Eventual consistency (weakest consistency)
-
CAP
-
Availability
Ensure client always receive a reponse (withour error), but not gaurantee the data is most recent write
Partition Tolerance
Ensure system will work normally, event have a partition of nodes is shutdown
-
- Distributed database
- NoSQL
- low latency
- Elastic scalability
- high availability
-
-
-
-
-
-