Skip to content

Comment on Do you need separate systems when you already have Postgres?

Comments

Fun fact for people whose scaling plan anticipates moving from Postgres to CRDB:

SELECT FOR UPDATE SKIP LOCKED works great for turning Postgres into a job queue. It does not work the same way on CRDB and you will likely have to rewrite those queries or use an external job queue.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.