Skip to content

Does DocumentDB support ttl?

0

Is DocumentDB compatible with mongo's TTL Settings? I need the data to expire automatically.

asked 3 years ago4.8K views
2 Answers
0

The TTL function itself is supported.
https://docs.aws.amazon.com/documentdb/latest/developerguide/best_practices.html#best_practices-ttl_timeseries

Basically, it can be used in the same way as MongoDB.
The following document describes the differences between Amazon DocumentDB and MongoDB.
https://docs.aws.amazon.com/documentdb/latest/developerguide/functional-differences.html#functional-differences.with-mongodb

EXPERT
answered 3 years ago
0

Yes TTL is supported in DocumentDB and function same as it does in Mongo. Please find the following documentation around that for reference. https://docs.aws.amazon.com/documentdb/latest/developerguide/how-it-works.html#how-it-works.ttl-deletes

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.