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

⚙️ DB 이중화(master, slave) #354

Open
char-yb opened this issue Feb 22, 2024 · 0 comments
Open

⚙️ DB 이중화(master, slave) #354

char-yb opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
⚙️ chore 빌드 및 CI/CD 🥈 P2 급하지 않지만 꼭 필요한 이슈

Comments

@char-yb
Copy link
Member

char-yb commented Feb 22, 2024

📌 Description

  • RDS master, slave로 분기
  • @transactional이면 master, @transactional(readonly = true)면 slave
  • master : 삽입, 수정, 삭제
  • slave : 조회

TODO: 해당 이슈는 곧 있을 AWS 이전 작업 후 진행하도록 하겠습니다

@char-yb char-yb added 🥈 P2 급하지 않지만 꼭 필요한 이슈 ⚙️ chore 빌드 및 CI/CD labels Feb 22, 2024
@char-yb char-yb added this to the 리프레쉬 휴가 milestone Feb 22, 2024
@char-yb char-yb self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ chore 빌드 및 CI/CD 🥈 P2 급하지 않지만 꼭 필요한 이슈
Projects
Status: 시작 전
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant