

InterviewSolution
Saved Bookmarks
1. |
Which field does not support TTL indexes?(a) _identity(b) _option(c) _id(d) None of the mentioned |
Answer» The correct option is (c) _id For explanation I would say: You cannot create a TTL index on a capped collection because MongoDB cannot remove documents from a capped collection. |
|