Skip to content

Commit 0386773

Browse files
committed
Update SupportForRDSMultiAzDBCluster.md
1 parent 0037b20 commit 0386773

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/using-the-jdbc-driver/SupportForRDSMultiAzDBCluster.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Connection conn = DriverManager.getConnection("jdbc:aws-wrapper:postgresql://clu
3232

3333
## Optimizing Switchover Time
3434

35+
Amazon RDS Multi-AZ with two readable standbys now supports minor version upgrades with 1 second of downtime.
36+
37+
See feature announcement [here](https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-rds-multi-az-two-stanbys-upgrades-downtime/).
38+
3539
During minor version upgrades of RDS Multi-AZ DB clusters, the `failover` plugin switches the connection from the current writer to a newly upgraded reader. If minimizing downtime during switchover is critical to your application, consider adjusting the `failoverClusterTopologyRefreshRateMs` to a lower value such as 100ms, from the default 2000ms. However, be aware that this can potentially increase the workload on the database during the switchover.
3640

3741
For more details on the `failover` plugin configuration, refer to the [Failover Configuration Guide](/docs/using-the-jdbc-driver/FailoverConfigurationGuide.md).

0 commit comments

Comments
 (0)