Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 26 Minuten 9 Sekunden

Andreas Scherbaum: PostgreSQL Berlin October 2024 Meetup

11. Oktober 2024 - 4:36

On August 9th, 2024, we had the PostgreSQL October Meetup in Berlin. Amazon hosted it, and sponsored the Meetup in their office in the Brüderstraße, in Berlin Mitte.

Bruce Momjian: More Release Note Details

10. Oktober 2024 - 22:30

Over the years, we occasionally get requests for more detail on release note items, particularly for the major release notes. Historically, our only response was to tell people to view the SGML/XML file used to generate the web and PDF versions of the release notes. In the file, above each release note item, is a comment block which contains the commit headers responsible for the item, e.g.:

semab tariq: Transform PostgreSQL into a Columnar Database Using Citus

10. Oktober 2024 - 11:23

Columnar databases are transforming the way we handle large datasets by storing data in columns rather than rows. This approach enhances performance, especially for analytical queries, by allowing faster data retrieval and efficient storage. As businesses generate more data than ever, understanding the benefits of columnar databases becomes crucial. In this blog, we'll explore how these databases work, their advantages over traditional row-based systems, and why they are becoming a popular choice for data-driven organizations.

Shaun Thomas: Comparing Columnar to Heap Performance in Postgres with pg_timeseries

10. Oktober 2024 - 11:00
The pg_timeseries extension uses Hydra Columnar storage for historical data. Check this out if you want to know how this kind of storage compares to standard Postgres Heap storage during database writes.

Ahsan Hadi: PostgreSQL 17 - A Major Step Forward in Performance, Logical Replication and More

10. Oktober 2024 - 9:01

After a successful 3rd beta in August 2024, the PostgreSQL development group released the GA version on September 26th. Recently, I blogged about some of the key logical replication features that you'll see in PostgreSQL 17 https://www.pgedge.com/blog/logical-replication-features-in-Postgres 17.

Stefanie Janine: sparql_fdw Foreign Data Wrapper Tested Against PostgreSQL 17

10. Oktober 2024 - 0:00
sparql_fdw Forreign Data Wrapper

The sparql_fdw is a foreign data wrapper to connect to query web databases with the SPARQL protocol from inside PostgreSQL written in Python.

Test Against PostgreSQL 17

As multicorn2 is already working with PostgreSQL 17, I tested the sparql_fdw, too.

Greg Sabino Mullane: Enhanced Postgres Release Notes

9. Oktober 2024 - 23:30

There is something new you may not have seen in the release notes for Postgres 17. No, not a new feature - I mean inside the actual release notes themselves! The Postgres project uses the git program to track commits to the project, and now each item in the release notes has a link to the actual commit (or multiple commits) that enabled it.

David Wheeler: PGXN v2 Update

9. Oktober 2024 - 19:14

Speaking of PGXN news, I neglected to link to this post I wrote for the Tembo Blog last month, a fairly detailed accounting of what’s been happening on the PGXN v2 project:

David Wheeler: PGXN Certifications RFC

9. Oktober 2024 - 18:26

A couple weeks ago, I drafted PGXN RFC–5 — Release Certification, which proposes to replace the simple inclusion of a SHA-1 hash digests in PGXN release META.json files with a JWS-signed release payload. From the introduction:

David Wheeler: ⛰️ Postgres Ecosystem Summit EU

9. Oktober 2024 - 17:27

Given the success of the Extension Ecosystem Summit at PGConf.dev back in May, my colleague Floor Drees has organized a sequel, the Extension Ecosystem Summit EU on Tuesday, October 22, at the Divani Caravel Hotel in Athens.

Gülçin Yıldırım Jelínek: RAG app with Postgres and pgvector

8. Oktober 2024 - 9:17
Build a RAG app using Postgres and pgvector to enhance AI applications with improved data management, privacy, and efficient local LLM integration.

Grant Fritchey: RDS Connectivity

7. Oktober 2024 - 16:04

I travel quite a lot for work. Most of it is in the US and Europe, but I get around to other places as well. Most of the time, connectivity, while not the greatest, isn’t that bad, or hard. I run a VPN on my phone and laptop. I can set up my RDS connectivity […]

The post RDS Connectivity appeared first on Grant Fritchey.

Andreas 'ads' Scherbaum: Yurii Rashkovskii

7. Oktober 2024 - 16:00
PostgreSQL Person of the Week Interview with Yurii Rashkovskii: I was born and raised in Ukraine, and moved to Canada in 2008 without knowing much about it. I wanted to go as far west as I could to explore. That move changed my life a lot, and I now live on beautiful Vancouver Island in British Columbia.

Floor Drees: Contributions of w/c 2024-09-30 (week 40)

7. Oktober 2024 - 10:15

Jimmy Angelakos: Contributions of w/c 2024-09-23 (week 39)

6. Oktober 2024 - 2:54

Douglas Hunley: Automating Highly Available PostgreSQL Clusters

4. Oktober 2024 - 16:07
In March of ‘23, I took over as the Lead Architect of my employer’s Ansible-based automation for creating highly-available PostgreSQL clusters.

Umair Shahid: Transitioning from Oracle to PostgreSQL: Tablespaces

4. Oktober 2024 - 10:07

Tablespaces play an important role in database management systems, as they determine where and how database objects like tables and indexes are stored. Both Oracle and PostgreSQL have the concept of tablespaces, but they implement them differently based on the overall architecture of each database.

The post Transitioning from Oracle to PostgreSQL: Tablespaces appeared first on Stormatics.

Amit Kapila: Failover Slots in PostgreSQL-17: Ensuring High Availability with Logical Replication

4. Oktober 2024 - 7:51

With the introduction of failover slots in PostgreSQL-17, logical replication can now be effectively utilized in high-availability environments. This feature ensures that logical replication continues seamlessly even if the publisher node fails and its physical standby is promoted as the new publisher.

To maintain continuous replication after a failover, you need to configure the following parameters and options for both logical and physical replication setups:

1. Enable Failover Property on Slots:

Gülçin Yıldırım Jelínek: Recap of OSS Vienna: What is Happening in the Open Source World

4. Oktober 2024 - 2:00
My notes from the Open Source Summit Europe in Vienna, featuring fresh updates from open source communities, insights from the Xata booth, and highlights from our Postgres Happy Hour

Andrei Lepikhov: PostgreSQL 'VALUES -> ANY' transformation

4. Oktober 2024 - 1:58
Introduction

As usual, this project was prompted by multiple user reports with typical complaints, like 'SQL server executes the query times faster' or 'Postgres doesn't pick up my index'. The underlying issue that united these reports was frequently used VALUES sequences, typically transformed in the query tree into an SEMI JOIN.

Seiten