[Perf] Exact Seq Scan 기준선과 데이터 규모별 HNSW 성능·Recall 비교 - #132
Conversation
|
Warning Review limit reached
Next review available in: 5 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍️ 작업 내용
vectorSearchPerformanceTest로 일반 테스트와 분리했습니다.✨ 주요 결과
속도 이점과 함께 기본
ef_search=40의 Recall 저하도 확인했습니다. 이 PR은 수치를 숨기거나 임계값으로 고정하지 않고, 실제 Corpus·파라미터별 후속 비교가 필요하다는 경계를 기록합니다.🧭 설계 경계
m=16,ef_construction=64,ef_search=40✅ 검증
git diff --check: PASS💬 리뷰 요구사항
ef_search=40의 Recall 결과를 후속 튜닝 근거로 해석한 것이 적절한지 확인 부탁드립니다.pg_table_size·pg_relation_size(index)·pg_total_relation_size구분이 결과 문서에서 명확한지 확인 부탁드립니다.