python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure CosmosDB - Sharding Strategy for georeferenced data?
I have a collection on cosmos for about 1 million documents like this:
{
"title":"My Happy Bakery",
"address":"155 Happy Avenue, Happy City",
"loc...

Leonardo
Votes: 0
Answers: 1
Creating unique index for CosmosDB with MongoDB API fails
I'm using Azure CosmosDB with the MongoDB API. I'm trying to execute the following:
db.createCollection('test')
db.test.createIndex({key: 1}, {name: 'key_1', unique: true})
However, doing so fails wi...
g00glen00b
Votes: 0
Answers: 2
Does Cosmos DB return updated fields in its change feed similar to the way Mongo DB does in its Change Events
Does Cosmos DB return updated fields in its change feed similar to the way Mongo DB does in its Change Events
Below is a change stream response document from Mongo DB. The updateDescription includes t...
user1884081
Votes: 0
Answers: 1
How to order by a field in Azure data explorer query?
I want to sort by year in ascending order, is it possible in the azure data explorer?
If possible, what is the correct syntax?
My query:
{"country": "UK",
"buildingType"...

BabyishTank
Votes: 0
Answers: 1