logoalt Hacker News

zadikiantoday at 7:49 AM0 repliesview on HN

> 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.