Sammlung von Newsfeeds

Ryan Booz: Transforming and Analyzing Data in PostgreSQL

Neues vom PostgreSQL Planet - 12. März 2024 - 11:07

In our data hungry world, knowing how to effectively load and transform data from various sources is a highly valued skill. Over the last couple of years, I’ve learned how useful many of the data manipulation functions in PostgreSQL can supercharge your data transformation and analysis process, using just PostgreSQL and SQL.

Henrietta Dombrovskaya: This Friday, I am presenting at SCaLE!

Neues vom PostgreSQL Planet - 12. März 2024 - 4:11

It finally happened! My security talk was accepted, and I will present it on March 15! I can’t believe it is happening, and I hope this is the first but not the last time! If you are going to be at the conference, please stop by!

Gabriele Bartolini: CloudNativePG Recipe 3 - What!?! No superuser access?

Neues vom PostgreSQL Planet - 11. März 2024 - 21:46

Explore the secure defaults of a PostgreSQL cluster in this CloudNativePG recipe, aligning with the principle of least authority (PoLA). Our commitment to security and operational simplicity shines through default configurations, balancing robust protection with user-friendly settings. Advanced users can customize as needed. The article navigates default intricacies, PostgreSQL Host-Based Authentication, and the scenarios for enabling superuser access. We also touch on the careful use of the ALTER SYSTEM command, emphasizing our dedication to secure and simple operations.

Stefan Fercot: The importance of PostgreSQL timelines

Neues vom PostgreSQL Planet - 11. März 2024 - 16:28

Flashpoint: have you ever watched a Sci-Fi movie where the main character goes back in time, change something there (i.e. save his mother’s life) and then comes back to present days but arrives in an alternate reality? Applied to PostgreSQL backups, the alternate reality called timeline is a key notion for Point-in-Time Recovery.

Andreas 'ads' Scherbaum: Artur Zakirov

Neues vom PostgreSQL Planet - 11. März 2024 - 15:00
PostgreSQL Person of the Week Interview with Artur Zakirov: I currently reside in Berlin, Germany, and work at Adjust. I grew up in a village in Bashkortostan, Russia. It is located in a green area far from the hustle of big cities. During my early years I didn’t think about living in big cities. Today it’s hard to imagine myself away from a vibrant city. I moved to Berlin around three years ago. And I lived in Tokyo, Japan, around one year before moving to Berlin.

Andreas Scherbaum: PostgreSQL March Meetup in Berlin

Neues vom PostgreSQL Planet - 11. März 2024 - 8:22

On March 5th, 2024, we had the PostgreSQL March Meetup in Berlin. Zalando hosted the Meetup in their Berlin Headquarter near the Mercedes-Benz Arena, close to the River Spree, and the Oberbaum Bridge.

Protected: PostgreSQL Day-to-Day

PostgresqlHelp - 10. März 2024 - 14:23

This content is password protected. To view it please enter your password below:

Password:

Adrian Klaver: Using Polars & DuckDB with Postgres

Neues vom PostgreSQL Planet - 9. März 2024 - 0:37
This post will look at two relatively new programs for transforming data sets and their applicability to moving data into a Postgres database. Both programs have Python API’s that will be used for this exercise. Polars is written in Rust … Continue reading →

Shaun M. Thomas: PG Phriday: Getting It Sorted

Neues vom PostgreSQL Planet - 8. März 2024 - 21:36

When it comes to reordering the items in a list, databases have long had a kind of Faustian Bargain to accomplish the task. Nobody really liked any of the more common solutions, least of all the poor database tasked with serving up the inevitable resulting hack.

Postgres is no different in this regard. Consider a list_item table like this, demonstrating five items in a to-do list:

Akhil Reddy Banappagari: IN, OUT and INOUT parameters in Oracle vs PostgreSQL

Neues vom PostgreSQL Planet - 8. März 2024 - 20:08

When migrating Oracle routines to PostgreSQL, handling OUT and INOUT parameters can be tricky. Understanding the distinctions between Oracle and PostgreSQL in how they manage these parameters is essential for a successful migration. This knowledge helps you smoothly adjust your routines, ensuring your code works well without any issues. In this article, we shall explore […]

oded valin: Speed up PostgreSQL pgvector queries with indexes

Neues vom PostgreSQL Planet - 8. März 2024 - 15:43

er sideUsing AI, it’s possible to find similar text information, photos or products in a database. As the number of searches increases, performance can be a problem, though.In this article, I’ll show you how indexes can help.

Steven Miller: Announcing Tembo CLI: Infrastructure as code for the Postgres ecosystem

Neues vom PostgreSQL Planet - 8. März 2024 - 5:45

Postgres isn’t just a database; it’s a whole ecosystem of extensions and tools for all kinds of tasks. At Tembo Cloud, we’ve made it easy to deploy the Postgres ecosystem of extensions and apps combined to create solutions, which we call “Stacks”.

Gabriele Bartolini: CloudNativePG Recipe 2 - Inspecting Default Resources in a CloudNativePG Cluster

Neues vom PostgreSQL Planet - 8. März 2024 - 1:00

Dive into the nitty-gritty of how CloudNativePG works its magic with PostgreSQL cluster stuff, zooming in on configmaps and secrets. Peek behind the curtain of the default Private Key Infrastructure – the secret sauce for stress-free mutual TLS authentication. Get to know the default user and database setups, all decked out for maximum security. This article is your go-to roadmap, cruising through CloudNativePG’s resource wizardry and dishing out real-world tips for a breeze in deploying and handling PostgreSQL clusters.

semab tariq: Recovery Hack: Restoring Tablespace Using Barman on Windows

Neues vom PostgreSQL Planet - 7. März 2024 - 10:40

We uncover manual hacks to successfully recover tablespaces with Barman, navigating through encountered errors.

The post Recovery Hack: Restoring Tablespace Using Barman on Windows appeared first on Stormatics.

Jagadeesh Panuganti: Data Navigation with PostgreSQL Cursors – Part III

Neues vom PostgreSQL Planet - 7. März 2024 - 8:59

Welcome back to our series on PostgreSQL Cursors. As we continue exploring PostgreSQL Cursors, including Scrollable and Non-Scrollable Cursors, we’re now focusing on With-Hold Cursors in this article. With-Hold Cursors in PostgreSQL provide a crucial mechanism for managing data, enabling users to maintain query result sets even beyond transaction commitments. Data Navigation with PostgreSQL Cursors. […]

Andrew Atkinson: Rails + Postgres Postgres.FM 086 — Extended blog post edition! 🎙️

Neues vom PostgreSQL Planet - 7. März 2024 - 1:00

I recently joined Michael and Nikolay as a guest on a favorite podcast of mine, postgres.fm, which has been a favorite going back to when it started in August 2022. Why’s that?

Why I like the postgres.fm podcast

As a weekly-release podcast covering PostgreSQL for nearly 100 episodes, Michael and Nikolay have covered a lot of ground! All of the episodes have great content, covering a nice level of depth, in a short amount of time. Each host brings their unique perspective.

David Z: Setting up a debugging environment in PostgreSQL to better understand OpenSSL APIs

Neues vom PostgreSQL Planet - 6. März 2024 - 23:29
1. Overview

In my previous blog, I discussed how to enhance PostgreSQL TLS security with OCSP Stapling. In this blog, I will share a simple procedure for setting up a gdb debugging environment to dive into TLS connections and gain a better understanding of the OpenSSL APIs used in PostgreSQL.

Ryan Booz: PGSQL Phriday #016

Neues vom PostgreSQL Planet - 6. März 2024 - 17:03

Invitation from Ryan Booz

Many of the PostgreSQL newbies that I’ve engaged with lately are coming from other databases often because of company priorities to start adopting Postgres and migrating projects. Inevitably, one of the first things they want to learn once data starts flowing is how to tune queries. They typically have a lot of experience doing this type of work previously, just not with Postgres.

Goutham Reddy Banala: Exploring JSONB in PostgreSQL

Neues vom PostgreSQL Planet - 6. März 2024 - 14:25

PostgreSQL is a powerful Open-Source database management system and a migration target for Unstructured databases like MongoDB. as well as Relational databases like Oracle and SQL Server. One of the feature supporting the transition from MongoDB to PostgreSQL is its support for JSONB (Binary JSON). JSONB is a data type that allows efficient storage, indexing, […]

The post Exploring JSONB in PostgreSQL appeared first on HexaCluster.

Seiten