Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] 레코드 락 위한 인덱스 명시 #796

Open
youngsu5582 opened this issue Dec 2, 2024 · 0 comments · May be fixed by #797
Open

[BE] 레코드 락 위한 인덱스 명시 #796

youngsu5582 opened this issue Dec 2, 2024 · 0 comments · May be fixed by #797
Assignees
Labels
BE 백엔드 개발 관련 작업 기능 기능 구현 작업

Comments

@youngsu5582
Copy link
Contributor

✨ 세부 내용

MySQL 에서 DB 락은
인덱스가 없으면 테이블 락, 있으면 레코드 락이 걸립니다.
참고 링크
이에 따라 인덱스를 걸어 레코드 락을 걸어서 명시합니다.

⏰ 예상 소요 시간

30분

@youngsu5582 youngsu5582 added BE 백엔드 개발 관련 작업 기능 기능 구현 작업 labels Dec 2, 2024
@youngsu5582 youngsu5582 self-assigned this Dec 2, 2024
@github-actions github-actions bot linked a pull request Dec 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 개발 관련 작업 기능 기능 구현 작업
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant