0 votes
in Azure by
What is Azure CosmosDB?

2 Answers

0 votes
by
One of the most celebrated Azure services, CosmosDB is a globally distributed database service. It can access and manage data from scattered data centers while offering tools to scale up your computation resources and global distribution patterns through Microsoft Azure.

Interestingly, CosmosDB ensures 99.99% availability while restricting read and write latencies to single-digit milliseconds. It also supports multiple data models through a single backend – and thus, can be used for graph models, key-value, relational models, and documents. CosmosDB is a top Azure service widely regarded as a NewSQL database, but it stays distinct with its inability to process-relational data models.
0 votes
by

Azure CosmosDB is one of the PaaS features offered by Microsoft. It is a cloud-based NoSQL database that deals mainly with modern app development. CosmosDB data can be easily shared and replicated anywhere in the world, which ensures faster and more efficient app development. Capacity management, automatic scaling, and serverless databases aid in matching demand with storage capacity.

Azure Cosmos DB takes care of database administration for you, including auto-management, updates, etc., and also includes features such as single-digit millisecond response times, rapid scalability, SLA-backed availability, and enterprise-grade privacy.

Related questions

0 votes
asked Mar 10 in Azure by Robindeniel
0 votes
asked Mar 10 in Azure by Robindeniel
...