Hacker News new | ask | show | jobs
by stonemetal 5119 days ago
Without thinking about it to hard my guess is there is some overhead in tracking what is readable and what is not readable at the higher read levels. Read uncommitted means it doesn't have to track anything.
1 comments

Writes still take locks. The isolation level is called Read-uncommitted for a reason.