gpt4 book ai didi

mysql - InnoDB 怎么可能在单行上死锁?

转载 作者:可可西里 更新时间:2023-11-01 06:34:10 24 4
gpt4 key购买 nike

根据 The Good Word ,

InnoDB uses automatic row-level locking. You can get deadlocks even in the case of transactions that just insert or delete a single row. That is because these operations are not really “atomic”; they automatically set locks on the (possibly several) index records of the row inserted or deleted.

两个进程怎么可能在一条记录上死锁?

最佳答案

因为两个进程在事务中持有完全相同的行(例如银行帐户)并且想要对其进行更改。

所以在同一个银行账户的情况下,如果需要进行一次取款,则还不能进行第二次取款,因为你可能会遇到银行账户中的钱可能不足以进行第二次取款的情况。

这个想法是关于死锁的,就是保持锁定的时间尽可能短。

关于mysql - InnoDB 怎么可能在单行上死锁?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34165002/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com