Hacker News new | ask | show | jobs
by eddd-ddde 898 days ago
When there's a big chance of multiple tasks grabbing the same rows, processing them, then updating them, marking them for update since the beginning is better. E.g. a message queue like structure where messages should be processed only once.