0 votes
in Azure Cosmos DB by
List out the Features of Cosmos DB.

1 Answer

0 votes
by

Complete service and ready to use: It gives you a complete product that is powered by Azure and can be automatically replicated in data centers worldwide.

  • Multi-API: Because data is indexed automatically, users can access it using any API of their choice. They can see their data using SQL, Gremlin, JavaScript, Azure Table Storage, and MongoDB.
  • Multi-API and Multi-Language Support.
  • Multi-Consistency Support.
  • Indexes Data Automatically.
  • High Availability.
  • A number of consistency levels: It uses five different consistency levels: bounded staleness, strong, session, eventual, and consistent-prefix.
  • Latency: Very low latency is practically guaranteed at less than 10 milliseconds when reading data and less than 15 milliseconds when writing data.
  • Globally Distributed.
  • Linearly Scalable.
  • Schema-Agnostic Indexing.
  • Multi-Model.
...