Skip to content

feat: 경매장 거래 내역 INDEX 생성 및 조회 파라미터 우선순위 반영#61

Merged
dev-ant merged 2 commits into
devfrom
feat/auction-history-search-index
Oct 12, 2025
Merged

feat: 경매장 거래 내역 INDEX 생성 및 조회 파라미터 우선순위 반영#61
dev-ant merged 2 commits into
devfrom
feat/auction-history-search-index

Conversation

@dev-ant

@dev-ant dev-ant commented Oct 12, 2025

Copy link
Copy Markdown
Contributor

📋 상세 설명

  • auction history index flyway V8 script 작성
    • 아이템명이 있는 검색 시 top category, sub category, item_name 정보를 무조건 받음으로, index도 동일하게 생성
  • index에 따른 auction history query dsl 변경

📊 체크리스트

  • PR 제목이 형식에 맞나요 e.g. feat: PR을 등록한다
  • 코드가 테스트 되었나요
  • 문서는 업데이트 되었나요
  • 불필요한 코드를 제거했나요
  • 이슈와 라벨이 등록되었나요

Close #59

@dev-ant dev-ant requested a review from Copilot October 12, 2025 12:51
@dev-ant dev-ant self-assigned this Oct 12, 2025
@dev-ant dev-ant added the ✨feature 새로운 기능 추가 label Oct 12, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a database index for auction history search optimization and updates the query logic to match the index structure. The changes focus on improving search performance when filtering by item categories and names.

  • Creates a composite index on item_top_category, item_sub_category, and item_name columns
  • Reorders query predicates to align with the new index structure for optimal performance

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
V8__create_auction_history_index.sql Adds Flyway migration script creating composite index on auction history search columns
AuctionHistoryQueryDslRepository.java Reorders query predicates to match index column order for performance optimization

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions

Copy link
Copy Markdown

✅ 테스트 결과 for PR

Build: success

🧪 테스트 실행 with Gradle
📈 Coverage: -0.00%

📁 테스트 결과
📁 커버리지 보고서 (HTML)

@codecov

codecov Bot commented Oct 12, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../persistence/AuctionHistoryQueryDslRepository.java 0.00% 4 Missing ⚠️

📢 Thoughts on this report? Let us know!

@dev-ant dev-ant merged commit c245468 into dev Oct 12, 2025
1 of 2 checks passed
@dev-ant dev-ant deleted the feat/auction-history-search-index branch October 12, 2025 12:54
@dev-ant dev-ant changed the title Feat/auction history search index feat: 경매장 거래 내역 INDEX 생성 및 조회 파라미터 우선순위 반영 Oct 12, 2025
dev-ant added a commit that referenced this pull request Oct 12, 2025
* feat: 경매장 거래 내역 검색 시 상위 카테고리, 하위 카테고리, 아이템명 순으로 우선순위 조정

* feat: auction history top, sub category, item_name index 생성 flyway script 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨feature 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

경매장 거래 내역 INDEX 생성 및 조회 파라미터 우선순위 반영

2 participants