Sammlung von Newsfeeds

Shaun M. Thomas: PG Phriday: Kubernetes Killed the High Availability Star

Neues vom PostgreSQL Planet - 20. Dezember 2024 - 19:26

Postgres Conference Seattle 2024 partnered up with PASS this year to present a united database front. They accepted my “Kubernetes Killed the High Availability Star” talk, which I graciously gave on the last day of the conference.

Robert Haas: 2025.pgconf.dev needs your submissions!

Neues vom PostgreSQL Planet - 20. Dezember 2024 - 15:10

The call for proposals for 2025.pgconf.dev has been extended to January 6, 2025, otherwise known as "very soon". I'm writing this post to encourage you to submit, if you haven't done so yet, regardless of whether you have submitted to 2024.pgconf.dev or its predecessor, PGCon, in the past.

Abhishek Chanda: pg_power: initialization and basic setup

Neues vom PostgreSQL Planet - 20. Dezember 2024 - 3:46

I have been playing around with the powercap framework. I wrote a postgres extension that shows the energy usage of a query. Postgres has a hook mechanism that allows an extension to override the default executor. This implementation is very simple: the extension records the current energy reading when a query starts and then calls the actual executor that runs the query. When the query finishes, a second hook records the current energy reading.

Shane Borden: Why Isn’t My Query Benefiting from Partition Pruning?

Neues vom PostgreSQL Planet - 18. Dezember 2024 - 21:40

Recently I had a customer come to me with a poorly performing query that had a perfectly fine execution time on Oracle, but once migrated to Postgres the query was slow. Upon investigation, it was found that even though the “WHERE” and “JOIN” clauses had explicitly specified partition keys and were joined on the partition key, “pruning” was only happening on one part of the query.

The setup for the test is at the bottom of the blog post: Jump to Test Case Setup

Pavlo Golub: Contributions for the week of 2024-12-02 (week 49)

Neues vom PostgreSQL Planet - 18. Dezember 2024 - 13:09

Federico Campoli and Vik Fearing organised PGDay/MED 2025 in Naples, Italy. Speakers presented Gabriele Quaresima, Ryan Booz, Gianluca Padovani, Patrick Lauer, Stefanie Janine Stölting, Fabiana Farias, Pavlo Golub, Devrim Gündüz.

Luca Ferrari: OpenDay 2025 in Bolzano (Italy)

Neues vom PostgreSQL Planet - 18. Dezember 2024 - 1:00

Prepare for the next great event by PgTraining!

OpenDay 2025 in Bolzano (Italy)

PgTraining is organizing the next year event, namely OpenDay 2025 that will be held on April 11th in Bolzano, Italy.

The event will be totally free but registration is required because the room assigned has a fixed number of seats.

Please note that all the speaks will be in italian.

The event will be held at the NOI Techpark.

Gülçin Yıldırım Jelínek: Postgres Cafe: Exploring pgroll for zero-downtime schema changes

Neues vom PostgreSQL Planet - 18. Dezember 2024 - 1:00
Discover how pgroll helps teams manage schema changes with ease in our new Postgres Cafe blog and video series.

Shane Borden: Some of My Favorite Things – Postgres Queries

Neues vom PostgreSQL Planet - 17. Dezember 2024 - 19:55

In the spirit of the holiday season, I thought I would write a quick post regarding some of my favorite queries that I use on a day to day basis working on Postgres. Some of these queries I have developed and others were found on the internet (hat tip to those who have previously posted) and further refined.

Many more are found on my github site:

https://github.com/shane-borden/sqlScripts/tree/master/postgres

Marco Slot: pg_incremental: Incremental Data Processing in Postgres

Neues vom PostgreSQL Planet - 17. Dezember 2024 - 14:30

Today I’m excited to introduce pg_incremental, a new open source PostgreSQL extension for automated, incremental, reliable batch processing. This extension helps you create processing pipelines for append-only streams of data, such as IoT / time series / event data workloads.

Notable pg_incremental use cases include:

Florent Jardin: Window functions to the rescue

Neues vom PostgreSQL Planet - 17. Dezember 2024 - 13:00

PostgreSQL comes with a variety of functions that allow you to group rows into a “window” and perform calculations on that window. By using these functions, you can create more advanced and efficient queries for analyzing your database.

