#Solution to reduce Calling time in mongodb aggregation

3 messages · Page 1 of 1 (latest)

tribal pine
#

Honestly, if this is the query you need, then your best solution is service-level caching.

#

Hot requests can be <4ms

#

This is a point where microservices are extremely handy. One service per data type, aka collection. This atomises requests and improves caching a tonne.