5 ms·
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 --
by jiryu 14y 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.