Sammlung von Newsfeeds

Ahsan Hadi: Logical replication evolution in chronological order & clustering solution built around logical replication

Neues vom PostgreSQL Planet - 17. Januar 2024 - 6:42
A brief history of logical replication in Postgres — and looking ahead at its likely future evolution This blog is divided into two parts. In this section, we walk through how the logical replication feature has evolved over the years, what the recent improvements for Postgres logical replication are, and how the feature will likely change in the future.

Takayuki Tsunakawa: Introducing a new community wiki page "Operations cheat sheet"

Neues vom PostgreSQL Planet - 17. Januar 2024 - 4:51

This is a short announcement of a new PostgreSQL wiki page called Operations cheat sheet . I curated many useful pages (that I find so), mostly from blogs registered in Planet PostgreSQL . Also, I summarized some topics for quick reference. I created this page so that users can learn from rich wisdom PostgreSQL community people and get ready for troubleshooting. For details, please see the Introduction section.

Ricardo Zavaleta: Benchmarking Postgres Vector Search approaches: Pgvector vs Lantern

Neues vom PostgreSQL Planet - 17. Januar 2024 - 1:00

Vector search in Postgres is a space that has seen very active development in the last few months. While Pgvector is known to most people, a few weeks ago we came across Lantern, which also builds a Postgres-based vector database. So, we thought about benchmarking both to compare the two approaches. In this post, we'll cover:

Luca Ferrari: Installing PL/Java on PostgreSQL 16 and Rocky Linux

Neues vom PostgreSQL Planet - 17. Januar 2024 - 1:00

A short recap on some issues when dealing with PL/Java and Rocky Linux.

Installing PL/Java on PostgreSQL 16 and Rocky Linux

It has been a while since I last used PL/Java, and that’s mostly due to the fact that I (luckily) use much more Perl (and hence, PL/Perl) in my everyday activity than Java.

Hans-Juergen Schoenig: Optimizing PostgreSQL functions with preloaded libraries

Neues vom PostgreSQL Planet - 16. Januar 2024 - 16:26

In PostgreSQL, functions and procedures can be written in many different programming languages including but not limited to PL/pgSQL, PL/Perl, PL/Python and a lot more. This flexibility gives the end user the choice to write code in languages of their choice. However, this flexibility has some implications which are often forgotten. Loading libraries early is one of them.

Tristen Raab: JSON in PostgreSQL: Revolutionizing Data Flexibility in Your Database

Neues vom PostgreSQL Planet - 15. Januar 2024 - 22:21
Introduction

In this blog, we’ll go over PostgreSQL’s implementation and handling of JSON objects. Having some experience with Linux, Postgres, and JSON is necessary as we’ll not only be going over these new features but also how to implement them. This blog was written using PostgreSQL 16 (Development Version) running on Ubuntu 23.04. First I’ll go over some background on JSON as a short refresher, then move on to how we use JSON in Postgres, followed by what helpful functions we can use to interact with JSON objects.

Hubert 'depesz' Lubaczewski: Waiting for PostgreSQL 17 – ALTER TABLE command to change generation expression

Neues vom PostgreSQL Planet - 15. Januar 2024 - 16:30
On 4th of January 2024, Peter Eisentraut committed patch: ALTER TABLE command to change generation expression   This adds a new ALTER TABLE subcommand ALTER COLUMN ... SET EXPRESSION that changes the generation expression of a generated column.   The syntax is not standard but was adapted from other SQL implementations.

Seiten