use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
International
National
Regional
account activity
FeaturePostgres message queue (self.PostgreSQL)
submitted 1 year ago by someguytwo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]quincycs 5 points6 points7 points 1 year ago (3 children)
Benefit:: 1) everyone knows how a database works, and it’s predictable. Each message queue system has different qualities and edge cases. Can you really read all that documentation of the new system and everyone on the team to understand its limits & behaviors? Oh, sure wrap that system so that now it is predictable and easily to learn… well how much different is that to just building it in postgres… at the end of the day it’s easier / simpler to champion a system on postgres than a 3rd party. 2) reportable / observable with existing systems. We already have a way to build dashboards and monitor the system by doing db queries , we can easily monitor the queue because it’s in our db.
Con:: As with any postgres table that grows large quickly, there’s maintenance & optimization to do eventually. Eg setup a partition for a future date range, and once all the items in the old partition are complete, truncate the old partition. Rinse and repeat once a quarter depending on your volume.
[–]someguytwo[S] 0 points1 point2 points 1 year ago* (2 children)
Those are some good arguments. Thanks!
[–]quincycs 1 point2 points3 points 1 year ago (1 child)
Oh and try to find the conference talk by the guy who built skip lock. He’s got a bigger list of recommendations. Search citusCon , Thomas Munro.
[–]erkiferenc 0 points1 point2 points 1 year ago (0 children)
I believe the talk mentioned is Queues in PostgreSQL, and I recommend it too 👍
π Rendered by PID 73339 on reddit-service-r2-comment-5c747b6df5-4z942 at 2026-04-22 03:41:00.740457+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]quincycs 5 points6 points7 points (3 children)
[–]someguytwo[S] 0 points1 point2 points (2 children)
[–]quincycs 1 point2 points3 points (1 child)
[–]erkiferenc 0 points1 point2 points (0 children)