Does DocumentDB support ttl?

0

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

kds_t
asked 10 months ago1615 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

profile picture
EXPERT
answered 10 months 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 10 months 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.

Guidelines for Answering Questions