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

[FEA] Auto-tuner can consider using Velox scan if needed. #1570

Open
viadea opened this issue Mar 4, 2025 · 1 comment
Open

[FEA] Auto-tuner can consider using Velox scan if needed. #1570

viadea opened this issue Mar 4, 2025 · 1 comment
Labels

Comments

@viadea
Copy link
Collaborator

viadea commented Mar 4, 2025

I wish Auto-tuner can consider using Velox svan if needed. This feature is there since 25.02GA.

@viadea viadea added ? - Needs Triage feature request New feature or request labels Mar 4, 2025
@winningsix
Copy link

On T4, there're 3 cases we could consider:

  • GPU scan OOM: typically it's due to high compression ratio in decompression or decode. For that case, hybrid scan can bring benefits.
  • Little data remained after applying filter: Saying 1/10. hybrid scan helps here.
  • GPU heavy: If we noticed very high semaphore wait, it would be helpful to offload GPU scan onto CPU.

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

No branches or pull requests

2 participants