Hi all.
I'm performance tunning my application and found that some aggregation and mr operations take long time. So I try to .explain() the query for those operations and found that mongo doesn't choose wisely, if I hint at it it will be lot faster than the original (in 1 query from 16700ms to 29ms).
So my question is if there is a way to give hint to aggregation and or MR operations?
Thanks