Michael Banck: Quick Benchmark: Improvements to Large Object Dumping in Postgres 17

Neues vom PostgreSQL Planet - 17. Dezember 2024 - 10:00

Version 17 of PostgreSQL has been released for a while. One of the many features is a change by Tom Lane called “Rearrange pg_dump’s handling of large objects for better efficiency”. In the past, we have seen our customers have several problems with a large number of large objects being a performance issue for dump/restore.

Pavlo Golub: PGDay/MED 2024 Napoli Edition

Neues vom PostgreSQL Planet - 17. Dezember 2024 - 9:51
Introduction

The first-ever official PostgreSQL conference was held in Italy. Years later, PGDay/MED 2024 brought us back to this inspiring country. I was excited to visit Naples, often called the cradle of pizza and home to some of the finest cuisines in the world. As a self-proclaimed gastronomic geek, this was a bucket-list experience both professionally and personally!

Karen Jex: PGConf.EU 2025 - Join us in Riga, Latvia on 21-24 October

Neues vom PostgreSQL Planet - 16. Dezember 2024 - 13:51

We're happy to announce that PostgreSQL Conference Europe 2025 will be held in Riga, Latvia on October 21-24 2025. The conference format and schedule will be announced later in 2025.

In the meantime, mark your calendars, and we look forward to seeing you in Riga in October!

Andrei Lepikhov: Fractional Path Issue in Partitioned Postgres databases

Neues vom PostgreSQL Planet - 15. Dezember 2024 - 23:01

While the user notices the positive aspects of technology, a developer, usually encountering limitations, shortcomings or bugs, watches the product from a completely different perspective.

REGINA OBE: The bus factor problem

Neues vom PostgreSQL Planet - 15. Dezember 2024 - 4:11

One of the biggest problems open source projects face today is the bus factor problem.

I've been thinking a lot about this lately as how it applies to my PostGIS, pgRouting, and OSGeo System Administration (SAC) teams.

Continue reading "The bus factor problem"

Dave Cramer: Does anyone use client connectors for PostgreSQL ?

Neues vom PostgreSQL Planet - 14. Dezember 2024 - 13:10

 Recently, I attended a conference talk about the vibrant ecosystem of PostgreSQL. It was a fascinating presentation, showcasing the incredible breadth of innovation in the PostgreSQL community. Extensions that push the boundaries of functionality, AI integrations within PostgreSQL, advanced connection pools, and robust cluster management tools were all highlighted.

But something vital was conspicuously absent. Can you guess? That’s right—not a single mention of client connectors.

Shaun M. Thomas: PG Phriday: Whats Our Vector Victor

Neues vom PostgreSQL Planet - 13. Dezember 2024 - 16:12
Postgres Conference Seattle 2024 partnered up with PASS this year to present a united database front. They accepted my “What’s our Vector, Victor?” talk, which I graciously gave on the first day of the conference. If you weren’t there and missed out on the fun, this is your chance to catch up and maybe get a bit more information that was cut for length. Let me tell you why RAG is the future, and how Postgres and pg_vectorize make it a reality.

Jimmy Angelakos: Contributions for the week of 2024-11-25 (Week 48 overview)

Neues vom PostgreSQL Planet - 13. Dezember 2024 - 16:04

Umair Shahid: VACUUM FULL in PostgreSQL – What you need to be mindful of

Neues vom PostgreSQL Planet - 13. Dezember 2024 - 7:32

If you have worked with PostgreSQL for a while, you have probably come across the command VACUUM FULL. At first glance, it might seem like a silver bullet for reclaiming disk space and optimizing tables. After all, who would not want to tidy things up and make their database more efficient, right?

But here is the thing: while VACUUM FULL can be useful in some situations, it is not the hero it might seem. In fact, it can cause more problems than it solves if you are not careful.

Andreas Scherbaum: PGConf.EU 2024 Review

Neues vom PostgreSQL Planet - 13. Dezember 2024 - 0:00
PGConf.EU 2024 in Athens is over, time for a review - which is long overdue. With 782 confirmed registrations, it was the largest PostgreSQL conference organized by PostgreSQL Europe - so far. And maybe the largest in-person PostgreSQL community conference world-wide. If you see me writing about “us”, that’s because I’m one of the organizers of this conference. The format was mostly the same as in previous years: Tuesday was training day, provided by sponsors.

Seiten