mgo icon indicating copy to clipboard operation
mgo copied to clipboard

Add support to Ensure multiple indexes in one call

Open fuzzypete opened this issue 6 years ago • 0 comments

I want to eventually have the ability to manage my replica set with different targeted functions. One of these would be an offline full rebuild of all indexes in the foreground to yield best results. However, there is no support to actually submit multiple indexes to Mongo in a batch which minimizes the number of collection scans.

This is a small enhancement which I have prepared for a Pull

fuzzypete avatar Dec 12 '18 23:12 fuzzypete