Showing posts with label Unique Indexes in MongoDB. Show all posts
Showing posts with label Unique Indexes in MongoDB. Show all posts

Friday, 20 May 2016

Unique Indexes in MongoDB


Lecture Notes
In this video, Dwight uses the ensureIndex command, which is now deprecated. You would now use createIndex.

Quiz

Quiz: Unique Indexes

If an index is created with the options document, { unique : true } can 2 documents which do not include the field that is indexed exist in the same collection?
Yes

No
Ans.

NO