RSSAmplifier

boringSQL | Supercharge your SQL & PostgreSQL powers · Jun 11, 2025

First steps with Logical Replication in PostgreSQL

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

PostgreSQL's logical replication streams row-level changes from one PostgreSQL instance to another using a publish-subscribe model. Unlike physical replication, which copies the whole cluster byte for byte, it lets you pick what to replicate and where to send it, which makes it a building block for scaling out, distributing load, and integrating PostgreSQL with the rest of your architecture.…

Read on boringsql.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.