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

Changing upload process for lazy loaded DataFrames #165

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

AnimatorJoe
Copy link
Contributor

@AnimatorJoe AnimatorJoe commented Jan 9, 2024

In the original DataFrame upload implementation for Snowflake and PySpark DataFrames, the DataFrames are loaded entire into memory first before being uploaded (PySpark, Snowflake).

However, this can cause problems if the DataFrames are larger than the driver's memory (PySpark, Snowflake).

This PR processes the DataFrames by batch, which solves the memory problem.

…dataframes by batch instead of all into memory at once
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.

1 participant