Database

Read Replica

English

Overview

A mechanism that creates a read-only copy of a database to spread load.

Details

Because replication is asynchronous, there's a slight delay (replication lag) before a write is reflected -- worth keeping in mind. It's used to scale a read-heavy workload.

More AWS terms