Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 31 Minuten 28 Sekunden

Shaun M. Thomas: PG Phriday: A Dirty Postgres Rag

29. März 2024 - 15:34
Has it really come to this? AI is everywhere these days Postgres and AI go together like elephants and chocolate. At first glance, it seems like a silly combination. Postgres is an RDBMS for storing data with ACID compliance, functions, views, and maybe some extensions or foreign data wrappers. Where is room for AI in that? It may be trendy to take something, rub some AI on it, and then declare it a breakthrough technology, but that isn’t necessarily reality.

cary huang: Procedure To Multiple Client Certificate Feature

28. März 2024 - 23:09
Introduction

I shared a patch some time ago that adds a feature on libpq to allow user to supply multiple client certificate pairs. The feature is capable of choosing one client certificate to send to the server (if it requests one) based on the server’s trusted CA certificate settings during TLS handshake. Refer to this blog here that explains more on the principles of chains of trust.

David Wheeler: PGXN v2: Go or Rust?

28. März 2024 - 21:14

TL;DR: I’d like Postgres community input on a decision: Should we build PGXN v2 services and tools in Go or Rust? Context for the question and some weighing of options constitutes the rest of this post, but to skip to the end, 🗳️ Vote your choice! Poll closes April 12 at the end of the day (midnight) New York time.

semab tariq: Build HNSW 80% Faster with Parallel Index Build in pgvector

28. März 2024 - 19:13

Discover the latest in pgvector 0.6: Parallel Index Building for HNSW. Learn how this major update speeds up index creation in Postgres.

The post Build HNSW 80% Faster with Parallel Index Build in pgvector appeared first on Stormatics.

Elizabeth Garrett Christensen: Contributing to Postgres 101: A Beginner's Experience

28. März 2024 - 14:00

I recently got my very first patch into PostgreSQL! To be clear I'm not a C developer and didn't contribute some fancy new feature. However, I do love Postgres and wanted to contribute. Here's my journey and what I learned along the way.

vignesh C: A day in the life of a Postgres engineer at Fujitsu - Vigneshwaran C

28. März 2024 - 1:03

Postgres engineers at Fujitsu have been contributing to the community to enhance OSS PostgreSQL features for enterprise adoption, in the areas such as replication and performance. In this blog, I would like to give you a brief look on how I take on my day-to-day activities and what I am passionate about.

 

Kai Wagner: Enhancing PostgreSQL Insights with Percona Monitoring and Management: A Closer Look at Recent Updates

27. März 2024 - 17:02
Database monitoring tools play a crucial role in ensuring the smooth operation and performance optimization of database systems, and Percona Monitoring and Management (PMM) has been a go-to choice for many organizations seeking robust monitoring solutions for their open source databases. Recently, two significant enhancements have been made to PMM and the postgres_exporter to make […]

Gabriele Bartolini: CloudNativePG Recipe 5 - How to migrate your PostgreSQL database in Kubernetes with ~0 downtime from anywhere

27. März 2024 - 13:23

Are you considering migrating your PostgreSQL database from a service provider into Kubernetes, but you cannot afford downtime? Recipe #5 details step-by-step instructions, leveraging CloudNativePG and logical replication, to seamlessly transition from PostgreSQL 10+ to 16 using an imperative method. Learn how to set up initial configurations, execute migrations, and handle various use cases, such as transitioning from DBaaS to Kubernetes-managed databases and performing version upgrades.

Adam Hendel: Building a Managed Postgres Service in Rust: Part 1

27. März 2024 - 13:00

Tembo was founded in December 2022 with a mission to make the best Postgres service to deploy extensions. That mission has evolved since then to provide optimized Postgres instances for your workload, but let’s go back to the start. At the very minimum, we wanted our users to be able to come to Tembo Cloud, create a new Postgres instance, install Postgres extensions into that instance, and connect to that Postgres instance over the public internet.

