Azure Portal for Cosmos Database/Mongo API seems to calculate wrong RU sum
When create CosmosDb account using MongoAPI with 2 databases, cannot set sensible RU values for second database because its total sum checks calculates too big totals. -Total maximum in account is set to 8000RU -First database has shared RU with max value 2000 -Second database has also shared RU, and when try to set max value to 4000, portal says that it cannot be done because total sum is then 12000 and your limit is 8000. In my math 2000+4000=6000, why Azure portal calculates 12000 ?
2 answers
Sort by: Most helpful
-
-
GeethaThatipatri-MSFT 29,377 Reputation points Microsoft Employee
2024-02-27T15:31:00.72+00:00 @Pertti Rantanen I don't see anything wrong here? If you have two regions defined (the minimal definition of "geo-redundancy enabled" though more detail would be good), the account limit is the sum total of all regions because that is what will be billed – 2 copies of 2 DBs at 2000 RUs each is correctly 8000 RUs.
Regards
Geetha