[Spring] 경매 입찰 & 작품 구매 동시성 문제 해결 2) MySQL Named Lock
개요 [Spring] 경매 입찰/작품 구매 동시성 문제 해결 1) DB Lock 개요 GitHub - sjiwon/Advanced-Another-Art: AI 기반 작품 경매 플랫폼 (Refactoring) AI 기반 작품 경매 플랫폼 (Refactoring). Contribute to sjiwon/Advanced-Another-Art development by creating an account on GitHub. github.com 현재 리팩 sjiwon-dev.tistory.com 앞선 포스팅에서 Pessimistic Write Lock을 통해서 경매 입찰 & 작품 구매에 대한 동시성 문제를 해결하였다 Pessimistic Write Lock은 특정 DB Record에 Exclusive Lock을 ..