Microsoft Open-Sources PostgreSQL Extension for In-Database Durable Execution
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Microsoft's pg_durable open-source extension is novel, immediately usable, and directly relevant to database workflows.
Microsoft open-sourced pg_durable, a PostgreSQL extension with a background worker built on Rust libraries (duroxide, duroxide-pg) for durable in-database workflow execution. It replaces external orchestrators with SQL-based definitions using operators like ~> (sequential), |=> (bind), and & (parallel), handling retries, checkpointing, and crash recovery natively. Use cases include vector embedding pipelines, scheduled maintenance, and external API workflows, offering a minimal yet powerful alternative to Temporal-style durable execution.