get_or_create

django

Django get_or_create() 함수에서 발생한 MySQL Deadlock 이슈 해결하기

높은 부하 상황에서 get_or_create() 함수를 잘못 사용하면 Deadlock 이슈가 발생할 수 있습니다.