Skip to content
software

Replication

Database Replication

Definition

Replication copies data from a primary database to one or more replicas, providing high availability and read scalability. Synchronous replication guarantees no data loss but adds write latency; asynchronous replication is faster but allows replicas to lag.

Logical replication (row-level changes) and physical replication (WAL streaming) are the two main modes in PostgreSQL.


Ship secure code faster

Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.