read-lock
美
英 
例句
With the read lock in place, any other transaction is still free to read that row, but none can delete or alter it.
放置了这个读锁定后,任何其他事务仍可以读取该行,但都不能删除或变更该行。
During insertion, the writer thread makes a read lock on the list and proceeds.
在插入期间,写线程在链表上建立读锁,然后继续处理。
It does so by placing a read lock on the target row.
方法是,在目标行上放置一个读锁定。