I have a collection where there are lots of slow update queries. I have done indexing on the collection.
If the update query has {A, B, C} as the filter query, then the collection has the indexing (A,B,C).
Even though indexes are present, for some queries indexes are not used. I need to understand the root cause behind this?