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
2017-10-27
· 3 min
·
PostgreSQL
Streaming replication froze with thousands of locks on non-existent tables.
1 comment
2017-10-27
· 1 min
·
PostgreSQL
Database designers often assume every entity needs a primary key. Humans are messier than that.
0 comments