PgQ, universal edition
Zero-bloat Postgres queue.
@@ -340,7 +359,7 @@ const platformGroups = [ -Not SKIP LOCKED. Not row claiming.
@@ -370,8 +389,8 @@ const platformGroups = [
Why PgQue
+#Why PgQue
How it compares
+#How it compares
PgQue is an event/message queue optimized for high-throughput streaming with fan-out — not a job-queue framework. The full table and notes live @@ -426,8 +445,8 @@ const platformGroups = [
Runs on
+#Runs on
PgQue runs on any Postgres 14+. These platforms ship pg_cron, so the automated ticker works out of the box. @@ -458,8 +477,8 @@ const platformGroups = [
Client libraries
+#Client libraries
Use the SQL API directly, or a typed client. The API is language-agnostic — everything is a function call. @@ -508,7 +527,7 @@ const platformGroups = [
A queue that does not rot.
Install in one transaction. Tick with pg_cron. Read the ten-minute tutorial.
@@ -520,7 +539,7 @@ const platformGroups = [ -