Top "Azure-cosmosdb" questions

Azure Cosmos DB is a globally distributed database service designed to enable users to elastically and independently scale throughput and storage across any number of geographical regions with a comprehensive SLA.

Slow performance on Azure DocumentDB

I'm currently facing quite slow response times from Azure DocumentDB (first time trying it). There are 31 objects in a collection, …

c# .net azure azure-cosmosdb
How can I backup an Azure Cosmos DB

I have an Azure Cosmos DB and I need to delete all the resources from this subscription. Is there any …

azure backup azure-cosmosdb database-backups
Azure CosmosDB - Partition key reached maximum size of 10 GB

I have created a Cosmos DB collection with the partition key. Since it is a dev environment I have reduced …

azure azure-cosmosdb
DocumentDB SQL with ARRAY_CONTAINS

I'm playing around on https://www.documentdb.com/sql/demo, which allows me to query against sample documents that look …

sql azure-cosmosdb
Azure DocumentDB Read Document Resource Not Found

I'm building a .Net Console application to read information in a DocumentDB. The console app has data coming from an …

c# asp.net azure azure-cosmosdb azure-eventhub
Azure Cosmos DB SQL API UPDATE statement - don't replace whole document

Can I write an UPDATE statement for Azure Cosmos DB? The SQL API supports queries, but what about updates? In …

azure azure-cosmosdb azure-cosmosdb-sqlapi
How to (should I) mock DocumentClient for DocumentDb unit testing?

From the new CosmosDb emulator I got sort of a repository to perform basic documentdb operations, this repository gets injected …

c# unit-testing moq azure-cosmosdb
How to create a auto incremented column in Documentdb

I want to create a document in azure documentdb with an auto-increment column. Is this possible? If yes, please guide …

c# auto-increment azure-cosmosdb
Getting 'query in command must target a single shard'

I have a CosmosDB setup using the Mongo API. I have a collection with a hashed shard on one of …

azure-cosmosdb azure-cosmosdb-mongoapi
Azure Cosmos DB: 'Request rate is large' for simple count query

I'm using Cosmos DB with the Mongo adapter, accessing via the Ruby mongo driver. Currently there are about 2.5M records …

azure azure-cosmosdb azure-cosmosdb-mongoapi