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

Reduce Copying of RowGroupMetaData and FileMetaData #2530

Open
tustvold opened this issue Aug 19, 2022 · 0 comments
Open

Reduce Copying of RowGroupMetaData and FileMetaData #2530

tustvold opened this issue Aug 19, 2022 · 0 comments
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

SerializedFileReader and friends currently perform a lot of copying of RowGroupMetadata and FileMetadata, whilst reading indexes and filtering row groups. Neither of these are small or particularly cheap to clone.

Describe the solution you'd like

I would like to reduce the amount of unnecessary work being performed, either by altering the interfaces so data can be moved instead of cloned, or using Arc

Describe alternatives you've considered

Additional context

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Aug 19, 2022
@tustvold tustvold self-assigned this Aug 19, 2022
@tustvold tustvold removed their assignment Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

1 participant