Hacker News new | ask | show | jobs
by zadikian 10 days ago
> TBH I think I've seen more database use than not specifically because it serves as the central race-resolver in a system

But you usually don't need serializable for this, cause READ COMMITTED locks the rows during updates.