What is DynamoDB TTL (Time To Live?) | Overview and Demo

preview_player
Показать описание
Dynamo DB's Time to Live feature is a useful feature that helps developers clean up old data. In this video, learn how TTL works, best practices, and a hadns on demo.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#AWS
#DynamoDB
#TimeToLive
Рекомендации по теме
Комментарии
Автор

Legend! The only good explanation I could find on YouTube! Subscribed :)

eamonkelly
Автор

is there a way to backfill data? in other words: I want to remove records from last year but did not have the TTL attribute in place, now I do... can I update those rows and then have the process remove last years data?

mrtomcat
Автор

What is the upper limit to set TTL as on dynamo, a year or more ?

aniruddha
Автор

how to test if it using local dynamo DB ?
anyone have reference ?

nekode
Автор

TTL does not use burst capacity. Burst capacity is used with the table-level Adaptive Capacity feature and has nothing to do with TTL. Since they are background process, TTL processes will only start if their running won't interfere with customer table operations and there are a few internal types of system capacity that need to be available as well. As it is meant not to affect production table operations, TTL therefore has secondary or even tertiary priority for resources.

NoSQLKnowHow