Public list by ~postgresweekly

Issue 658 - Now Turso is building Postgres in Rust too

https://planetscale.com/blog/making-768-servers-look-like-1

https://planetscale.com/blog/making-768-servers-look-like-1

Making 768 Servers Look Like 1 — A fun, educational animated explainer of how a petabyte of Postgres spread over 256 shards (each with a primary and two replicas) can present as one database, covering where replicas hit a wall, query-parsing routers, and load balancing.

29 days ago

Don't add a read replica until you've read this | Blog | incident.io

https://incident.io/blog/dont-add-a-read-replica-until-youve-read-this

Don't Add a Read Replica Until You've Read This — A common issue with read replicas is stale reads, which can surface in unexpected places. incident.io explains the approach they used while moving most of their reads off their primary, including LSN stamping and query routing strategies.

#incident #incident management #incident response #post mortem #outage #slack incident

29 days ago

Postgres 19 Compression: from pglz to LZ4 | Crunchy Data Blog

https://www.crunchydata.com/blog/postgres-19-compression-from-pglz-to-lz4

Postgres 19 Compression: From pglz to LZ4 — In v19, TOAST compression switches by default from pglz to LZ4 (an option since Postgres 14). Christopher covers the history, but also the fun stuff: the decision tree for what gets compressed or TOASTed, and how indexes compress oversized keys.

29 days ago

We're building Postgres in Rust. Using the LLVM of databases

https://turso.tech/blog/a-new-modern-version-of-postgres-in-rust

Turso: 'We're Building Postgres in Rust' — We've recently featured pgrust but now Turso, known for rewriting SQLite in Rust, is having a go too with an LLVM-inspired approach: a single database core that presents via multiple frontends, of which Postgres is the second.

29 days ago

Talking Postgres with Claire Giordano | Working on Postgres after 13 years on SQL Server with Panagiotis Antonopoulos

https://talkingpostgres.com/episodes/working-on-postgres-after-13-years-on-sql-server-with-panagiotis-antonopoulos

▶  Working on Postgres After 13 Years on SQL Server — Microsoft's Panagiotis Antonopoulos discusses his transition from 13 years on SQL Server to Postgres, why Postgres has become the default choice for many workloads, and Azure HorizonDB's shared-storage architecture.

#postgresql #postgres #databases #community #open source #citus

29 days ago

pgBackRest - News

https://pgbackrest.org/news.html#release-2-59-0

pgBackRest 2.59.0 Released with Postgres 19 Support — The first release of the popular backup and restore tool since the project briefly died and came back to life. Getting ready for Postgres 19 is the focus, but some handy S3 and Azure enhancements have been added too.

29 days ago

Try Tiger Cloud Free: $1,000 Credit | Tiger Data

https://www.tigerdata.com/go/trial

REFRESH MATERIALIZED VIEW Shouldn't Block Prod — You wrote the materialized view to pre-compute rollups. Now it locks the table on refresh. Get $1000 in credit to try what replaces it. TimescaleDB continuous aggregates update incrementally on live data. No REFRESH, no lock, no cron.

3 months ago