Skip to main content
added 6 characters in body
Source Link
jarmod
  • 79.8k
  • 18
  • 132
  • 137

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.

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 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.

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.

deleted 1 character in body
Source Link
jarmod
  • 79.8k
  • 18
  • 132
  • 137

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 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.

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.

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 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.

deleted 1 character in body
Source Link
jarmod
  • 79.8k
  • 18
  • 132
  • 137

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 process resultsand export processes result in a complete point-in-time image of the database and you get a fully functional databaseall of the data as it existed at the time of thatthe snapshot.

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 process results in a complete point-in-time image of the database and you get a fully functional database as it existed at the time of that snapshot.

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.

Source Link
jarmod
  • 79.8k
  • 18
  • 132
  • 137
Loading
Notice added Posted by Recognized Member/Admin in AWS jarmod