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

Why do we use mongodb?

1 Answers  


How to connect to mongodb using mongoose in node.js?

1 Answers  


What is bson and how can restore this file in mongodb?

1 Answers  


Can you lock more than one database at the same time in mongodb?

1 Answers  


What is the need to provide size option on create collection?

1 Answers  


What are alternatives to mongodb?

1 Answers  


How do I connect to mongodb remotely?

1 Answers  


Why does profiler use in mongodb?

1 Answers  


Is mongodb good for storing images?

1 Answers  


What is the symbol of logical OR operation in mongodb?

1 Answers  


What is the basic syntax to use index in mongodb?

1 Answers  


Does an update fsync to disk immediately?

1 Answers  


Categories