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.
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-cosmosdbI have an Azure Cosmos DB and I need to delete all the resources from this subscription. Is there any …
azure backup azure-cosmosdb database-backupsI have created a Cosmos DB collection with the partition key. Since it is a dev environment I have reduced …
azure azure-cosmosdbI'm playing around on https://www.documentdb.com/sql/demo, which allows me to query against sample documents that look …
sql azure-cosmosdbI'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-eventhubCan I write an UPDATE statement for Azure Cosmos DB? The SQL API supports queries, but what about updates? In …
azure azure-cosmosdb azure-cosmosdb-sqlapiFrom the new CosmosDb emulator I got sort of a repository to perform basic documentdb operations, this repository gets injected …
c# unit-testing moq azure-cosmosdbI want to create a document in azure documentdb with an auto-increment column. Is this possible? If yes, please guide …
c# auto-increment azure-cosmosdbI have a CosmosDB setup using the Mongo API. I have a collection with a hashed shard on one of …
azure-cosmosdb azure-cosmosdb-mongoapiI'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