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

Reading large parquet datasets #2385

Open
cdbethune opened this issue Mar 19, 2021 · 0 comments
Open

Reading large parquet datasets #2385

cdbethune opened this issue Mar 19, 2021 · 0 comments
Labels

Comments

@cdbethune
Copy link
Collaborator

For image explanations, we needed to test against big earth single when unpooled and prefeaturized, which ends up ends up being 10K rows x 32K images. The parquet loading library we use seems to be aggressively chewing through RAM, and seems to be leaking memory during the process of loading. A dataset that is about 5GB ends up occupying around 15GB of RAM after being loaded. It is also much slower than the parquet reader that is part of PANDAS, with performance being reduced linearly as it reads columns.

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

No branches or pull requests

1 participant