Tag
#postgresql
2posts

Tech7 min read
Microsoft open sources pg_durable: Durable workflows inside PostgreSQL
Microsoft open sourced pg_durable, an extension that runs durable execution inside Postgres. HN argues about putting control flow back in the database.
#postgresql#rust#durable-execution

Tech5 min read
Database Indexing: The 'Library Card Catalog' Mental Model
Why does adding an index make a query 100x faster? A mastery guide to B-Trees, compound indexes, covering indexes, and the queries that kill your database.
#Database#SQL#Performance