Help Center/ Relational Database Service_RDS for MariaDB/ FAQs/ Read Replicas and Read/Write Splitting/ Can I Change the Replication Mode Between RDS for MariaDB Primary Instances and Read Replicas?
Updated on 2025-06-24 GMT+08:00

Can I Change the Replication Mode Between RDS for MariaDB Primary Instances and Read Replicas?

A read replica uses a single-node architecture (without a standby node). Changes to the primary DB instance are also automatically synchronized to all associated read replicas through the native MariaDB replication function. The synchronization is not affected by network latency. Even if a DB instance does not have a primary key ID, its data is synchronized to the associated read replicas.

The replication mode displayed on the RDS console indicates the data synchronization method between primary and standby DB instances. Semi-synchronous (default) and asynchronous are both supported. The semi-synchronous mode is more secure but the asynchronous mode improves performance.

The default synchronization between primary DB instances and read replicas is asynchronous and cannot be changed.