in reply to Locking a DB
If you're using a RDBMS (such as MySQL, Oracle, or PostgreSQL) then you can get away with more fine grained locking, depending on the database. MySQL, for example, only supports table locking, while PostgreSQL supports individual row locking. Check out the docs on whichever server you're using if this is the case.
|
|---|