By default, which index is created by mongodb for every collection?
Answer Posted / Ajay Raman Srivastav
By default, MongoDB creates an index named '_id' on every collection. This index is used to perform efficient lookups based on the _id field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers