Sammlung von Newsfeeds
Florian Nadler: From Microsoft SQL server to PostGIS
PostGIS is getting more and more popular and for good reasons. It benefits from a great community and offers a huge set of cool and stable features. Nowadays, a lot of customers want to migrate their spatial datasets from various data sources to PostGIS, where they can easily work with them.
Today I want to take a closer look at how this migration could look like for those transitioning from Microsoft SQL server to PostGIS.
My article is structured as follows:
Andrew Farries: Schema changes and the Postgres lock queue
David Wheeler: POSETTE 2024
Last week, I attended and presented at POSETTE, An Event for Postgres. A selection of the presentations I found worthy of attention.
Andreas 'ads' Scherbaum: William Ivanski
Suman Michael: Extending PostgreSQL with Rust and OpenAI Integration
PostgreSQL is a powerful and versatile database management system. One of its strengths lies in its extensibility. In this blog, we will explore how to extend PostgreSQL using Rust, specifically focusing on creating a custom extension called pg_summarize that integrates with the OpenAI API. This extension will include a basic "Hello, pg_summarize!" function and another […]
Robins Tharakan: Compiling latest gcc to test more architectures
Christoph Schiessl: Force Index Usage by Manipulating the Query Planner
Radim Marek: The time keepers: pg_cron and pg_timetable
Working with PostgreSQL, and virtually any database system, extends far beyond merely inserting and retrieving data. Many application and business processes, maintenance tasks, reporting, and orchestration tasks require the integration of a job scheduler. While third-party tools can drive automation, you can also automate the execution of predefined tasks directly within the database environment. Although system-level cron might be a starting point, the power of the database system lies in its ability to store all the necessary information alongside your data/schema.
Álvaro Hernández: Postgres Ibiza 2024: Call for Papers and Sponsors
Postgres Ibiza 2024 will be back in September. A three-day event split into:
Andreas Scherbaum: PostgreSQL Development Conference 2024 - Review
This year’s PGCon was different. For starters, the conference is renamed to PGConf.dev, and it no longer takes place in Ottawa, but in Vancouver, BC. It’s also a new team which organized the conference, and they did a superb job!
Henrietta Dombrovskaya: My Talk at POSETTE online conference!
I am going to be honest with my audience: this time, I actually thought that the presentation was horrible, and I didn’t even want to watch my own talk. So when I had to watch it during the Livestream, I was pleasantly surprised to see that it was not so bad, and I am happy to share it!
Jimmy Angelakos: POSETTE 2024 — How to Work with Other People
POSETTE 2024 is an online event for PostgreSQL (formerly known as Citus Con, kindly sponsored by Microsoft) which took place on June 11-13, 2024. It was wonderfully organised, and even though I prefer in-person events vs pre-recorded talks, it was very well executed and the audience participation via Discord live chat was great and very heartening.
Christoph Schiessl: Portability via Static Linking of `libpq`
Álvaro Hernández: Postgres at the Kubernetes Podcast
The Kubernetes Podcast (from Google) is, probably, the most famous and reputed podcast on Kubernetes. It’s been airing for more than six years already, with 228 episodes as of today. I’ve been (and still am) an avid listener myself since 2020.
semab tariq: Exploring the Power of Partitioning in PostgreSQL
Learn about PostgreSQL partitioning, its types, and benefits for optimized database performance.
The post Exploring the Power of Partitioning in PostgreSQL appeared first on Stormatics.
Hubert 'depesz' Lubaczewski: How much speed you’re leaving at the table if you use default locale?
Deepak Mahto: Exploring PostgreSQL 17: A Developer’s Guide to New Features – Part 2 – Null’s Constraint and Performance.
PostgreSQL 17 Beta was released on May 23, 2024, introducing a host of exciting new features anticipated to be part of the official PostgreSQL 17 release. In this blog series, we’ll delve into these features and explore how they can benefit database developers and migration engineers transitioning to the latest PostgreSQL version.
Cornelia Biacsics: Community feelings at P2D2 2024
Last week, I had the privilege to accompany my colleagues, Jan Karremans, Pavlo Golub and Antonin Houska to the 16th Prague Developer Conference. It was my first time at P2D2 which made me indeed curious.
Gilles Darold: PGTT Extension for Global Temporary Tables in PostgreSQL
Customers migrating from Oracle to PostgreSQL and SQL Server to PostgreSQL are often curious of Oracle compatibility and SQL Server compatibility in PostgreSQL. Best way to solve most of the Oracle or SQL Server compatibility is through some of the popular extensions in PostgreSQL. I have had a chance to contribute to multiple such tools […]
Gabriele Bartolini: CloudNativePG Recipe 8: Participating in PostgreSQL 17 Testing Program in Kubernetes
Join the PostgreSQL 17 testing program using Kubernetes and CloudNativePG! With the recent release of PostgreSQL 17 Beta 1, our community has made operand container images available for testing. This article guides you through deploying a PostgreSQL 17 cluster, selecting specific Debian versions, and verifying installations. Perfect for developers in early stages, your participation will help identify and fix bugs before the final release. Get involved and ensure PostgreSQL 17 is robust and ready for production, even in Kubernetes!