mongo-extensions icon indicating copy to clipboard operation
mongo-extensions copied to clipboard

Index creation enhancement

Open nscheibe opened this issue 3 years ago • 0 comments

Create an extended index function, which creates a new index when the index with the given name not exists OR it skips the index creation if the index with the given name already exists and all index settings (options) are the same.

However, if the index with the same name already exists, but the index settings (options) are different, then the existing index shall be dropped and newly created with the new settings (options).

nscheibe avatar Jan 18 '21 12:01 nscheibe