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

ColumnWriterImpl exacerbates bad behavior of SnappyCompressor #2788

Closed
abaranec opened this issue Aug 31, 2022 · 0 comments · Fixed by #2792
Closed

ColumnWriterImpl exacerbates bad behavior of SnappyCompressor #2788

abaranec opened this issue Aug 31, 2022 · 0 comments · Fixed by #2792
Assignees
Labels

Comments

@abaranec
Copy link
Contributor

SnappyCompressor has some internal bad allocation behavior that causes it to be O(n^2) in the number of blocks compressed. A separate bug will be files with apache -- however we can mitigate it by ensuring that we pool and re-use internal compressors where possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants