Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
B
@scottalanmiller said in Remove Duplicate Entries from MongDB Collection:
You can add an index as well, to avoid having duplicates occur in the future: db.myCollection.createIndex({"my_field_to_be_unique":1},{unique:true})
You can add an index as well, to avoid having duplicates occur in the future:
Good idea.
S
For more detail, showing the UIDs of each of the duplicates in question, try this little extension: