Skip to content

[Refactor] 좌표 쿼리 성능 최적화#292

Merged
DongminL merged 9 commits into
developfrom
refactor/#291-좌표-쿼리-성능-최적화
Feb 15, 2026

Hidden character warning

The head ref may contain hidden characters: "refactor/#291-\uc88c\ud45c-\ucffc\ub9ac-\uc131\ub2a5-\ucd5c\uc801\ud654"
Merged

[Refactor] 좌표 쿼리 성능 최적화#292
DongminL merged 9 commits into
developfrom
refactor/#291-좌표-쿼리-성능-최적화

Conversation

@DongminL
Copy link
Copy Markdown
Collaborator

@DongminL DongminL commented Feb 15, 2026

#️⃣ 연관된 이슈

✅ 체크리스트

  • 🔀 PR 제목의 형식 맞추기
  • 💡 이슈 등록
  • 🏷️ 라벨 등록
  • 🧹 불필요한 코드 제거
  • 🧪 로컬 테스트 완료
  • 🏗️ 빌드 성공
  • 💯 테스트 통과

📝 작업 내용

DB에서 좌표로 검색 시, 인덱스를 적용하여 검색 성능을 향상시켰습니다.

📸 스크린샷 (UI 변경 시 필수)

👀 리뷰어 가이드라인

성능 최적화 정리 글

@DongminL DongminL self-assigned this Feb 15, 2026
@DongminL DongminL linked an issue Feb 15, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 15, 2026

Test Results

 86 files   86 suites   4m 42s ⏱️
291 tests 291 ✅ 0 💤 0 ❌
292 runs  292 ✅ 0 💤 0 ❌

Results for commit 9e24eb2.

♻️ This comment has been updated with latest results.

* chore: testcontainers의 버전을 최신 버전으로 수정

* fix: testcontainers의 버전 변경에 따른 ArrayUtils의 import 수정

* refactor: SonarQube가 제안된 코드로 수정

* chore: Testcontainers 버전을 BOM 적용

* fix: Testcontainers의 BOM을 1.21.4 버전으로 변경

* fix: BOM 제거

* fix: java 배포판을 temurin으로 변경
@sonarqubecloud
Copy link
Copy Markdown

@DongminL DongminL merged commit a2be46e into develop Feb 15, 2026
5 checks passed
@DongminL DongminL deleted the refactor/#291-좌표-쿼리-성능-최적화 branch February 15, 2026 07:58
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.

좌표 쿼리 성능 최적화

1 participant