看了一天关于事务和锁的内容,但有一点疑问。
一般我在语言级别(PHP)涉及到的事务就是,开启事务,执行数据库操作,提交事务/回滚事务。
那么我们会在语言级别里用到例如:指定事务隔离级别,加锁(包括指定锁类型),解锁等操作吗?
数据分析师2017-10-01 00:49:18
Do transaction isolation and lock operations need to be done at the language level? -PHP Chinese website Q&A-Do transaction isolation and lock operations need to be done at the language level? -PHP Chinese website Q&A
Let’s take a look and learn.