Looking for Performance Benchmarks on Aurora’s Point-in-Time Restore

0
11
Asked By CuriousCoder42 On

Hey everyone! I'm currently assessing Aurora Postgres as a potential database solution for one of my applications. I'm particularly interested in any performance benchmarking documentation that covers point-in-time restore (PITR) features. I'm trying to get a sense of how long the recovery process might take, as well as what factors could potentially influence that time. Just for context, our database size is significant at 24 TB, so any insights specific to handling such large data would be super helpful!

2 Answers

Answered By HelpfulHarry89 On

You might want to check out these resources for more in-depth info:
- [AWS Databases](https://aws.amazon.com/products/databases/)
- [RDS Documentation](https://aws.amazon.com/rds/)
- [Aurora Overview](https://aws.amazon.com/aurora/)

These pages should provide you with additional context that might help your evaluation.

Answered By DataDive4Ever On

When performing a PITR, the process starts with restoring the latest full snapshot before your specified point in time. After that, it applies archive logs up until your chosen time. Given your database's large size, ensure you're using a powerful instance to optimize the EBS throughput. The time to restore those archive logs will mainly depend on how much data has been changed, as larger logs will take longer.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.