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

[CBRD-25447] Support parallel heap scan #5850

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

xmilex-git
Copy link
Contributor

@xmilex-git xmilex-git commented Feb 6, 2025

http://jira.cubrid.org/browse/CBRD-25447

힙 스캔의 성능을 향상시키기 위하여, 병렬 힙 스캔 기능을 큐브리드에 추가하고자합니다.

아래 개선 사항들중 완료되지 않은 사항은 다른 개선 이슈/PR에서 진행할 예정입니다.

  • trace 출력
  • select /*+ parallel_heap_scan_threads(4) */ 와 같은 힌트 추가
  • TYPE_SP를 포함하더라도 phs 가능하게
  • 전역 worker pool 사용/전역 쓰레드 상한선 설정
  • 현재 쿼리/세션에서의 parallel threads 상한선 설정

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant