Hacker News new | ask | show | jobs
by pragmatic 29 days ago
"One major trick in distributed systems is to always attempt things in the same order"

This is inportant in DBs in general to avoid deadlocks by two requests taking locks in different order.