#572 — October 2, 2024 |
📰 Last week's issue, which dropped on Friday, was a big deal as we sent it just after Postgres 17 was released, so if you missed it due to the unusual sending time, you can check it out here. :-) |
|
Postgres Weekly |
What's So Great About Postgres 17? — Finally, Postgres 17 is here and we’re starting to see some opinionated takes on its many enhancements. Laurenz covers the things that caught his eye here. Laurenz Albe |
Are You Qualified to Use AgentM |
Run GitHub Actions Up to 2x Faster at Half the Cost — Blacksmith runs your GitHub Actions substantially faster by running them on modern gaming CPUs. Integrating Blacksmith is a one-line code change. 100+ companies like Ashby, Superblocks, and Slope use Blacksmith to help developers merge code faster. Blacksmith sponsor |
▶ Heroku's Glory Days and Postgres vs The World — Postgres legend Craig Kerstiens joined Aaron Francis (working on the soon to be launched Mastering Postgres course) to talk about his history with Postgres at Heroku, Citus Data, and now Crunchy Data. It’s not all about him, though; the interview is packed with insights about building ecosystems, scaling Postgres, and even DuckDB. Aaron Francis |
▶ SQL Hussein Nasser |
QUICK BITS:
|
Waiting for Postgres 18: Add Temporal Hubert depesz Lubaczewski |
Exploring the Limits of Postgres: When Does It Break? — Postgres’ limits are well understood on paper, but how far could you push a single node Postgres server in the real world and where are the bottlenecks? Andrew Atkinson |
📄 Writing Raw SQL Easier with pgx and sqlc in Go remvn 📄 Upgrading Homebrew Postgres 16 to 17 on a Modern Mac Ian van der Linde 📄 Building an AI Image Gallery: Advanced RAG with |
|
🛠 Code and Tools |
pg_stat_kcache: Gather Statistics About Disk Access and CPU Consumption — Sits atop Dalibo and PoWA Team |
pgsql-tweaks: A Grab Bag of Useful Postgres Functions — An interesting suite of functions that the author (a former PostgreSQL Person of the Week) uses in her day job as a Postgres user, covering areas like checking data types, gathering statistics, some aggregates, and conversion functions. Stefanie Janine Stölting |
pg_qualstats: Extension for Collecting Statistics About Predicates — Analyze the most often used predicates in queries against your database, perhaps as a way to create more effective indexes. Part of the POWA (Postgres Workload Analyzer) project. Powa Team |
|