Optimization for explain stages

Report a typo

For each query stage of explain operator tick the appropriate possible optimizing actions.

Choose one option for each row
Create an index to speed up the queryReduce the amount of data being queriedOptimize the query to reduce the number of documents being fetchedAdd an index that includes the sort orderAdd the desired fields to the index to avoid the FETCH stage
COLLSCAN
IXSCAN
FETCH
SORT
SHARD_MERGE
___

Create a free account to access the full topic