~postgresweekly | Bookmarks (119)
-
Running Durable Workflows in Postgres using DBOS
Running Durable Workflows in Postgres using DBOS — A look at DBOS, a ‘durable workflow’ engine...
-
Electric BETA release | ElectricSQL
Electric: A Postgres Sync Engine, Now in Beta — It’s always nice to see a new...
-
GitHub - serpent7776/pg_worker_pool: Postgres extension creating a pool of background workers
pg_worker_pool: Extension to Create a Pool of Background Workers — A simple extension that leans on...
-
pgBadger :: PostgreSQL log analyzer
pgBadger 13.0: A Postgres Log Analysis Tool — A performance-focused log analyzer that produces detailed usage...
-
What I Wish Someone Told Me About Postgres
What I Wish Someone Told Me About Postgres — A diverse grab-bag of practical tips covering...
-
Introducing pg_karnak: Transactional schema migration across tenant databases
Transactional Schema Migration Across Tenant Databases with pg_karnak — If you run a setup where each tenant/user...
-
Postgres OnLine Journal
The substring Function, Regex Style — While you can use Postgres’ substring function to extract parts...
-
Optimizing PostgreSQL Performance&Compression: pglz vs. LZ4
Optimizing Postgres Performance and Compression: pglz vs. LZ4 — Did you know you can change the...
-
Supabase Cron
Supabase Cron: Job Scheduling in Postgres — A module that uses the pg_cron extension to manage...
-
Distributed SQL Databases - Amazon Aurora DSQL Features - AWS
Amazon Aurora DSQL: A New Postgres-Compatible Database — In ‘preview’ for now, DSQL’s promise is ‘virtually unlimited...
-
Full-stack Logging & Observability
Full-Stack Observability from Honeybadger — Honeybadger's new logging platform is a bit like Splunk, DataDog, or...
-
GitHub - pganalyze/pg_query: Ruby extension to parse, deparse and normalize SQL queries using the PostgreSQL query parser
💎 pg_query 6.0: Ruby Library to Parse, Deparse and Normalize SQL Queries with Postgres' Own Parser —...
-
GitHub - timescale/pgspot: Spot vulnerabilities in postgres SQL scripts
pgspot: Spot Vulnerabilities in Postgres Extension Scripts — A security analysis tool for SQL scripts that...
-
Could GROUP-BY clause reordering improve performance?
Could GROUP BY Clause Reordering Improve Performance? — Could reordering the columns in a GROUP BY...
-
Benchmarking PostgreSQL Batch Ingest
Benchmarking Batch Ingest with INSERT vs COPY — Two of the simplest approaches to loading data...
-
Why PostgreSQL major version upgrades are hard
Why Postgres Major Version Upgrades Are Hard — Update the binaries and restart? No, no, no....
-
PGConf.EU 2024 Lightning Talks
▶ The PGConf.EU 2024 Lightning Talks — A handy roundup of twelve brief talks given at the...
-
DELETEs are difficult | boringSQL
DELETEs Are Difficult — Conceptually, deleting data from a table is easy to understand. In practice,...
-
v3.1: PG 17 as default, Better Supabase & MinIO, ARM & U24 support
Pigsty v3.1: A 'Batteries Included' Postgres Distribution — Pigsty is a packaging up of Postgres along...
-
PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 Released!
Postgres 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 Released — A roundup of releases for every...
-
GitHub - frectonz/pglite-fusion: Embed an SQLite database in your PostgreSQL table. AKA multitenancy has been solved.
pglite-fusion: Embed SQLite Databases in Postgres Tables — An extension that gives you the ability to...
-
Loading the World! OpenStreetMap Import In Under 4 Hours | Crunchy Data Blog
Loading the World: An OpenStreetMap Import in Under 4 Hours — Did you know that OpenStreetMap’s...
-
Boosting Postgres INSERT Performance by 50% With UNNEST
Boosting INSERT Performance by 50% with UNNEST — You probably know that using COPY is usually...
-
A change to ResultRelInfo - A Near Miss with Postgres 17.1 | Crunchy Data Blog
A Change to ResultRelInfo: A Near Miss with Postgres 17.1 — A seemingly minor change in...