

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) TTL indexes expire documents after the specified number of seconds has passed since the indexed field value(b) TTL indexes are special compound indexes(c) If a document does not contain the indexed field, the document will expire(d) None of the mentioned |
Answer» Correct answer is (a) TTL indexes expire documents after the specified number of seconds has passed since the indexed field value For explanation I would say: The expiration threshold is the indexed field value plus the specified number of seconds. |
|