You are here: Home / LBN / Up2date / Core Linux / BastionLinux 25 / pg_logical-2.3.3-1.lbn25.x86_64

pg_logical-2.3.3-1.lbn25.x86_64

Package Attributes
RPM  pg_logical-2.3.3-1.lbn25.x86_64.rpm Architecture  x86_64 Size  2752626 Created  2021/11/29 14:25:34 UTC
Package Specification
Summary Reorganize tables in PostgreSQL databases without any locks
Group Unspecified
License BSD
Home Page http://2ndquadrant.com/BDR
Description

The pglogical 2 extension provides logical streaming replication for PostgreSQL, using a publish/subscribe model. It is based on technology developed as part of the BDR project (http://2ndquadrant.com/BDR).

We use the following terms to describe data streams between nodes, deliberately reused from the earlier Slony technology:

Nodes - PostgreSQL database instances Providers and Subscribers - roles taken by Nodes Replication Set - a collection of tables

Use cases supported are:

Upgrades between major versions (given the above restrictions) Full database replication Selective replication of sets of tables using replication sets Selective replication of table rows at either publisher or subscriber side (row_filter) Selective replication of table columns at publisher side Data gather/merge from multiple upstream servers

Architectural details:

pglogical works on a per-database level, not whole server level like physical streaming replication One Provider may feed multiple Subscribers without incurring additional disk write overhead One Subscriber can merge changes from several origins and detect conflict between changes with automatic and configurable conflict resolution (some, but not all aspects required for multi-master). Cascading replication is implemented in the form of changeset forwarding.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
pg_logical
pg_logical(x86-64)

Document Actions