修改了图片资源链接
parent
266c09fa3c
commit
c6ef269a37
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -329,7 +329,7 @@ drop procedure if exists sp_upgrade_salary;
|
||||||
|
|
||||||
ANSI/ISO SQL 92标准定义了4个等级的事务隔离级别,如下表所示。需要说明的是,事务隔离级别和数据访问的并发性是对立的,事务隔离级别越高并发性就越差。所以要根据具体的应用来确定到底使用哪种事务隔离级别,这个地方没有万能的原则。
|
ANSI/ISO SQL 92标准定义了4个等级的事务隔离级别,如下表所示。需要说明的是,事务隔离级别和数据访问的并发性是对立的,事务隔离级别越高并发性就越差。所以要根据具体的应用来确定到底使用哪种事务隔离级别,这个地方没有万能的原则。
|
||||||
|
|
||||||
<img src="http://localhost/mypic/20211121225327.png" style="zoom:50%;">
|
<img src="res/20211121225327.png" style="zoom:50%;">
|
||||||
|
|
||||||
### 总结
|
### 总结
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue