[CUBVEC-172] Add L0-level stats and graph profile for HNSW#6897
Merged
hgryoo merged 24 commits intoCUBRID:cubvec/cubvecfrom Mar 21, 2026
Merged
[CUBVEC-172] Add L0-level stats and graph profile for HNSW#6897hgryoo merged 24 commits intoCUBRID:cubvec/cubvecfrom
hgryoo merged 24 commits intoCUBRID:cubvec/cubvecfrom
Conversation
|
Last reviewed commit: cbd330d |
|
Last reviewed commit: 2cc4125 |
|
Last reviewed commit: 66144bb |
hornetmj
approved these changes
Mar 12, 2026
|
Last reviewed commit: f7951a6 |
hgryoo
commented
Mar 19, 2026
|
Last reviewed commit: "revert change" |
|
Last reviewed commit: "atomics" |
|
Last reviewed commit: "apply suggesion of g..." |
|
Last reviewed commit: "refactor: improve re..." |
|
Last reviewed commit: "refactor: remove add..." |
hgryoo
commented
Mar 20, 2026
|
Last reviewed commit: "Apply suggestion fro..." |
InChiJun
approved these changes
Mar 20, 2026
|
Last reviewed commit: "Merge remote-trackin..." |
vimkim
approved these changes
Mar 20, 2026
|
✅ TC Branch Finalized for Engine PR was merged. Cleanup Results: TC develop branch is ready for the next PR. |
|
✅ TC Branch Finalized for Engine PR was merged. Cleanup Results: TC develop branch is ready for the next PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CUBVEC-172
Purpose
추가적인 통계 정보를 수집한다.
그래프 탐색 과정에서 발생하는 candidate queue 동작, neighbor scan, storage 접근 등의
내부 동작을 분석할 수 있는 통계를 추가한다.
Implementation
algo_context::m_level에서 관리하도록 변경m=8, 29만건 입력
Remarks
함께 포함된 리팩토링 변경:
perfmon_add_stat()을 직접 호출하여 통계를 기록algo_context내부 구조체에 통계를 누적한 뒤, 탐색 종료 시collect_perf_stats()를 호출하여 perfmon 통계에 반영하도록 변경