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.

Identity Column in DocumentDB

Is it possible to have identity column in documentDB for autoincrement, it's usually handy for IDs? Any link or hint …

azure azure-cosmosdb
Auto scale up/down Cosmos DB RU's

We experience throttling (429) due to burst of high traffic for a period of time. To mitigate this issue, we currently …

azure azure-cosmosdb
How to Upload multiple Document (bulk) in Document DB

I have Documents list(object) that object has multiple documents i.e. Json records are present but while I try …

azure azure-cosmosdb
How _ts change in DocumentDB

I have a question regarding the _ts field within the documentdb. How is it determined? My understanding is that when …

azure-cosmosdb
DocumentDB: What's the point of "Upsert"?

I'm trying to understand this part of the API so I can update documents in the most efficient way possible. …

azure-cosmosdb
Single or Multiple Entities Per Collection in DocumentDB

Should there be one entity per collection in document DB? Consider I have foreign key relationship in below diagram: Should …

c# azure azure-cosmosdb
Key differences between Azure DocumentDB and Azure Table Storage

I am choosing database technology for my new project. I am wondering what are the key differences between Azure DocumentDB …

azure azure-table-storage azure-cosmosdb
Read Azure DocumentDB document that might not exist

I can query a single document from the Azure DocumentDB like this: var response = await client.ReadDocumentAsync( documentUri ); If the …

c# .net azure azure-cosmosdb
How can I store Images in Azure Cosmos DB?

I have PNG images which i want to store in cosmos db along with some metadata. What is the best …

azure azure-cosmosdb
What does it mean that Azure Cosmos DB is multi-model?

Looking 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