Limiting memory utilization while using to_parquet()
#7957
Replies: 2 comments
-
hi @ryandstoughton, which backend(s) are you using and can you provide an example of the code you are running? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using
to_parquet()
to generate a parquet file from a db query seems to pull the entire result into memory. Is there a way to stream this data? Usingto_parquet()
becomes prohibitively expensive for larger queries.Beta Was this translation helpful? Give feedback.
All reactions