1

The docs give some examples of what can appear in the stage field, but I can't find a definitive list of what the valid values are in there and what they mean.

Stages are descriptive of the operation; e.g.

COLLSCAN for a collection scan

IXSCAN for scanning index keys

FETCH for retrieving documents

SHARD_MERGE for merging results from shards

Could anyone explain them to me, or point me at somewhere definitive?

BanksySan
  • 27,362
  • 33
  • 117
  • 216

1 Answers1

-1

As I can see in the book "MongoDB Data Modeling", it is written that

There are four stages:

and than the name and description of each at page # 88, and as you wrote in the docs also only 4 are given so may be we can conclude that there are 4 only.

google books link

Himanshu Bhandari
  • 1,769
  • 2
  • 23
  • 37