2 Answers
- Newest
- Most votes
- Most comments
2
Will the TTL config apply to old information or just to new added rows?
Yes
If answer to first question is yes: Can this "massive" deletion affect performance or It will just run in background, following the regular behavior?
It will just run in the background, there will never be performance degradation caused by TTL.
0
- The TTL config will apply to both old and new information in the table.
- The deletion of data due to TTL will run in the background and should not affect performance too much as it's an asynchronous process. However, the exact impact on performance depends on the size of the table and the rate at which the data is being deleted.
answered 2 years ago
Relevant content
- Accepted Answerasked 4 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
Can you point me to the documentation for this please?