BlogDocs

feat(rust): add cluster_with_columns plan optimization(#16274)

Merged
Merging
coastalwhite:opt-cluster-with-columns
(
f9bee6f
) into
main
(
4375930
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
37
NEW
0
DROPPED
0
IGNORED
1

Benchmarks

Passed

test_tpch_q8
py-polars/tests/benchmark/test_tpch.py::test_tpch_q8
+6%
5.7 ms
5.4 ms
test_groupby_h2oai_q7
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q7
+5%
2.2 ms
2.1 ms
test_groupby_h2oai_q3
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q3
+4%
2.3 ms
2.2 ms
test_tpch_q12
py-polars/tests/benchmark/test_tpch.py::test_tpch_q12
+4%
5.8 ms
5.6 ms
test_tpch_q2
py-polars/tests/benchmark/test_tpch.py::test_tpch_q2
+3%
4 ms
3.8 ms
test_groupby_h2oai_q1
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q1
+3%
2.2 ms
2.2 ms
test_tpch_q5
py-polars/tests/benchmark/test_tpch.py::test_tpch_q5
+3%
4.3 ms
4.2 ms
test_groupby_h2oai_q10
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q10
+2%
6.2 ms
6.1 ms
test_tpch_q6
py-polars/tests/benchmark/test_tpch.py::test_tpch_q6
+2%
1.8 ms
1.8 ms
test_groupby_h2oai_q4
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q4
+2%
1.8 ms
1.8 ms
test_tpch_q11
py-polars/tests/benchmark/test_tpch.py::test_tpch_q11
+2%
3.7 ms
3.6 ms
test_tpch_q4
py-polars/tests/benchmark/test_tpch.py::test_tpch_q4
+1%
4.3 ms
4.3 ms
test_tpch_q19
py-polars/tests/benchmark/test_tpch.py::test_tpch_q19
+1%
7.2 ms
7.1 ms
test_tpch_q1
py-polars/tests/benchmark/test_tpch.py::test_tpch_q1
+1%
16 ms
15.8 ms
test_tpch_q3
py-polars/tests/benchmark/test_tpch.py::test_tpch_q3
+1%
5.3 ms
5.3 ms
test_groupby_h2oai_q2
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q2
+1%
4.2 ms
4.1 ms
test_write_read_scan_large_csv
py-polars/tests/benchmark/test_io.py::test_write_read_scan_large_csv
+1%
32.6 ms
32.4 ms
test_tpch_q16
py-polars/tests/benchmark/test_tpch.py::test_tpch_q16
0%
6.4 ms
6.4 ms
test_tpch_q20
py-polars/tests/benchmark/test_tpch.py::test_tpch_q20
0%
6.2 ms
6.2 ms
test_tpch_q21
py-polars/tests/benchmark/test_tpch.py::test_tpch_q21
0%
191.3 ms
191.1 ms
test_filter1
py-polars/tests/benchmark/test_filter.py::test_filter1
0%
704 µs
704.4 µs
test_to_numpy_series_zero_copy
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_zero_copy
0%
124.1 µs
124.2 µs
test_to_numpy_series_with_nulls
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_with_nulls
0%
311.4 µs
311.6 µs
test_to_numpy_series_chunked
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_chunked
0%
268.3 µs
268.5 µs
test_groupby_h2oai_q9
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q9
0%
23.9 ms
23.9 ms
test_tpch_q18
py-polars/tests/benchmark/test_tpch.py::test_tpch_q18
0%
11 ms
11 ms
test_tpch_q17
py-polars/tests/benchmark/test_tpch.py::test_tpch_q17
0%
6.3 ms
6.3 ms
test_groupby_h2oai_q8
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q8
-1%
2.6 ms
2.6 ms
test_groupby_h2oai_q5
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q5
-1%
1.7 ms
1.8 ms
test_groupby_h2oai_q6
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q6
-2%
11.9 ms
12.1 ms
test_tpch_q13
py-polars/tests/benchmark/test_tpch.py::test_tpch_q13
-2%
9.3 ms
9.5 ms
test_tpch_q14
py-polars/tests/benchmark/test_tpch.py::test_tpch_q14
-2%
2 ms
2 ms
test_tpch_q10
py-polars/tests/benchmark/test_tpch.py::test_tpch_q10
-2%
6 ms
6.1 ms
test_tpch_q7
py-polars/tests/benchmark/test_tpch.py::test_tpch_q7
-3%
8.2 ms
8.5 ms
test_tpch_q9
py-polars/tests/benchmark/test_tpch.py::test_tpch_q9
-3%
24.6 ms
25.4 ms
test_tpch_q22
py-polars/tests/benchmark/test_tpch.py::test_tpch_q22
-4%
5.5 ms
5.7 ms
test_tpch_q15
py-polars/tests/benchmark/test_tpch.py::test_tpch_q15
-4%
2.2 ms
2.3 ms

Ignored

test_filter2Ignored
py-polars/tests/benchmark/test_filter.py::test_filter2
-1%
1 ms
1 ms

Commits

Click on a commit to change the comparison range
base
main
4375930
0%
refactor(rust): simplify cwc
f9bee6f
4 months ago
by coastalwhite
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.