Skip to content

Commit 070d3b7

Browse files
committed
add polars to history
1 parent dce61b3 commit 070d3b7

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

_report/history.Rmd

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,48 @@ plot(d, "clickhouse", 1e8, "join")
444444
plot(d, "clickhouse", 1e9, "join")
445445
```
446446

447+
### polars {.tabset .tabset-fade .tabset-pills}
448+
449+
#### groupby {.tabset .tabset-fade .tabset-pills}
450+
451+
##### 0.5 GB
452+
453+
```{r polars.groupby.1e7}
454+
plot(d, "polars", 1e7, "groupby")
455+
```
456+
457+
##### 5 GB
458+
459+
```{r polars.groupby.1e8}
460+
plot(d, "polars", 1e8, "groupby")
461+
```
462+
463+
##### 50 GB {.active}
464+
465+
```{r polars.groupby.1e9}
466+
plot(d, "polars", 1e9, "groupby")
467+
```
468+
469+
#### join {.tabset .tabset-fade .tabset-pills}
470+
471+
##### 0.5 GB
472+
473+
```{r polars.join.1e7}
474+
plot(d, "polars", 1e7, "join")
475+
```
476+
477+
##### 5 GB {.active}
478+
479+
```{r polars.join.1e8}
480+
plot(d, "polars", 1e8, "join")
481+
```
482+
483+
##### 50 GB
484+
485+
```{r polars.join.1e9}
486+
plot(d, "polars", 1e9, "join")
487+
```
488+
447489
## Details
448490

449491
### Environment

0 commit comments

Comments
 (0)