Does DocumentDB support ttl?

0

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

kds_t
feita há 10 meses1721 visualizações
2 Respostas
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
ESPECIALISTA
respondido há 10 meses
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
respondido há 10 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas