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

[Fix] KeyResult, Task 생성, 삭제 시 Index 위치 조정 로직 변경 #249

Merged
merged 5 commits into from
Mar 12, 2024

Conversation

its-sky
Copy link
Member

@its-sky its-sky commented Mar 12, 2024

🚀PullRequest🚀

📟 관련 이슈

💻 작업 내용

  • Objective 삭제 시 Index 감소가 되지 않던 것 수정
  • KeyResult, Task 생성, 삭제 시 Index 위치 조정 로직 변경

📝 리뷰 노트

Objective, KeyResult, Task 생성 삭제 시 Index 수정하는 쿼리 최적화 수행하였습니다. 일례로 task만 보여드리도록 하겠습니다! 어차피 내부 DB SQL문은 똑같습니다 !!

[변경 전 쿼리 사진]
스크린샷 2024-03-12 오후 6 44 55

[변경 후 쿼리 사진]
스크린샷 2024-03-12 오후 6 47 33

@its-sky its-sky requested a review from 0lynny March 12, 2024 09:51
@its-sky its-sky self-assigned this Mar 12, 2024
Copy link
Member

@0lynny 0lynny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

쿼리최적화까지 !! 수고 많으셨습니다 ~

@its-sky its-sky merged commit 4a4edd5 into develop Mar 12, 2024
1 check passed
@its-sky its-sky deleted the feature/#248 branch March 12, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] KeyResult, Task 생성, 삭제 시 Index 위치 조정 로직 변경
2 participants