[Trying Polars] performance lacking when parallel processing #323
zain-sohail
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Thanks, I was also wondering if that could help. Good that you tested this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spent a bit of time trying to implement polars to read the dataframes. Here are some things I learnt:
Since our application has no cpu constraints, polars becomes a poor fit. Might still be useful for when we need to do serial reading. And especially if we want to stream data.
Beta Was this translation helpful? Give feedback.
All reactions