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

migrate 함수 최적화 #34

Open
4 tasks
ezcolin2 opened this issue Jan 15, 2025 · 0 comments
Open
4 tasks

migrate 함수 최적화 #34

ezcolin2 opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 ♻️ Refactor 기능 추가 외 코드 변경, 코드 품질과 관련된 경우

Comments

@ezcolin2
Copy link
Collaborator

어떤 기능인가요?

redis의 값을 postgres로 옮기는 migrate 함수 최적화

작업 상세 내용

  • 하나의 트랜잭션에 연산 여러 개 넣기
  • 배치 처리
  • 데이터베이스 쿼리 요청 병렬 처리
  • 성능 측정
@ezcolin2 ezcolin2 added ♻️ Refactor 기능 추가 외 코드 변경, 코드 품질과 관련된 경우 🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 ♻️ Refactor 기능 추가 외 코드 변경, 코드 품질과 관련된 경우
Projects
None yet
Development

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

2 participants