How many indexes does mongodb create by default for a new collection?
Answer Posted / Amlesh Kumar
MongoDB creates no indexes by default for a new collection. However, it is recommended to create an _id index during the creation of a new collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers