Table Write Lock的意思|示意
表写锁
Table Write Lock的网络常见释义
表独占写锁 Demo for Lock:(表独占写锁(Table Write Lock)) lock table table_name write; 此时对table_name这张表加了表独占写锁(Table Write Lock), 导致其他session无法访问table_n...
Table Write Lock相关例句
With this type of lock, concurrent applications can read from or write to the locked table.
有了这一类型的锁,并发应用程序就可以读或写已锁定的表。
The s lock allows concurrent applications that use read-only queries to access the target table, but applications attempting to write data to the table are prevented from doing so.
s锁允许使用只读查询的并发应用程序访问目标表,但是防止应用程序写数据到表中。