

InterviewSolution
Saved Bookmarks
1. |
_________ command creates the capped collection and imports the data.(a) CollectionAsCapped(b) cloneCollection(c) cloneCollectionAsCapped(d) None of the mentioned |
Answer» Right option is (c) cloneCollectionAsCapped The explanation is: MongoDB does not support the convertToCapped command in a sharded cluster. |
|