1.

Sort operations that do not use an index will abort when they use _______ megabytes of memory.(a) 16(b) 32(c) 64(d) All of the mentionedI had been asked this question by my college professor while I was bunking the class.This question is from Indexing Strategies topic in division Index/Indexing Concepts of MongoDB

Answer»

The CORRECT CHOICE is (b) 32

The EXPLANATION is: If the query planner cannot OBTAIN the SORT order from an index, it will sort the results in memory.



Discussion

No Comment Found

Related InterviewSolutions