会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
silencio
首页
新随笔
联系
订阅
管理
2022年8月23日
慎用django orm的update_or_create方法
摘要: 根据错误日志,发现产生死锁的有4个接口。这4个接口中,阅读业务代码,发现均有使用update_or_create。 为什么update_or_create方法会造成死锁呢?通过阅读源码 发现,update_or_create是使用了事务with transaction.atomic(using=se
阅读全文
posted @ 2022-08-23 02:39 silencio。
阅读(353)
评论(0)
推荐(0)
编辑
公告