Jan Gorecki

Results 183 comments of Jan Gorecki
trafficstars

Development is possibly finished on this branch. 5 solutions added till now have been validated using https://github.com/jangorecki/db-benchmark/blob/rollfun/_utils/rollfun-ans-validation.txt @bkamins if you would like to add Julia, you are welcome, please use...

@Tmonster PR is ready to merge To reproduce ```sh # install R and python git clone https://github.com/jangorecki/db-benchmark --branch rollfun --single-branch --depth 1 cd db-benchmark # install solutions interactively ./dplyr/setup-dplyr.sh ./datatable/setup-datatable.sh...

@Tmonster any idea if PR can make it to master before scheduled September's run?

@Tmonster I recall getting an update on this but cannot find it here and in related issue. Could you please provide the status? I was about to suggest to push...

@AdrianAntico I think there is no way for duckdb do be competitive in this kind of operations (that depends on the order of data) because it does not have a...

It is not really question for me to answer, but I think duckdb aligned to existing sql rdbms'es in that regard which by default does not maintain order. Many of...

Very happy to hear about incoming optimizations. It is actually a great news to run window functions on out of memory data! Is there an issue for that so we...

~~You need to use the same version of duckdb if you want to reproduce.~~ sorry, I expected benchmark runs on 0.9.0 and latest 0.9.1

I can confirm that disk space was never a concern and scripts generally won't be handling this kind of exception.

Parquet was used at some point in the past. Looking through git history will take you there. Whatever tools can use in-memory data, they are already using it. It is...