python way to convert parquet into vortex which does not load whole parquet into memory #5684
Closed
antonkulaga
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
|
The writing function supports streaming from a pyarrow RecordBatchReader: https://docs.vortex.dev/api/python/io#vortex.io.write If you're just looking to do simple conversion, you can also use the will create a new file |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From what I saw in python integration docs to convert parquet into vortex I need to load everything in memory. But what if parquet files are larger than RAM I have, could you suggest the code which will do it for me?
Beta Was this translation helpful? Give feedback.
All reactions