Lite mindre version av Sergios svar:
db.getCollectionNames().forEach(function(collection){db[collection].reIndex()});
Det finns ingen anledning att få en referens till samlingen först.
Lite mindre version av Sergios svar:
db.getCollectionNames().forEach(function(collection){db[collection].reIndex()});
Det finns ingen anledning att få en referens till samlingen först.