#481 — November 16, 2022 |
|
Postgres Weekly |
Reducing Replication Lag with I/O Concurrency in Postgres 15 — Postgres 15 comes with key replication improvements, but the work done to get there was deep. This post explains how IO concurrency affects replication lag but also tells the story of how Postgres’s IO story is improving over time and teases a future where data will be asynchronously transferred into Postgres’s buffers avoiding the kernel entirely. “We’ve only scratched the surface,” says Thomas. Thomas Munro (Microsoft) |
Using Postgres with Deno Deploy — Accessing Postgres data at the edge presents new challenges with multi-region connectivity and latencies. Learn how to solve these in minutes with PolyScale’s plug-and-play database edge cache. PolyScale.ai sponsor |
PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released — A bevy of bug fix releases for maintained release lines. None of the bugs particularly stand out, but are listed in this post. We also get time zone data updates due to DST changes in various countries. It also marks the final v10 release. PostgreSQL Global Development Group |
A Tribute to 2017's Postgres 10 — Five years after each major Postgres release, the tide heads out and that version hits its ‘end of life’ (EOL) after a final farewell release (more info about this in the versioning policy document.) Jonathan indulges in some nostalgia for what was a ‘transformative’ version of Postgres that introduced logical replication, declarative partitioning, and SCRAM authentication. Jonathan Katz |
IN BRIEF:
|
EXPLAIN That Parameterized Statement — The output of Laurenz Albe |
What is an 'Upsert' and When Should You Use One? — This comes from CockroachDB but covers the use of the same idea in Postgres by way of Charlie Custer |
Free eBook: How to Create the Best Postgres Index for Your Queries pganalyze sponsor |
Read Before You Upgrade: Best Practices for Choosing a Postgres Version — Reflections on when to consider upgrading your Postgres version and questions to ask before you start doing so. (As a Timescale article, Timescale’s own managed service does get recommended, but at the end.) Laurence, Roybal and Godeke (Timescale) |
JSON in PostgreSQL: The Ultimate Guide — I encountered this when putting together some JSONB queries this week and found it useful. Ben Brumm |
Postgres at Scale: Running Multiple PgBouncers — Connection pooling with pgBouncer is great, but at particularly high loads, there are benefits to be had with running multiple pgBouncers. Elizabeth Christensen |
How to Recreate Amazon Web Services |
How to Schedule Automatic Backups with pgAgent in pgAdmin
|
🛠 Code and Tools |
Improved Aarch64 (arm64) Support Now Available in the Postgres RPM Repository — You’ve been able to install aarch64/ARM64 architecture Postgres rpm packages for a while, but some focus has been put into full RHEL 9 support, improved support and fixes for RHEL 7 and 8, and more. David Detter |
And last, but not least:
|