Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you read the relevant docs you will see how this is implemented and maybe realize that locking your entire database for a write transaction isn’t something that works for a whole lot of cases. Of course multiple readers are allowed, but multiple writers even to different tables still contend for the same lock (that doesn’t work on all file systems). There isn’t table-level locking, let alone row level locking.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: