Hacker News new | ask | show | jobs
by trumpdong 5 days ago
Serializable doesn't mean serialized. It means if two transactions access the same data, one must be delayed or aborted. It doesn't mean they all wait for each other.