Jan Gorecki
Jan Gorecki
Actually parquet may be still in use for some tools (possibly only for 1e9 rows) In readme batch benchmark run you can read > re-save to binary format where needed
Benchmarks are not for csv or parquet. They are for in memory data. None of solutions in benchmark uses CSV as it's data model. You may want to reread my...
> query will error out on some machines if CSV is used Precisely "if in-memory data is used" Totally agree on that, whenever tool is not able to do in-memory,...
Thanks, code looks very promising. Definitely worth to add. Any idea about q10? Even if there is no optimized version for that one, we should still provide valid syntax. We...
Fact to dimensions joins are pretty different degree of complexity than big to big join, where join column (even after distinct) does not fit into memory, and algorithm has to...
I opened draft PR so we could work out the scope of that task. Each task needs to be carefully designed, so we need separate issue (PR draft even better...
@rdavis120 I think it is a good idea. IMO it make sense to create new issue and discuss scope of "rolling/asof join" task there. This issue is so generic that...
Looking for a feedback about rolling functions inside #9. Whoever is interested in this benchmark task please subscribe to that PR.
I wonder if we could get a follow up of this PR that would cover - extension written in C, rather than C++ as now in extension/demo_capi (which actually looks...
changing to `html_format` did not help: ``` root@e2b15d9dae7f:/mdpkg# cat vignettes/vign.Rmd --- title: "Title of a vignette" output: markdown::html_format vignette: > %\VignetteIndexEntry{Example vignette} %\VignetteEngine{knitr::knitr} \usepackage[utf8]{inputenc} --- ## Hello ``` ```{r hello}...