Question: Explain the concept of covered queries in MongoDB.Answer: Covered queries are queries where all the fields in the query are part of an index, and the index itself can fulfill the query requirements, avoiding the need to fetch data from the actual documents. |
Is it helpful?
Yes
No
Most helpful rated by users: