Querying 1TB on a laptop with Python dataframes – Ibis #9752
-
Querying 1TB on a laptop with Python dataframes – Ibisthe portable Python dataframe library https://ibis-project.org/posts/1tbc/?utm_campaign=Data_Elixir&utm_source=Data_Elixir_494 |
Beta Was this translation helpful? Give feedback.
Answered by
lostmygithubaccount
Aug 2, 2024
Replies: 1 comment 2 replies
-
I would be curious to also see the case where we use Ibis with polars as backend, how much performance penalty would we pay in that case? |
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
you can find some earlier results of Polars directly vs Ibis with the Polars backend in the prior benchmarking post: https://ibis-project.org/posts/ibis-bench/
in general there was little overhead, though a few queries stood out. I'll re-run the benchmark with updated versions soon