

InterviewSolution
Saved Bookmarks
1. |
The default chunk size is changed from 256k to 255k in which version?(a) 3.0(b) 2.4.9(c) 2.4.10(d) None of the mentionedThis question was posed to me by my school teacher while I was bunking the class.The doubt is from Data Modeling Concepts in chapter Data Models of MongoDB |
Answer» RIGHT choice is (B) 2.4.9 Explanation: The use of the term chunks in the CONTEXT of GRIDFS is not related to the use of the term chunks in the context of SHARDING. |
|