bookmark

David Rader: Autonomous transactions using pg_background | rss backup, starred posts from reader


Description

As a database developer, you want these sub-transactions or autonomous transactions to be processed and committed regardless of what happens to the larger surrounding transaction block.

The pg_background Postgres extension originally written by Robert Haas starts a separate worker to process a SQL statement, which is a nice way to achieve an autonomous transaction.

Preview

Tags

Users

  • @jil

Comments and Reviews