Kaarel Moppel: Best pg_basebackup compression settings for v15 and above

26. März 2024 - 23:00
In my last post I did a quick check on the performance of the newer (lz4, zstd) pg_dump compression options, which included setting up a small framework to download some openly available “real life”-ish sample datasets. And the general result was that, indeed - the new algos in lower levels...

Christoph Berg: Recovering Deleted Data From PostgreSQL Tables

26. März 2024 - 10:02

PostgreSQL is very good at keeping your data safe so it doesn’t disappear by itself. Unfortunately, the same holds in reverse–if data has been deleted, it stays unrecoverable.
In this article, we’ll explore options for recovering deleted data from PostgreSQL tables.

Option 1: cautious people use transactions

If you never make any mistakes when working with data, there won’t be any need for emergency procedures. But since we are all human, things like this happen:

David Wheeler: Mini Summit Two

25. März 2024 - 22:49

We had such thoughtful and engaged discussion at this week’s Postgres Extension Ecosystem Mini-Summit! I did learn that one has to reserve a spot for each mini-summit individually, however. Eventbrite sends reminders for each one you sign up for, not all of them.

Christophe Pettus: Checking Your Privileges

25. März 2024 - 18:00

The PostgreSQL roles and privileges system can be full of surprises.

Let’s say we have a database test, owned by user owner. In it, we create a very secret function f that we do not want just anyone to be able to execute:

Ryan Booz: PostgreSQL CFP PASS Data Community Summit

25. März 2024 - 16:35
The CFP for the 2024 PASS Data Community Summit is currently open, and we need you! Hosted in Seattle from November 4-8, we want to encourage even more participation from the PostgreSQL community this year. By many accounts, including the State of the Database Landscape report, PostgreSQL continues to be a required skill in new ... Read more

Andreas 'ads' Scherbaum: Grant Fritchey

25. März 2024 - 15:00
PostgreSQL Person of the Week Interview with Grant Fritchey: I’ve been working in IT for over 30 years. From support to development to database administration, I’ve covered a lot of ground. I was born in the US in Missouri and grew up there and in Oklahoma. I lived all over the country while I was in the Navy and finally settled in Massachusetts where I raised two kids before moving back to Oklahoma to get away from the snow.

cary huang: Understand PostgreSQL’s Planner – Simple Scan Paths vs Plans

22. März 2024 - 23:51
Introduction

When you send a query to PostgreSQL, it normally would go through stages of query processing and return you the results at the end. These stages are known as:

Claire Giordano: Calling Postgres speakers, POSETTE CFP is open until Apr 7th 2024

22. März 2024 - 20:46

The tl;dr of this post is that the CFP is open until April 7th 2024 for POSETTE: An Event for Postgres, the free & virtual developer event brought to you with 🧡 by our Postgres team at Microsoft. Formerly called Citus Con.

Shaun M. Thomas: PG Phriday: Why Postgres is the Best Database Engine

22. März 2024 - 16:57
Last Phriday we explored just where Postgres could end up in the future. One possible question which may have occurred to a reader was probably something along the lines of “That doesn’t even really sound like Postgres anymore. Why not just write another database?” Let’s just be outright about it: Postgres is the best RDBMS engine currently available. It’s certainly bold to claim that any database engine is “the best”, and as the saying goes, “Extraordinary claims require extraordinary evidence.

Gabriele Bartolini: CloudNativePG Recipe 4 - Connecting to Your PostgreSQL Cluster with pgAdmin4

22. März 2024 - 15:30

The article explores the deployment of pgAdmin4, a popular graphical user interface for PostgreSQL, within a CloudNativePG environment, primarily for evaluation and educational purposes. The process involves deploying pgAdmin4 to connect to a PostgreSQL cluster, navigating its interface, and utilizing SQL functionality. The article provides detailed deployment instructions and highlights the use of the --mode desktop option for seamless integration.

Seiten