Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the covered query in mongodb.



Explain the covered query in mongodb...

Answer / Pretam

The covered query is an optimization technique in MongoDB that allows queries to reuse already fetched data, reducing the number of times collections need to be read from disk. It's particularly useful for queries with compound indexes where only a subset of the indexed fields are used in the query.nWhen a covered query is executed, the database checks if the required information can be found entirely within the index without needing to access the collection data. If possible, it returns only the requested data from the index instead of reading the entire document.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What is sharding in mongodb?

1 Answers  


How to know, what indexes exist in a collection?

1 Answers  


Is mongodb good for storing images?

1 Answers  


What is replica set in mongodb? Explain

1 Answers  


What is the limitations to run mongodb on 32 bits OS?

1 Answers  


Can you edit long shell operations with an external text editor?

1 Answers  


How is query injection and how to handle it in mongodb?

1 Answers  


How can you see the connection used by mongos?

1 Answers  


What are the uses of mongodb? Explain

1 Answers  


What are journaling in mongodb?

1 Answers  


How do I create a collection in mongodb?

1 Answers  


What is skip() method?

1 Answers  


Categories