-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Set default metadata prefetch size to 512k #15670
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
Conversation
|
🤖 |
|
🤖: Benchmark completed Details
|
|
TLDR is that this didn't seem to have much/any effect on performance so closing |
Which issue does this PR close?
Rationale for this change
Inspired by looking at some profiling results I think the metadata prefetch hint will reduce the number of required IOs by 1/2 for most parquet queries at minimal additional overhead. Let's give this a try.
I will write this idea up in more detail if it turns out to make a difference
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?