categories
Databases
4 posts tagged here.
Agents Should Triage Postgres Through Runbooks
A concrete model for using agents to triage PostgreSQL issues without giving them arbitrary database access.
s3q: An S3-Backed Queue Library
s3q is a queue backed by AWS S3. It is available as a Rust and Python library.
DO NOT USE LISTEN/NOTIFY for a PostgreSQL Queue
Consumers of a Postgres Queue can either choose LISTEN/NOTIFY or poll for new items. This post recommends polling for PostgreSQL queues.
Why your next queue should use PostgreSQL
How PostgreSQL uses SKIP LOCKED and UNLOGGED tables to reduce queue contention, WAL volume, and operational overhead.