2018-07-16
· 1 min
·
PostgreSQL
Pgpool2 won't connect after you fix a hostname? Delete the pgpool_status file—it caches host status across restarts and won't update automatically.
0 comments
2018-05-10
· 1 min
·
PostgreSQL
Dive into PostgreSQL replication strategies with slides from PerconaLive 2018, covering practical approaches to keeping your databases in sync.
0 comments
2018-04-10
· 1 min
·
PostgreSQL
Set wal_level to logical and enable wal_log_hints to unlock logical replication and pg_rewind without restarting your cluster.
0 comments
2018-04-06
· 1 min
·
PostgreSQL
Stop guessing what's slow in PostgreSQL—configure logging to actually see it.
1 comment
2018-04-03
· 1 min
·
PostgreSQL
Default `archive_mode = off` means `archive_command` is ignored—set both now to avoid a restart later when you need WAL archiving.
2 comments
2018-03-30
· 1 min
·
PostgreSQL
Enable wal_compression to shrink write-ahead logs and replica replication traffic after checkpoints. The CPU cost is minimal for nearly all workloads.
1 comment
2018-03-27
· 2 min
·
PostgreSQL
PostgreSQL databases live in directories, and naming them wisely saves you headaches during major version upgrades.
0 comments
2018-03-20
· 1 min
·
PostgreSQL
Slides from "Why PostgreSQL is Terrible" talk at Nordic PGDay are online. Discover what makes PostgreSQL unexpectedly great through its apparent flaws.
2 comments
2018-01-02
· 3 min
·
PostgreSQL
PostgreSQL replication overwhelms with options?
11 comments
2017-10-30
· 1 min
·
PostgreSQL
When a network disconnect interrupts your COMMIT, did the transaction really go through?
0 comments