1.

An index prefix is a subset of a ______ index, consisting of one or more keys starting from the beginning of the index.(a) Hashed(b) Unique(c) Sparse(d) CompoundI had been asked this question in class test.The query is from Index Types topic in section Index/Indexing Concepts of MongoDB

Answer»

Right ANSWER is (d) Compound

The best I can explain: With index INTERSECTION, MongoDB can use an intersection of EITHER the ENTIRE index or the index prefix.



Discussion

No Comment Found

Related InterviewSolutions