Skip to content

Create a high-performance ORC reader #16

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

Open
wants to merge 147 commits into
base: master
Choose a base branch
from

Conversation

ddrinka
Copy link
Owner

@ddrinka ddrinka commented Feb 8, 2023

The current ORC reading code is slow and allocated often. These changes focus on reducing allocations and batching rows efficiently to produce higher performance and scalability.

Thanks @akasarto for all your work on this.

ddrinka and others added 30 commits March 22, 2022 15:05
Fixed bugs discovered by testing.
Converted POCOs into records.
Made DataFileHelper usable in other assemblies.
akasarto and others added 29 commits July 26, 2022 13:45
Fix RLE max values number calculation.
Update sample app names.
Review sample file columns and apps.
@akasarto akasarto mentioned this pull request Aug 17, 2023
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