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
Best way to perform search on a particular field in mongodb on large data set | Sharding
I have large set of data (almost 30 millions) in mongodb collection which has _id(mongodb default id) creation_date (creation date of that document) and symbol (predefined only 50 symbols and symbols ...

Mani Kant Tiwari
Votes: 0
Answers: 0
Why are read-only nodes called read-only in the case of data store replication?
I was going through the article, https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs which says, "If separate read and write databases are used, they must be kept in sync". On...

Arvind Kumar Avinash
Votes: 0
Answers: 1
Mongos instance can't communicate with the database
So I have a sharded cluster with 2 config servers, 2 shards each with 2 replicas and 2 mongos instances, everything running on different VMs.
However, after configuring all of it, I finally tried to i...
PedroG
Votes: 0
Answers: 2