duckdblabs / db-benchmark

reproducible benchmark of database-like ops
https://duckdblabs.github.io/db-benchmark/
Mozilla Public License 2.0
136 stars 27 forks source link

Fix polars join script #77

Open Tmonster opened 1 month ago

Tmonster commented 1 month ago

For some reason writing the ipc format for the queries causes the join benchmark 5GB+ to hang. Removing this should get the results back

https://github.com/duckdblabs/db-benchmark/blob/269a9a77b950b36c7c812c57889aa41f23c0b98a/polars/join-polars.py#L56 the lines in question