Hacker News new | ask | show | jobs
by trumpdong 53 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.