~postgresweekly | Bookmarks (130)
-
Some of My Favorite Things – Postgres Queries
Some of My Favorite Things – Postgres Queries — There’s not really any big Postgres news...
-
Hacking on PostgreSQL is Really Hard
5. Hacking on PostgreSQL is Really Hard — Robert has consistently been in the top ten committers...
-
https://pgpedia.info/
4. pgPedia: A Postgres Encyclopedia of Sorts — An interesting, cleanly formatted wiki-esque reference guide to Postgres’...
-
Can Postgres replace Redis as a cache?
3. Can Postgres Replace Redis as a Cache? — Redis is a popular, high performance in-memory data...
-
SQL query optimization: a comprehensive developer's guide
1. SQL Query Optimization: A Comprehensive Developer's Guide — A bumper packed post digging into the optimization...
-
pg_incremental: Incremental Data Processing in Postgres | Crunchy Data Blog
pg_incremental: Incremental Data Processing in Postgres — Marco introduces a new Postgres extension offering automated, incremental...
-
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...
-
7+ million Postgres tables | Kailash Nadh | IndiaFOSS 2024 | FOSS United
▶ 7+ Million Postgres Tables — Firmly in the space of “you might not wanna do this,...
-
Explaining ABI Breakage in PostgreSQL 17.1
🤯 Explaining the ABI Breakage in Postgres 17.1 — A few weeks ago, Postgres 17.1 was released...
-
Smarter Postgres LLM with Retrieval Augmented Generation | Crunchy Data Blog
Smarter Postgres LLM with Retrieval Augmented Generation — A quick, easy to digest introduction to the...
-
pgBadger :: PostgreSQL log analyzer
pgBadger 13.0: A Postgres Log Analysis Tool — A performance-focused log analyzer that produces detailed usage...
-
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...
-
Full-stack Logging & Observability
Full-Stack Observability from Honeybadger — Honeybadger's new logging platform is a bit like Splunk, DataDog, or...
-
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...
-
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...
-
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...
-
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...
-
PGConf.EU 2024 Lightning Talks
▶ The PGConf.EU 2024 Lightning Talks — A handy roundup of twelve brief talks given at the...
-
Why PostgreSQL major version upgrades are hard
Why Postgres Major Version Upgrades Are Hard — Update the binaries and restart? No, no, no....
-
Benchmarking PostgreSQL Batch Ingest
Benchmarking Batch Ingest with INSERT vs COPY — Two of the simplest approaches to loading data...