PostgreSQL DBA
2.02K subscribers
140 photos
1 video
20 files
245 links
Sharing knowledge about postgresql database
Download Telegram
A comprehensive collection of practical PostgreSQL how-to guides covering database management, optimization, troubleshooting, and best practices. These guides are derived from real-world scenarios and provide actionable solutions to common PostgreSQL challenges.
Replication in PostgreSQL ensures data is copied from one server (primary) to one or more servers (replicas/standbys). Here's a comprehensive guide covering the main approaches.
Quick Decision Guide
pglogical is a PostgreSQL extension that provides logical replication with more features than built-in logical replication — including DDL replication, conflict handling, and row/column filtering.