#570 — September 18, 2024 |
Due to next week's anticipated release of Postgres 17, our next issue may be delayed till September 26 or 27 (next Thursday or Friday). So if you don't get an issue next Wednesday, no panic – we're holding out for the final release! :-) |
|
Postgres Weekly |
Optimizing Your Database for Analytics — Your database could be great for day to day operations, but when you need to run some complex analytics queries, some big decisions arise. You could replicate the data to do the analytics elsewhere in a variety of ways, or tweak Postgres to handle things better. A solid high-level look at the concepts involved. There’s ▶️ a video version, too. Karen Jex |
Why to Stop Using Naiyer Asif |
Hands on Postgres 17: What’s New & Impacting Performance — Join us for an exclusive webinar on the Postgres 17 release. Explore new enhancements—faster B-tree scans, adaptive vacuum strategies, and streaming I/O updates—and their impact on database performance & monitoring. Register today! pganalyze sponsor |
Postgres 17 RC1 vs Mark Callaghan |
QUICK BITS:
|
Implementing Hybrid Search with Postgres and Jonathan Katz |
Window Functions for Data Analysis with Postgres — Window functions come in handy when you want to group or compare between rows you’ve already retrieved in a query – for instance, to calculate running totals, perform rankings, or work out rolling averages. They essentially provide higher order querying. Elizabeth Christensen (Crunchy Data) |
|
📄 Intel Demonstrates Up to 48% Improvement for AVX-512 Optimized Postgres Phoronix 📄 In-Database AI Agents: Teaching Claude to Use Tools with Pgai Haziqa Sajid (Timescale) 📄 Migrating from Temporal to a Postgres-Based Task Orchestrator Robin Guldener (Nango) 📄 Optimizing Postgres with Composite and Partial Indexes Semab Tariq 📄 Postgres Materialized Views from Parquet in S3 with Zero ETL – With Crunchy Bridge for Analytics, specifically. Marco Slot (Crunchy Data) |
🛠 Code and Tools |
🐸 Rainfrog: A New Database Management TUI for Postgres — We love Carl Liu |
📱 Selectable: An In-Development Android Postgres Client — A new freemium Android app for interacting with Postgres that’s admittedly still in its ‘early stages’ but available now on the Google Play Store to experiment with. Selectable Software |
|