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.
Is it possible to have identity column in documentDB for autoincrement, it's usually handy for IDs? Any link or hint …
azure azure-cosmosdbWe experience throttling (429) due to burst of high traffic for a period of time. To mitigate this issue, we currently …
azure azure-cosmosdbI have Documents list(object) that object has multiple documents i.e. Json records are present but while I try …
azure azure-cosmosdbI have a question regarding the _ts field within the documentdb. How is it determined? My understanding is that when …
azure-cosmosdbI'm trying to understand this part of the API so I can update documents in the most efficient way possible. …
azure-cosmosdbShould there be one entity per collection in document DB? Consider I have foreign key relationship in below diagram: Should …
c# azure azure-cosmosdbI am choosing database technology for my new project. I am wondering what are the key differences between Azure DocumentDB …
azure azure-table-storage azure-cosmosdbI can query a single document from the Azure DocumentDB like this: var response = await client.ReadDocumentAsync( documentUri ); If the …
c# .net azure azure-cosmosdbI have PNG images which i want to store in cosmos db along with some metadata. What is the best …
azure azure-cosmosdbLooking at the new Azure cosmos database, I'm a bit confused about the multi-model nature of it. Specifically, does it …
azure azure-cosmosdb nosql