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] set reader numThreads dynamically by default #12120

Open
revans2 opened this issue Feb 12, 2025 · 0 comments
Open

[FEA] set reader numThreads dynamically by default #12120

revans2 opened this issue Feb 12, 2025 · 0 comments
Labels
feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented Feb 12, 2025

Is your feature request related to a problem? Please describe.
In an effort to reduce the number of configs that a user must set we should try and have a better default for spark.rapids.sql.multiThreadedRead.numThreads. The auto-tuner currently sets this to max(80, executor.core) for CSPs and max(20, 2*executor.core) for on prem. We should know approximately the number of executor cores in the plugin, but we don't know always if we are in a CSP or on prem. We should run some tests and see if we can figure out a good default, beyond the 20 we have today.

@revans2 revans2 added ? - Needs Triage Need team to review and classify feature request New feature or request labels Feb 12, 2025
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants