-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Sending a Table between the runner and the DSL is currently quite expensive, since we convert the table to a dictionary and parse that again.
Desired solution
Investigate whether a compressible binary format like parquet or ORC would speed this up. Choose one format and add to_..._file and from_..._file methods for it. Maybe also add a version that returns bytes instead of writing to a file.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done