Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些查询,例如更新,删除..等。
在我运行它们之前,我想创建保存点(不使用事务)。但是“怎么样?” 我不知道,因为保存点是事务的一部分。还有其他方法可以完成这项工作吗?
不,没有交易就无法创建保存点。
在没有交易的情况下,这个概念是没有意义的。
如果您正在考虑减少由于事务而生成的锁定,请查看快照隔离。