Answer Posted / Akash Jha
A covered query in MongoDB is a query where the database can return the requested results without needing to access the original documents. This occurs when the response contains only indexed fields. Covered queries are beneficial as they reduce disk I/O, improving query performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers