Amazon RDS for SQL Server now supports Cross Region Read Replica - devamazonaws.blogspot.com

Amazon Relational Database Service (Amazon RDS) for SQL Server now supports Cross Region Read Replica. Cross Region Read Replica enables managed disaster recovery capability for mission critical databases by allowing a read replica in another region be "promoted" as a new standalone production database. This feature also supports data proximity by enabling replicas be placed closer to the application users of a given region to reduce read latencies. Additionally, this feature allows Amazon RDS for SQL Server customers to offload their read workload from the primary DB Instance, and also scale out read workloads over a farm of up to five read replicas that can reside in any region. To get started, visit the Amazon RDS SQL Server User Guide.

Post Updated on November 16, 2022 at 10:00PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com