Links to MongoDB re-indexing collections are usually stored in the collection:
db.mycollection.reIndex();
I would like to re-index several collections at once. One after the other can get a little tired.
Which corresponding team issues reIndex();for all collections?
source
share