Skip to content
grantguo
Search
K
Main Navigation
首页
指南
文档
vue2源码
python
spring6
每日一题
Appearance
Menu
Return to top
On this page
Table of Contents for current page
spring 事务
事务隔离机制
脏读 读取到没有提交到数据库的数据(读的是缓存)
不可重复读
在同一个事务中,第一次和第二次读取的数据不一样
幻读 读到的数据是假的
事务超时时间 timeout = 10
最后一条 DML 语句的执行完的时间
只读事务 readonly = true
spring 启动优化策略,提高 select 语句执行效率