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

#2197 Simplify Local File Readers #2198

Merged
merged 2 commits into from
Jan 4, 2025
Merged

#2197 Simplify Local File Readers #2198

merged 2 commits into from
Jan 4, 2025

Conversation

joocer
Copy link
Contributor

@joocer joocer commented Jan 4, 2025

Thank you for opening a Pull Request!

This PR removes optimizations intended for remote blob stores from the local storage reader (primarily caching and async IO). We may reimplement async in the future for local access, but for now, we've removed it.

This review of how the local access works was triggered by the ClickBench results, this change should help improve times for that benchmark but is not tailored for that benchmark (i.e. this is real-world beneficial, not just to improve benchmark scores)


Fixes: 2197

Please replace <issue_number_goes_here> with the corresponding issue number.


Thank you for contributing to Opteryx! 🎉

@joocer joocer changed the title #2197 #2197 Simplify Local File Readers Jan 4, 2025
Copy link

sonarqubecloud bot commented Jan 4, 2025

@joocer joocer merged commit 936d451 into main Jan 4, 2025
5 of 6 checks passed
@joocer joocer deleted the #2197 branch January 4, 2025 17:18
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.

2 participants