Posts by Ricardo Castro Martin • 21 points
1 post
-
2
votes0
answers98
viewsQ: Cosmos DB Error: Request rate is large
I’m making a filter to get the last record sent to a collection by a device and the query is very simple: db.getCollection('Device').find({'ID':'1234'}).sort({DateTime: -1}).limit(1) however, if I…