运维系列数据库系列【仅供参考】:达梦数据库:DM8锁等待和死锁
达梦数据库:DM8锁等待和死锁
- DM8锁等待和死锁
- DM事务锁
- 锁等待
- 场景一:INSERT锁等待
- 02 锁等待解决方法
- 死锁
- 测试场景如下:
- DDL锁超时
DM8锁等待和死锁
DM事务锁
创建测试表
create table t_test01(idintprimary key,name varchar(20));select*fromt_test01;select name,id创建测试表
create table t_test01(idintprimary key,name varchar(20));select*fromt_test01;select name,id