Answer Posted / Nivedita
MongoDB indexes are a data structure that improves the speed of data retrieval operations by enabling the database to find and access specific documents more efficiently. Similar to SQL databases, MongoDB supports multiple types of indexes such as single-field, compound (multi-field), text, geospatial, and hashed indexes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers