|
|
|
|
|
by jiryu
5035 days ago
|
|
One of the reasons DB-level locking is actually quite important is that the replication oplog is on the 'local' database and your data is on other databases -- so your application is no longer fighting with replication for the write lock. |
|