0

I would like to ask two questions;

1- if RDS snapshots are incremental when we exported the incremental snapshot in to s3 via ExportTask will it be the only partial data or full data.

2- When data is exported 1 month later will it contains duplicate data ?

I have been researching the issue with LLM's and documentation but I could not able to find an answer.

New contributor
Umut Akkaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
0

1 Answer 1

0

The very first snapshot of an RDS database contains all of the DB's data. Subsequent snapshots are performed incrementally, but from your perspective a snapshot is a point in time view of the entire database, not just the delta.

The restore and export processes result in a complete point-in-time image of the database and you get all of the data as it existed at the time of the snapshot. AWS handles this transparently for you.

So, if you export the data at time T and again 1 month later then, yes, the latter export will contain the data that was present at time T modulo any changes that were made to the database in the following month.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.