Skip to content

Skip per-row filter evaluation when all row groups are fully matched#21372

Closed
Dandandan wants to merge 1 commit intoapache:mainfrom
Dandandan:skip-filter-fully-matched
Closed

Skip per-row filter evaluation when all row groups are fully matched#21372
Dandandan wants to merge 1 commit intoapache:mainfrom
Dandandan:skip-filter-fully-matched

Conversation

@Dandandan
Copy link
Copy Markdown
Contributor

@Dandandan Dandandan commented Apr 4, 2026

Which issue does this PR close?

N/A - Performance optimization

Rationale for this change

What changes are included in this PR?

After all row group pruning (statistics, bloom filters, limit), check if every remaining row group is fully matched by the predicate. If so, drop the per-row filter from the Parquet decoder builder entirely.

Are these changes tested?

Existing parquet integration tests pass (198 tests). The optimization is transparent — it produces the same results, just avoids redundant filter evaluation.

Are there any user-facing changes?

No. This is a performance optimization that skips unnecessary work. Query results are unchanged.

🤖 Generated with Claude Code

When statistics prove that every remaining row group fully satisfies the
filter predicate, skip attaching the row filter to the Parquet decoder
entirely. This avoids unnecessary per-row filter evaluation for queries
like `WHERE col <> 0` or `WHERE col <> ''` when min/max statistics show
the filter is trivially true for all row groups.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the datasource Changes to the datasource crate label Apr 4, 2026
@Dandandan
Copy link
Copy Markdown
Contributor Author

run benchmarks

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4187722276-819-vpprp 6.12.55+ #1 SMP Sun Feb 1 08:59:41 UTC 2026 aarch64 GNU/Linux

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

Comparing skip-filter-fully-matched (ebe07a1) to c17c87c (merge-base) diff using: clickbench_partitioned
Results will be posted here when complete


File an issue against this benchmark runner

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4187722276-821-7r74h 6.12.55+ #1 SMP Sun Feb 1 08:59:41 UTC 2026 aarch64 GNU/Linux

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

Comparing skip-filter-fully-matched (ebe07a1) to c17c87c (merge-base) diff using: tpch
Results will be posted here when complete


File an issue against this benchmark runner

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4187722276-820-hfpt9 6.12.55+ #1 SMP Sun Feb 1 08:59:41 UTC 2026 aarch64 GNU/Linux

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

Comparing skip-filter-fully-matched (ebe07a1) to c17c87c (merge-base) diff using: tpcds
Results will be posted here when complete


File an issue against this benchmark runner

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark completed (GKE) | trigger

Instance: c4a-highmem-16 (12 vCPU / 65 GiB)

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected
Details

Comparing HEAD and skip-filter-fully-matched
--------------------
Benchmark tpcds_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                     HEAD ┃                skip-filter-fully-matched ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 1  │              6.57 / 7.00 ±0.79 / 8.59 ms │              6.62 / 7.07 ±0.79 / 8.64 ms │     no change │
│ QQuery 2  │        144.76 / 145.87 ±1.13 / 147.93 ms │        145.20 / 146.89 ±1.22 / 148.63 ms │     no change │
│ QQuery 3  │        114.01 / 114.22 ±0.28 / 114.76 ms │        113.18 / 113.77 ±0.39 / 114.23 ms │     no change │
│ QQuery 4  │    1377.40 / 1399.23 ±19.88 / 1432.49 ms │    1345.53 / 1376.57 ±17.73 / 1395.32 ms │     no change │
│ QQuery 5  │        171.57 / 174.05 ±1.49 / 175.93 ms │        171.74 / 173.93 ±2.33 / 178.46 ms │     no change │
│ QQuery 6  │       843.66 / 866.88 ±18.19 / 894.00 ms │       840.48 / 874.29 ±34.80 / 936.25 ms │     no change │
│ QQuery 7  │        351.63 / 354.51 ±2.62 / 359.29 ms │        354.00 / 356.46 ±2.92 / 361.35 ms │     no change │
│ QQuery 8  │        117.27 / 117.96 ±0.79 / 119.26 ms │        116.10 / 117.91 ±1.32 / 119.43 ms │     no change │
│ QQuery 9  │         99.86 / 106.13 ±6.93 / 119.13 ms │        102.64 / 109.97 ±9.25 / 127.92 ms │     no change │
│ QQuery 10 │        105.89 / 107.59 ±1.01 / 108.89 ms │        107.81 / 109.20 ±0.87 / 110.16 ms │     no change │
│ QQuery 11 │        959.68 / 970.14 ±7.44 / 980.89 ms │      974.62 / 986.68 ±21.08 / 1028.58 ms │     no change │
│ QQuery 12 │           45.87 / 46.81 ±0.73 / 48.01 ms │           46.17 / 47.75 ±1.36 / 50.14 ms │     no change │
│ QQuery 13 │        402.63 / 403.96 ±1.56 / 406.85 ms │        403.96 / 406.12 ±1.40 / 407.51 ms │     no change │
│ QQuery 14 │     1021.55 / 1029.39 ±4.72 / 1036.01 ms │     1033.58 / 1040.18 ±4.15 / 1044.94 ms │     no change │
│ QQuery 15 │           16.02 / 16.59 ±0.45 / 17.30 ms │           16.30 / 16.86 ±0.57 / 17.93 ms │     no change │
│ QQuery 16 │              7.69 / 8.05 ±0.45 / 8.93 ms │              7.44 / 7.97 ±0.55 / 9.01 ms │     no change │
│ QQuery 17 │        239.88 / 242.43 ±1.69 / 244.94 ms │        240.13 / 243.17 ±2.33 / 245.77 ms │     no change │
│ QQuery 18 │        128.10 / 129.64 ±1.23 / 131.17 ms │        127.39 / 129.03 ±1.07 / 130.59 ms │     no change │
│ QQuery 19 │        155.49 / 156.75 ±0.80 / 157.55 ms │        155.57 / 156.83 ±0.86 / 157.81 ms │     no change │
│ QQuery 20 │           13.65 / 13.99 ±0.31 / 14.55 ms │           14.28 / 14.55 ±0.24 / 14.90 ms │     no change │
│ QQuery 21 │           19.98 / 20.23 ±0.26 / 20.72 ms │           19.62 / 20.49 ±0.62 / 21.11 ms │     no change │
│ QQuery 22 │        487.17 / 490.19 ±1.97 / 492.58 ms │        488.59 / 494.18 ±4.31 / 500.44 ms │     no change │
│ QQuery 23 │        888.34 / 898.28 ±5.34 / 903.52 ms │        902.64 / 913.23 ±9.03 / 924.95 ms │     no change │
│ QQuery 24 │        392.65 / 395.36 ±1.68 / 397.17 ms │        396.64 / 399.23 ±2.91 / 404.48 ms │     no change │
│ QQuery 25 │        352.56 / 354.45 ±1.09 / 355.85 ms │        353.30 / 355.39 ±2.04 / 358.79 ms │     no change │
│ QQuery 26 │           82.30 / 84.03 ±2.50 / 88.96 ms │           82.23 / 83.60 ±0.95 / 85.05 ms │     no change │
│ QQuery 27 │              6.85 / 7.34 ±0.45 / 8.14 ms │              7.07 / 7.33 ±0.42 / 8.16 ms │     no change │
│ QQuery 28 │        147.30 / 148.42 ±1.13 / 150.53 ms │        148.49 / 149.67 ±0.84 / 150.66 ms │     no change │
│ QQuery 29 │        294.23 / 295.98 ±1.42 / 298.34 ms │        294.20 / 297.42 ±1.72 / 299.24 ms │     no change │
│ QQuery 30 │           44.19 / 45.46 ±0.84 / 46.37 ms │           44.75 / 45.87 ±0.84 / 46.87 ms │     no change │
│ QQuery 31 │        170.95 / 173.78 ±2.19 / 177.59 ms │        170.19 / 173.19 ±2.04 / 176.32 ms │     no change │
│ QQuery 32 │          57.59 / 67.65 ±16.13 / 99.79 ms │           56.80 / 58.14 ±1.42 / 60.87 ms │ +1.16x faster │
│ QQuery 33 │        139.59 / 142.07 ±2.24 / 145.66 ms │        140.33 / 142.86 ±1.71 / 145.10 ms │     no change │
│ QQuery 34 │              6.83 / 7.14 ±0.22 / 7.50 ms │              6.95 / 7.26 ±0.21 / 7.50 ms │     no change │
│ QQuery 35 │        107.42 / 108.54 ±0.68 / 109.32 ms │        108.28 / 109.75 ±0.93 / 110.76 ms │     no change │
│ QQuery 36 │              6.57 / 6.65 ±0.09 / 6.83 ms │              6.65 / 6.93 ±0.20 / 7.15 ms │     no change │
│ QQuery 37 │             8.22 / 9.10 ±0.88 / 10.76 ms │             8.38 / 9.58 ±1.03 / 11.07 ms │  1.05x slower │
│ QQuery 38 │           87.04 / 89.18 ±2.03 / 92.70 ms │           85.99 / 89.57 ±4.78 / 98.93 ms │     no change │
│ QQuery 39 │        126.98 / 129.44 ±2.42 / 134.07 ms │        125.88 / 129.04 ±1.73 / 130.54 ms │     no change │
│ QQuery 40 │        110.93 / 119.21 ±6.35 / 129.78 ms │        117.74 / 121.50 ±4.05 / 129.29 ms │     no change │
│ QQuery 41 │           14.88 / 15.60 ±0.71 / 16.78 ms │           15.22 / 16.01 ±0.96 / 17.63 ms │     no change │
│ QQuery 42 │        108.08 / 108.52 ±0.41 / 109.12 ms │        107.30 / 109.60 ±1.19 / 110.45 ms │     no change │
│ QQuery 43 │              5.96 / 6.11 ±0.22 / 6.54 ms │              6.05 / 6.14 ±0.12 / 6.38 ms │     no change │
│ QQuery 44 │           11.73 / 11.95 ±0.25 / 12.42 ms │           11.54 / 12.07 ±0.41 / 12.78 ms │     no change │
│ QQuery 45 │           53.19 / 54.73 ±1.53 / 57.65 ms │           52.70 / 53.72 ±1.03 / 55.52 ms │     no change │
│ QQuery 46 │              8.35 / 8.68 ±0.19 / 8.90 ms │              8.56 / 8.94 ±0.38 / 9.67 ms │     no change │
│ QQuery 47 │        730.84 / 740.06 ±5.16 / 745.72 ms │        739.58 / 743.30 ±4.48 / 751.71 ms │     no change │
│ QQuery 48 │        292.16 / 295.12 ±3.00 / 300.49 ms │        286.41 / 293.27 ±4.52 / 300.17 ms │     no change │
│ QQuery 49 │        251.59 / 254.96 ±2.56 / 259.47 ms │        255.79 / 258.08 ±1.98 / 261.53 ms │     no change │
│ QQuery 50 │        229.36 / 234.59 ±3.22 / 238.39 ms │        234.26 / 239.63 ±3.06 / 243.42 ms │     no change │
│ QQuery 51 │        183.89 / 186.47 ±2.29 / 190.50 ms │        182.07 / 187.94 ±4.36 / 192.25 ms │     no change │
│ QQuery 52 │        107.78 / 109.12 ±1.07 / 110.88 ms │        108.02 / 110.39 ±1.31 / 111.74 ms │     no change │
│ QQuery 53 │        103.28 / 103.71 ±0.57 / 104.81 ms │        103.04 / 104.48 ±0.95 / 105.60 ms │     no change │
│ QQuery 54 │        147.34 / 149.25 ±2.36 / 153.70 ms │        144.32 / 146.81 ±1.54 / 148.90 ms │     no change │
│ QQuery 55 │        106.83 / 107.97 ±0.75 / 108.78 ms │        105.94 / 109.04 ±2.11 / 110.87 ms │     no change │
│ QQuery 56 │        140.65 / 142.57 ±1.76 / 145.17 ms │        141.26 / 142.93 ±1.38 / 145.15 ms │     no change │
│ QQuery 57 │        175.32 / 176.03 ±0.73 / 177.35 ms │        175.31 / 178.64 ±2.62 / 181.75 ms │     no change │
│ QQuery 58 │        291.24 / 302.74 ±6.85 / 311.08 ms │        289.59 / 296.73 ±7.00 / 308.10 ms │     no change │
│ QQuery 59 │        199.84 / 200.78 ±0.76 / 201.85 ms │        200.77 / 201.63 ±0.73 / 202.64 ms │     no change │
│ QQuery 60 │        142.68 / 144.88 ±1.80 / 146.84 ms │        143.01 / 144.46 ±2.10 / 148.59 ms │     no change │
│ QQuery 61 │           13.07 / 13.25 ±0.15 / 13.53 ms │           13.35 / 13.60 ±0.21 / 13.90 ms │     no change │
│ QQuery 62 │       905.83 / 930.81 ±23.45 / 972.52 ms │      910.57 / 966.58 ±48.03 / 1025.79 ms │     no change │
│ QQuery 63 │        104.26 / 107.18 ±3.50 / 111.54 ms │        104.07 / 106.58 ±2.13 / 110.28 ms │     no change │
│ QQuery 64 │        700.09 / 703.45 ±2.72 / 706.88 ms │        704.23 / 708.91 ±3.54 / 713.93 ms │     no change │
│ QQuery 65 │        250.27 / 255.14 ±3.13 / 259.33 ms │        254.49 / 257.15 ±1.69 / 258.91 ms │     no change │
│ QQuery 66 │       237.53 / 255.29 ±11.55 / 272.32 ms │        243.76 / 258.36 ±8.39 / 269.12 ms │     no change │
│ QQuery 67 │        313.41 / 321.91 ±6.96 / 333.21 ms │        312.58 / 319.35 ±5.41 / 328.99 ms │     no change │
│ QQuery 68 │            8.90 / 11.08 ±1.86 / 13.87 ms │            9.28 / 10.53 ±0.65 / 11.03 ms │     no change │
│ QQuery 69 │        100.48 / 103.66 ±2.01 / 106.28 ms │        103.00 / 104.65 ±1.05 / 105.98 ms │     no change │
│ QQuery 70 │       324.56 / 342.06 ±11.76 / 355.76 ms │       330.74 / 345.02 ±13.33 / 369.70 ms │     no change │
│ QQuery 71 │        134.18 / 137.35 ±2.77 / 142.44 ms │        132.84 / 137.37 ±3.14 / 142.60 ms │     no change │
│ QQuery 72 │       705.90 / 720.62 ±11.75 / 738.66 ms │       706.38 / 726.13 ±12.36 / 744.66 ms │     no change │
│ QQuery 73 │             7.33 / 9.11 ±1.17 / 10.21 ms │             7.21 / 8.33 ±1.08 / 10.19 ms │ +1.09x faster │
│ QQuery 74 │        593.96 / 604.73 ±7.97 / 615.91 ms │        608.09 / 618.02 ±5.66 / 624.07 ms │     no change │
│ QQuery 75 │        276.36 / 278.58 ±2.24 / 282.27 ms │        275.15 / 279.93 ±3.02 / 283.69 ms │     no change │
│ QQuery 76 │        131.31 / 132.81 ±1.54 / 135.61 ms │        132.04 / 133.61 ±1.38 / 135.69 ms │     no change │
│ QQuery 77 │        187.57 / 189.54 ±1.32 / 190.66 ms │        187.96 / 189.99 ±1.24 / 191.04 ms │     no change │
│ QQuery 78 │        350.30 / 357.27 ±4.32 / 361.93 ms │        355.13 / 357.85 ±1.55 / 359.71 ms │     no change │
│ QQuery 79 │        234.49 / 236.32 ±1.16 / 237.51 ms │        233.79 / 238.04 ±3.19 / 240.91 ms │     no change │
│ QQuery 80 │        329.58 / 330.73 ±1.40 / 333.25 ms │        328.31 / 331.99 ±3.09 / 336.93 ms │     no change │
│ QQuery 81 │           26.33 / 28.17 ±1.37 / 30.06 ms │           27.09 / 27.79 ±0.86 / 29.42 ms │     no change │
│ QQuery 82 │        195.86 / 198.97 ±2.92 / 203.40 ms │        198.40 / 204.10 ±2.91 / 206.20 ms │     no change │
│ QQuery 83 │           41.19 / 42.04 ±0.90 / 43.54 ms │           40.26 / 42.52 ±1.60 / 44.70 ms │     no change │
│ QQuery 84 │           48.45 / 49.12 ±0.50 / 49.81 ms │           48.12 / 49.10 ±0.67 / 50.14 ms │     no change │
│ QQuery 85 │        148.16 / 149.38 ±1.05 / 150.99 ms │        146.10 / 148.98 ±1.75 / 151.51 ms │     no change │
│ QQuery 86 │           39.84 / 40.59 ±0.45 / 41.08 ms │           39.15 / 40.52 ±1.14 / 42.62 ms │     no change │
│ QQuery 87 │           85.12 / 89.42 ±4.82 / 97.13 ms │           88.29 / 92.22 ±2.78 / 95.65 ms │     no change │
│ QQuery 88 │         99.65 / 101.39 ±1.17 / 102.65 ms │        100.53 / 101.66 ±0.66 / 102.46 ms │     no change │
│ QQuery 89 │        119.65 / 120.45 ±0.94 / 122.27 ms │        119.18 / 120.82 ±0.98 / 121.87 ms │     no change │
│ QQuery 90 │           23.67 / 24.21 ±0.59 / 25.33 ms │           23.88 / 24.67 ±0.51 / 25.22 ms │     no change │
│ QQuery 91 │           62.30 / 64.42 ±1.49 / 66.94 ms │           65.51 / 67.15 ±1.43 / 69.32 ms │     no change │
│ QQuery 92 │           57.18 / 58.37 ±0.86 / 59.38 ms │           58.53 / 59.92 ±1.61 / 63.06 ms │     no change │
│ QQuery 93 │        191.23 / 194.01 ±1.53 / 195.63 ms │        195.79 / 197.52 ±1.76 / 200.37 ms │     no change │
│ QQuery 94 │           61.12 / 62.08 ±0.66 / 62.96 ms │           61.73 / 62.13 ±0.42 / 62.78 ms │     no change │
│ QQuery 95 │        135.72 / 137.16 ±1.37 / 139.21 ms │        135.37 / 136.02 ±0.45 / 136.50 ms │     no change │
│ QQuery 96 │           74.12 / 75.03 ±0.91 / 76.51 ms │           72.72 / 74.52 ±1.20 / 75.90 ms │     no change │
│ QQuery 97 │        129.39 / 133.36 ±2.59 / 136.31 ms │        129.35 / 132.69 ±2.20 / 135.99 ms │     no change │
│ QQuery 98 │        151.43 / 153.90 ±2.15 / 157.52 ms │        153.53 / 154.61 ±1.21 / 156.58 ms │     no change │
│ QQuery 99 │ 10803.86 / 10844.63 ±23.38 / 10876.06 ms │ 10802.24 / 10819.43 ±12.40 / 10836.86 ms │     no change │
└───────────┴──────────────────────────────────────────┴──────────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                        ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                        │ 31965.06ms │
│ Total Time (skip-filter-fully-matched)   │ 32081.57ms │
│ Average Time (HEAD)                      │   322.88ms │
│ Average Time (skip-filter-fully-matched) │   324.06ms │
│ Queries Faster                           │          2 │
│ Queries Slower                           │          1 │
│ Queries with No Change                   │         96 │
│ Queries with Failure                     │          0 │
└──────────────────────────────────────────┴────────────┘

Resource Usage

tpcds — base (merge-base)

Metric Value
Wall time 160.2s
Peak memory 5.6 GiB
Avg memory 4.6 GiB
CPU user 261.5s
CPU sys 17.1s
Peak spill 0 B

tpcds — branch

Metric Value
Wall time 160.7s
Peak memory 5.6 GiB
Avg memory 4.6 GiB
CPU user 263.0s
CPU sys 17.3s
Peak spill 0 B

File an issue against this benchmark runner

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark completed (GKE) | trigger

Instance: c4a-highmem-16 (12 vCPU / 65 GiB)

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected
Details

Comparing HEAD and skip-filter-fully-matched
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃             skip-filter-fully-matched ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.18 / 4.44 ±6.40 / 17.25 ms │          1.20 / 4.50 ±6.45 / 17.40 ms │     no change │
│ QQuery 1  │        14.10 / 14.54 ±0.27 / 14.79 ms │        14.24 / 14.61 ±0.22 / 14.95 ms │     no change │
│ QQuery 2  │        43.44 / 43.95 ±0.33 / 44.23 ms │        43.81 / 44.18 ±0.20 / 44.42 ms │     no change │
│ QQuery 3  │        41.39 / 43.32 ±1.10 / 44.28 ms │        41.77 / 43.33 ±1.20 / 45.28 ms │     no change │
│ QQuery 4  │     284.86 / 297.01 ±8.98 / 308.79 ms │     295.63 / 302.61 ±5.73 / 312.28 ms │     no change │
│ QQuery 5  │     346.43 / 350.82 ±3.60 / 355.89 ms │     348.09 / 351.78 ±2.94 / 356.19 ms │     no change │
│ QQuery 6  │           5.87 / 6.89 ±1.25 / 9.25 ms │          5.89 / 7.14 ±1.74 / 10.48 ms │     no change │
│ QQuery 7  │        16.73 / 17.60 ±0.58 / 18.41 ms │        16.71 / 16.92 ±0.16 / 17.14 ms │     no change │
│ QQuery 8  │    413.21 / 435.72 ±17.24 / 458.17 ms │     422.54 / 428.86 ±4.71 / 436.83 ms │     no change │
│ QQuery 9  │     637.70 / 652.81 ±8.71 / 663.58 ms │     643.52 / 649.88 ±7.60 / 663.20 ms │     no change │
│ QQuery 10 │       89.96 / 93.90 ±4.05 / 101.26 ms │       90.81 / 93.23 ±4.17 / 101.54 ms │     no change │
│ QQuery 11 │     102.44 / 104.37 ±1.03 / 105.53 ms │     103.31 / 104.51 ±1.08 / 106.52 ms │     no change │
│ QQuery 12 │     345.06 / 353.46 ±6.62 / 363.65 ms │     346.85 / 351.36 ±2.57 / 354.13 ms │     no change │
│ QQuery 13 │    455.20 / 471.82 ±11.47 / 487.73 ms │    453.61 / 469.43 ±12.51 / 485.58 ms │     no change │
│ QQuery 14 │     348.11 / 351.36 ±2.50 / 354.06 ms │     350.23 / 359.20 ±7.26 / 369.90 ms │     no change │
│ QQuery 15 │    364.99 / 380.02 ±19.33 / 417.87 ms │    365.20 / 382.29 ±22.43 / 426.16 ms │     no change │
│ QQuery 16 │    714.05 / 737.70 ±26.24 / 786.15 ms │    722.21 / 744.58 ±17.06 / 767.97 ms │     no change │
│ QQuery 17 │    711.62 / 725.46 ±15.36 / 755.16 ms │    715.80 / 747.91 ±35.18 / 815.35 ms │     no change │
│ QQuery 18 │ 1409.47 / 1469.36 ±41.01 / 1516.92 ms │ 1432.72 / 1482.92 ±42.71 / 1543.91 ms │     no change │
│ QQuery 19 │       33.79 / 40.22 ±10.60 / 61.36 ms │        34.11 / 35.71 ±2.31 / 40.28 ms │ +1.13x faster │
│ QQuery 20 │    716.55 / 735.58 ±20.03 / 763.89 ms │    711.42 / 724.72 ±16.61 / 757.38 ms │     no change │
│ QQuery 21 │     757.93 / 767.17 ±5.17 / 772.21 ms │     760.03 / 769.65 ±7.29 / 782.35 ms │     no change │
│ QQuery 22 │  1122.92 / 1128.29 ±5.18 / 1138.07 ms │  1117.97 / 1124.52 ±3.52 / 1127.44 ms │     no change │
│ QQuery 23 │ 3035.95 / 3086.88 ±67.48 / 3220.07 ms │ 3054.36 / 3092.76 ±29.09 / 3128.32 ms │     no change │
│ QQuery 24 │      99.23 / 101.08 ±1.50 / 102.69 ms │      97.79 / 100.37 ±2.47 / 105.04 ms │     no change │
│ QQuery 25 │     136.75 / 139.16 ±1.88 / 141.87 ms │     141.04 / 141.46 ±0.39 / 142.12 ms │     no change │
│ QQuery 26 │      99.19 / 101.63 ±2.28 / 104.40 ms │      97.97 / 101.74 ±3.06 / 106.82 ms │     no change │
│ QQuery 27 │    849.26 / 857.95 ±12.27 / 882.28 ms │   847.68 / 886.31 ±68.69 / 1023.27 ms │     no change │
│ QQuery 28 │ 7670.99 / 7745.87 ±42.54 / 7801.66 ms │ 7720.58 / 7770.49 ±37.50 / 7832.87 ms │     no change │
│ QQuery 29 │        50.68 / 53.88 ±4.00 / 61.75 ms │        52.11 / 58.29 ±6.62 / 68.27 ms │  1.08x slower │
│ QQuery 30 │    360.01 / 375.55 ±10.48 / 387.99 ms │     366.10 / 372.15 ±6.45 / 381.20 ms │     no change │
│ QQuery 31 │    376.37 / 394.73 ±12.22 / 411.72 ms │    373.79 / 397.35 ±21.75 / 427.72 ms │     no change │
│ QQuery 32 │ 1034.40 / 1061.11 ±20.09 / 1095.69 ms │ 1050.85 / 1103.64 ±55.76 / 1191.18 ms │     no change │
│ QQuery 33 │ 1460.52 / 1487.69 ±16.01 / 1510.20 ms │ 1488.06 / 1503.82 ±14.95 / 1528.49 ms │     no change │
│ QQuery 34 │ 1466.12 / 1484.85 ±28.25 / 1540.96 ms │ 1477.83 / 1517.27 ±23.10 / 1546.53 ms │     no change │
│ QQuery 35 │    387.28 / 397.58 ±10.64 / 417.92 ms │     397.15 / 401.59 ±2.72 / 405.52 ms │     no change │
│ QQuery 36 │     116.45 / 122.58 ±3.96 / 128.67 ms │     115.20 / 124.87 ±6.37 / 133.30 ms │     no change │
│ QQuery 37 │        47.71 / 49.40 ±1.35 / 51.30 ms │        47.63 / 49.39 ±1.43 / 51.44 ms │     no change │
│ QQuery 38 │        74.82 / 76.61 ±1.68 / 79.47 ms │        75.97 / 77.73 ±1.10 / 79.23 ms │     no change │
│ QQuery 39 │     208.21 / 216.92 ±6.77 / 225.71 ms │     210.71 / 218.43 ±5.61 / 227.86 ms │     no change │
│ QQuery 40 │        24.49 / 26.76 ±1.37 / 28.06 ms │        23.12 / 25.82 ±2.05 / 29.41 ms │     no change │
│ QQuery 41 │        21.24 / 21.57 ±0.19 / 21.83 ms │        19.97 / 21.65 ±1.67 / 24.44 ms │     no change │
│ QQuery 42 │        20.00 / 20.40 ±0.21 / 20.55 ms │        19.67 / 20.08 ±0.28 / 20.50 ms │     no change │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                        ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                        │ 27048.00ms │
│ Total Time (skip-filter-fully-matched)   │ 27239.05ms │
│ Average Time (HEAD)                      │   629.02ms │
│ Average Time (skip-filter-fully-matched) │   633.47ms │
│ Queries Faster                           │          1 │
│ Queries Slower                           │          1 │
│ Queries with No Change                   │         41 │
│ Queries with Failure                     │          0 │
└──────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 136.4s
Peak memory 41.4 GiB
Avg memory 31.9 GiB
CPU user 1291.6s
CPU sys 85.0s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 137.4s
Peak memory 40.9 GiB
Avg memory 30.7 GiB
CPU user 1298.8s
CPU sys 86.6s
Peak spill 0 B

File an issue against this benchmark runner

@Dandandan Dandandan closed this Apr 4, 2026
@Dandandan
Copy link
Copy Markdown
Contributor Author

run benchmarks

env:
   PUSHDOWN_FILTERS: true
   REORDER_FILTERS: true
   PUSDHOWN: true

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4197039020-915-sl49q 6.12.55+ #1 SMP Sun Feb 1 08:59:41 UTC 2026 aarch64 GNU/Linux

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

Comparing skip-filter-fully-matched (ebe07a1) to c17c87c (merge-base) diff using: clickbench_partitioned
Results will be posted here when complete


File an issue against this benchmark runner

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4197039020-917-mrzdj 6.12.55+ #1 SMP Sun Feb 1 08:59:41 UTC 2026 aarch64 GNU/Linux

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

Comparing skip-filter-fully-matched (ebe07a1) to c17c87c (merge-base) diff using: tpch
Results will be posted here when complete


File an issue against this benchmark runner

@xudong963
Copy link
Copy Markdown
Member

xudong963 commented Apr 7, 2026

Hey @Dandandan , I think the changs should be mainly in arrow-rs repo, I did some work before xudong963/arrow-rs@eaf4ab1

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4197039020-916-sqvs7 6.12.55+ #1 SMP Sun Feb 1 08:59:41 UTC 2026 aarch64 GNU/Linux

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

Comparing skip-filter-fully-matched (ebe07a1) to c17c87c (merge-base) diff using: tpcds
Results will be posted here when complete


File an issue against this benchmark runner

@Dandandan
Copy link
Copy Markdown
Contributor Author

Hey @Dandandan , I think the changs should be mainly in arrow-rs repo, I did some work before xudong963/arrow-rs@eaf4ab1

Ah yes, I realize we could also do that at arrow-rs side!
Do you plan on making a PR out of it?

@xudong963
Copy link
Copy Markdown
Member

Hey @Dandandan , I think the changs should be mainly in arrow-rs repo, I did some work before xudong963/arrow-rs@eaf4ab1

Ah yes, I realize we could also do that at arrow-rs side! Do you plan on making a PR out of it?

yes, I'll make a PR recently

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark completed (GKE) | trigger

Instance: c4a-highmem-16 (12 vCPU / 65 GiB)

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected
Details

Comparing HEAD and skip-filter-fully-matched
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃              skip-filter-fully-matched ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.20 / 4.40 ±6.32 / 17.04 ms │           1.18 / 4.38 ±6.32 / 17.03 ms │     no change │
│ QQuery 1  │        14.25 / 14.95 ±0.62 / 15.88 ms │         14.30 / 14.44 ±0.10 / 14.57 ms │     no change │
│ QQuery 2  │        43.66 / 44.37 ±1.01 / 46.34 ms │         43.68 / 44.55 ±1.17 / 46.81 ms │     no change │
│ QQuery 3  │        42.10 / 44.66 ±2.23 / 47.66 ms │         39.86 / 42.71 ±2.83 / 46.53 ms │     no change │
│ QQuery 4  │     288.81 / 298.19 ±5.14 / 304.24 ms │      295.92 / 303.59 ±4.41 / 308.46 ms │     no change │
│ QQuery 5  │     346.16 / 354.61 ±9.46 / 369.98 ms │      345.85 / 354.40 ±5.17 / 361.54 ms │     no change │
│ QQuery 6  │           5.90 / 6.21 ±0.31 / 6.78 ms │            5.72 / 6.87 ±0.95 / 8.45 ms │  1.10x slower │
│ QQuery 7  │        16.40 / 17.31 ±1.14 / 19.54 ms │         16.43 / 16.85 ±0.33 / 17.44 ms │     no change │
│ QQuery 8  │    409.41 / 422.30 ±13.25 / 446.28 ms │      422.08 / 432.23 ±7.31 / 441.68 ms │     no change │
│ QQuery 9  │    618.56 / 644.25 ±16.74 / 667.07 ms │     638.98 / 671.09 ±16.76 / 684.69 ms │     no change │
│ QQuery 10 │        90.02 / 92.86 ±2.58 / 97.66 ms │         92.48 / 95.15 ±2.33 / 98.72 ms │     no change │
│ QQuery 11 │     102.41 / 105.21 ±1.92 / 107.97 ms │      105.13 / 107.36 ±1.89 / 110.67 ms │     no change │
│ QQuery 12 │     346.68 / 355.55 ±4.97 / 361.71 ms │      345.63 / 354.82 ±5.87 / 364.07 ms │     no change │
│ QQuery 13 │     462.38 / 472.93 ±9.28 / 487.15 ms │      472.02 / 480.75 ±8.08 / 491.84 ms │     no change │
│ QQuery 14 │     351.91 / 360.02 ±7.43 / 372.58 ms │      364.49 / 371.17 ±3.98 / 375.87 ms │     no change │
│ QQuery 15 │    369.08 / 387.11 ±20.54 / 426.75 ms │     364.62 / 396.87 ±23.03 / 434.96 ms │     no change │
│ QQuery 16 │     721.72 / 733.21 ±7.06 / 743.36 ms │     729.40 / 745.44 ±11.72 / 764.17 ms │     no change │
│ QQuery 17 │    725.75 / 744.63 ±17.28 / 772.09 ms │      707.59 / 716.25 ±4.74 / 720.40 ms │     no change │
│ QQuery 18 │ 1491.87 / 1527.25 ±30.83 / 1577.12 ms │  1384.46 / 1469.68 ±45.18 / 1514.26 ms │     no change │
│ QQuery 19 │        34.98 / 36.46 ±1.36 / 39.01 ms │        34.18 / 45.15 ±13.26 / 66.26 ms │  1.24x slower │
│ QQuery 20 │    716.61 / 736.67 ±18.25 / 763.65 ms │     715.71 / 726.70 ±13.50 / 752.36 ms │     no change │
│ QQuery 21 │     759.90 / 771.54 ±7.28 / 780.81 ms │     757.55 / 780.31 ±23.73 / 823.27 ms │     no change │
│ QQuery 22 │  1128.15 / 1134.50 ±5.28 / 1143.85 ms │   1123.22 / 1127.57 ±3.34 / 1131.05 ms │     no change │
│ QQuery 23 │ 3040.50 / 3066.12 ±13.64 / 3077.72 ms │  3032.64 / 3059.92 ±16.84 / 3081.01 ms │     no change │
│ QQuery 24 │      95.36 / 101.43 ±4.65 / 107.13 ms │       97.44 / 101.80 ±2.59 / 104.34 ms │     no change │
│ QQuery 25 │     137.23 / 138.77 ±1.39 / 141.37 ms │      139.66 / 140.30 ±0.65 / 141.43 ms │     no change │
│ QQuery 26 │      97.98 / 100.56 ±2.22 / 103.43 ms │       99.46 / 100.67 ±1.07 / 102.62 ms │     no change │
│ QQuery 27 │     853.38 / 855.67 ±2.56 / 860.18 ms │      846.02 / 852.40 ±8.25 / 868.42 ms │     no change │
│ QQuery 28 │ 7734.47 / 7770.13 ±25.02 / 7804.41 ms │  7687.46 / 7760.25 ±39.13 / 7803.63 ms │     no change │
│ QQuery 29 │      50.07 / 84.14 ±63.15 / 210.36 ms │         49.89 / 54.18 ±3.97 / 60.09 ms │ +1.55x faster │
│ QQuery 30 │     361.39 / 367.95 ±5.22 / 374.17 ms │      360.02 / 372.40 ±9.16 / 384.55 ms │     no change │
│ QQuery 31 │    351.13 / 378.35 ±16.19 / 400.17 ms │     367.46 / 388.17 ±18.19 / 415.96 ms │     no change │
│ QQuery 32 │ 1187.81 / 1238.97 ±41.27 / 1294.32 ms │ 1055.21 / 1203.28 ±107.86 / 1373.43 ms │     no change │
│ QQuery 33 │ 1446.60 / 1480.49 ±36.42 / 1550.66 ms │   1481.93 / 1493.68 ±8.47 / 1505.77 ms │     no change │
│ QQuery 34 │ 1452.41 / 1466.22 ±14.34 / 1493.05 ms │  1476.99 / 1505.76 ±34.45 / 1564.03 ms │     no change │
│ QQuery 35 │     376.55 / 385.54 ±5.88 / 394.54 ms │      391.27 / 397.52 ±5.96 / 408.46 ms │     no change │
│ QQuery 36 │     116.11 / 122.60 ±3.67 / 127.08 ms │      120.41 / 124.26 ±2.12 / 126.78 ms │     no change │
│ QQuery 37 │        46.64 / 48.91 ±2.00 / 52.45 ms │         46.83 / 48.29 ±1.18 / 50.24 ms │     no change │
│ QQuery 38 │        73.87 / 75.69 ±1.54 / 77.88 ms │         75.41 / 77.46 ±1.32 / 78.88 ms │     no change │
│ QQuery 39 │     210.84 / 220.14 ±7.84 / 230.77 ms │      211.93 / 216.16 ±3.65 / 220.50 ms │     no change │
│ QQuery 40 │        24.72 / 26.30 ±1.64 / 28.45 ms │         25.67 / 26.82 ±0.90 / 27.87 ms │     no change │
│ QQuery 41 │        19.67 / 21.36 ±1.34 / 23.14 ms │         19.78 / 21.00 ±1.59 / 24.08 ms │     no change │
│ QQuery 42 │        19.35 / 20.34 ±0.62 / 21.14 ms │         18.93 / 19.59 ±0.50 / 20.36 ms │     no change │
└───────────┴───────────────────────────────────────┴────────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                        ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                        │ 27278.88ms │
│ Total Time (skip-filter-fully-matched)   │ 27272.24ms │
│ Average Time (HEAD)                      │   634.39ms │
│ Average Time (skip-filter-fully-matched) │   634.24ms │
│ Queries Faster                           │          1 │
│ Queries Slower                           │          2 │
│ Queries with No Change                   │         40 │
│ Queries with Failure                     │          0 │
└──────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 137.5s
Peak memory 39.7 GiB
Avg memory 29.0 GiB
CPU user 1288.9s
CPU sys 96.6s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 137.4s
Peak memory 39.9 GiB
Avg memory 28.3 GiB
CPU user 1289.4s
CPU sys 94.5s
Peak spill 0 B

File an issue against this benchmark runner

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark completed (GKE) | trigger

Instance: c4a-highmem-16 (12 vCPU / 65 GiB)

CPU Details (lscpu)
Architecture:                            aarch64
CPU op-mode(s):                          64-bit
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               ARM
Model name:                              Neoverse-V2
Model:                                   1
Thread(s) per core:                      1
Core(s) per cluster:                     16
Socket(s):                               -
Cluster(s):                              1
Stepping:                                r0p1
BogoMIPS:                                2000.00
Flags:                                   fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh rng bti
L1d cache:                               1 MiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                80 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; CSV2, BHB
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected
Details

Comparing HEAD and skip-filter-fully-matched
--------------------
Benchmark tpcds_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
┃ Query     ┃                                     HEAD ┃               skip-filter-fully-matched ┃       Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
│ QQuery 1  │              6.82 / 7.28 ±0.71 / 8.69 ms │             6.51 / 7.07 ±0.77 / 8.59 ms │    no change │
│ QQuery 2  │        146.06 / 146.78 ±0.72 / 147.99 ms │       146.09 / 146.49 ±0.42 / 147.26 ms │    no change │
│ QQuery 3  │        114.40 / 115.08 ±0.44 / 115.58 ms │       113.96 / 114.64 ±0.41 / 115.16 ms │    no change │
│ QQuery 4  │    1369.51 / 1394.67 ±15.48 / 1412.80 ms │   1388.69 / 1423.84 ±20.07 / 1442.71 ms │    no change │
│ QQuery 5  │        174.42 / 175.52 ±0.62 / 176.18 ms │       173.24 / 176.03 ±2.00 / 178.74 ms │    no change │
│ QQuery 6  │        848.08 / 854.06 ±5.39 / 863.24 ms │      852.03 / 882.22 ±21.95 / 920.04 ms │    no change │
│ QQuery 7  │        356.82 / 358.92 ±1.82 / 361.26 ms │       354.07 / 359.10 ±4.54 / 366.66 ms │    no change │
│ QQuery 8  │        116.85 / 118.47 ±0.85 / 119.25 ms │       115.55 / 117.81 ±1.28 / 119.34 ms │    no change │
│ QQuery 9  │        100.52 / 103.82 ±2.56 / 107.51 ms │       101.73 / 104.64 ±1.70 / 106.06 ms │    no change │
│ QQuery 10 │        106.00 / 108.05 ±1.17 / 109.29 ms │       105.11 / 107.04 ±1.06 / 108.21 ms │    no change │
│ QQuery 11 │        979.01 / 991.54 ±7.56 / 998.88 ms │     961.40 / 991.62 ±23.05 / 1017.68 ms │    no change │
│ QQuery 12 │           47.68 / 47.83 ±0.16 / 48.14 ms │          46.35 / 47.15 ±0.75 / 48.46 ms │    no change │
│ QQuery 13 │        402.53 / 404.75 ±1.66 / 406.98 ms │       404.42 / 407.26 ±1.75 / 409.18 ms │    no change │
│ QQuery 14 │     1026.31 / 1035.10 ±4.84 / 1039.04 ms │    1026.68 / 1035.16 ±6.50 / 1044.94 ms │    no change │
│ QQuery 15 │           15.36 / 17.33 ±1.39 / 19.00 ms │          16.84 / 19.28 ±1.48 / 20.92 ms │ 1.11x slower │
│ QQuery 16 │              7.76 / 8.52 ±0.89 / 9.73 ms │             7.41 / 8.16 ±0.66 / 9.31 ms │    no change │
│ QQuery 17 │        238.72 / 242.68 ±2.96 / 246.72 ms │       240.83 / 244.50 ±2.12 / 246.89 ms │    no change │
│ QQuery 18 │        127.09 / 129.56 ±1.54 / 131.29 ms │       129.80 / 132.34 ±1.39 / 133.67 ms │    no change │
│ QQuery 19 │        156.76 / 157.75 ±0.57 / 158.49 ms │       156.17 / 157.58 ±0.99 / 158.82 ms │    no change │
│ QQuery 20 │           13.74 / 14.77 ±0.67 / 15.58 ms │          13.90 / 14.72 ±0.68 / 15.66 ms │    no change │
│ QQuery 21 │           19.51 / 20.01 ±0.32 / 20.48 ms │          19.67 / 20.72 ±0.86 / 21.80 ms │    no change │
│ QQuery 22 │        487.18 / 490.95 ±3.56 / 497.37 ms │       488.74 / 492.31 ±1.90 / 494.46 ms │    no change │
│ QQuery 23 │       896.85 / 915.79 ±10.83 / 930.36 ms │       909.25 / 915.37 ±5.45 / 923.97 ms │    no change │
│ QQuery 24 │        396.59 / 401.59 ±3.15 / 404.91 ms │       397.26 / 400.13 ±4.08 / 408.17 ms │    no change │
│ QQuery 25 │        350.82 / 354.82 ±2.90 / 358.72 ms │       353.65 / 358.71 ±2.66 / 361.29 ms │    no change │
│ QQuery 26 │           81.98 / 85.03 ±2.38 / 88.71 ms │          82.26 / 83.76 ±0.88 / 85.03 ms │    no change │
│ QQuery 27 │              6.85 / 7.11 ±0.18 / 7.35 ms │             7.18 / 7.83 ±0.49 / 8.33 ms │ 1.10x slower │
│ QQuery 28 │        149.64 / 151.00 ±0.69 / 151.52 ms │       148.23 / 150.16 ±1.37 / 151.74 ms │    no change │
│ QQuery 29 │        293.97 / 297.33 ±1.92 / 299.65 ms │       297.59 / 300.06 ±2.09 / 303.32 ms │    no change │
│ QQuery 30 │           43.53 / 44.70 ±0.93 / 45.75 ms │          44.18 / 45.28 ±1.42 / 48.08 ms │    no change │
│ QQuery 31 │        172.60 / 174.38 ±0.96 / 175.41 ms │       170.22 / 172.11 ±1.30 / 173.63 ms │    no change │
│ QQuery 32 │           57.48 / 58.68 ±0.93 / 59.59 ms │          57.03 / 58.27 ±1.19 / 60.13 ms │    no change │
│ QQuery 33 │        144.07 / 145.16 ±0.88 / 146.35 ms │       140.98 / 142.15 ±0.98 / 143.40 ms │    no change │
│ QQuery 34 │              7.34 / 7.62 ±0.20 / 7.85 ms │             7.21 / 7.50 ±0.22 / 7.82 ms │    no change │
│ QQuery 35 │        109.84 / 110.68 ±1.01 / 112.43 ms │       107.40 / 108.99 ±1.49 / 111.19 ms │    no change │
│ QQuery 36 │              6.55 / 6.71 ±0.13 / 6.95 ms │             6.70 / 6.84 ±0.15 / 7.13 ms │    no change │
│ QQuery 37 │             8.74 / 9.32 ±0.42 / 10.05 ms │            8.41 / 9.06 ±0.62 / 10.23 ms │    no change │
│ QQuery 38 │           86.23 / 89.40 ±3.65 / 96.48 ms │          83.21 / 88.59 ±3.85 / 95.14 ms │    no change │
│ QQuery 39 │        130.06 / 131.39 ±1.42 / 133.99 ms │       126.02 / 129.32 ±1.76 / 131.33 ms │    no change │
│ QQuery 40 │        116.78 / 121.53 ±5.61 / 132.56 ms │       114.62 / 119.29 ±6.56 / 132.19 ms │    no change │
│ QQuery 41 │           14.61 / 16.32 ±2.02 / 20.19 ms │          14.18 / 15.72 ±1.31 / 17.29 ms │    no change │
│ QQuery 42 │        107.94 / 110.51 ±1.30 / 111.35 ms │       109.22 / 110.09 ±0.73 / 111.33 ms │    no change │
│ QQuery 43 │              6.18 / 6.30 ±0.11 / 6.50 ms │             5.87 / 6.17 ±0.28 / 6.58 ms │    no change │
│ QQuery 44 │           11.59 / 12.02 ±0.24 / 12.34 ms │          11.33 / 11.74 ±0.33 / 12.17 ms │    no change │
│ QQuery 45 │           53.74 / 54.80 ±0.85 / 55.69 ms │          52.26 / 54.12 ±1.65 / 56.16 ms │    no change │
│ QQuery 46 │              8.83 / 9.06 ±0.26 / 9.55 ms │             8.39 / 8.71 ±0.33 / 9.24 ms │    no change │
│ QQuery 47 │        725.10 / 728.47 ±4.05 / 736.10 ms │       724.90 / 731.01 ±3.72 / 735.85 ms │    no change │
│ QQuery 48 │        284.19 / 295.04 ±6.31 / 300.37 ms │       288.59 / 291.69 ±2.34 / 295.65 ms │    no change │
│ QQuery 49 │        256.86 / 259.88 ±2.12 / 262.75 ms │       255.82 / 257.09 ±0.88 / 257.89 ms │    no change │
│ QQuery 50 │        236.05 / 242.81 ±5.43 / 250.05 ms │       237.87 / 242.70 ±3.92 / 248.72 ms │    no change │
│ QQuery 51 │        183.77 / 186.03 ±2.23 / 189.52 ms │       183.99 / 186.30 ±3.09 / 192.33 ms │    no change │
│ QQuery 52 │        108.69 / 111.19 ±1.30 / 112.29 ms │       109.08 / 110.10 ±0.68 / 110.97 ms │    no change │
│ QQuery 53 │        104.67 / 105.97 ±1.00 / 107.10 ms │       103.30 / 104.56 ±0.97 / 106.31 ms │    no change │
│ QQuery 54 │        147.49 / 148.23 ±0.60 / 149.22 ms │       148.18 / 149.43 ±0.79 / 150.34 ms │    no change │
│ QQuery 55 │        108.33 / 109.00 ±0.37 / 109.38 ms │       108.35 / 109.70 ±1.13 / 111.65 ms │    no change │
│ QQuery 56 │        141.38 / 143.35 ±1.89 / 146.79 ms │       141.74 / 143.03 ±1.08 / 144.89 ms │    no change │
│ QQuery 57 │        169.86 / 175.91 ±3.39 / 179.45 ms │       175.25 / 176.70 ±1.03 / 178.25 ms │    no change │
│ QQuery 58 │        295.43 / 304.21 ±9.48 / 322.42 ms │       298.70 / 302.88 ±4.33 / 310.47 ms │    no change │
│ QQuery 59 │        200.93 / 202.34 ±1.33 / 204.87 ms │       201.59 / 204.26 ±3.09 / 209.63 ms │    no change │
│ QQuery 60 │        144.20 / 146.10 ±1.44 / 147.85 ms │       143.97 / 146.05 ±1.53 / 148.66 ms │    no change │
│ QQuery 61 │           13.37 / 13.67 ±0.25 / 14.02 ms │          13.55 / 13.83 ±0.28 / 14.28 ms │    no change │
│ QQuery 62 │      917.78 / 948.01 ±32.59 / 1009.49 ms │     932.18 / 980.54 ±44.71 / 1046.56 ms │    no change │
│ QQuery 63 │        105.04 / 109.15 ±3.38 / 114.52 ms │       103.84 / 107.40 ±2.34 / 110.15 ms │    no change │
│ QQuery 64 │       700.47 / 713.18 ±10.11 / 728.23 ms │       700.24 / 710.15 ±7.07 / 721.77 ms │    no change │
│ QQuery 65 │        257.74 / 261.15 ±2.57 / 265.45 ms │       256.92 / 258.57 ±1.50 / 260.59 ms │    no change │
│ QQuery 66 │       234.38 / 249.99 ±13.01 / 274.03 ms │       246.24 / 260.22 ±9.06 / 273.35 ms │    no change │
│ QQuery 67 │        314.37 / 321.56 ±8.10 / 336.83 ms │       314.84 / 319.99 ±5.45 / 330.29 ms │    no change │
│ QQuery 68 │            8.97 / 10.62 ±1.83 / 14.07 ms │           9.78 / 10.31 ±0.38 / 10.85 ms │    no change │
│ QQuery 69 │        102.43 / 104.31 ±1.58 / 106.93 ms │       101.10 / 103.62 ±2.36 / 107.75 ms │    no change │
│ QQuery 70 │       334.19 / 348.52 ±13.99 / 373.42 ms │       347.30 / 357.28 ±6.99 / 366.40 ms │    no change │
│ QQuery 71 │        135.45 / 138.92 ±3.69 / 146.09 ms │       133.61 / 136.97 ±2.38 / 140.12 ms │    no change │
│ QQuery 72 │       712.28 / 730.49 ±11.25 / 740.72 ms │      734.26 / 745.97 ±10.01 / 760.28 ms │    no change │
│ QQuery 73 │              6.97 / 7.86 ±0.94 / 9.18 ms │            7.83 / 9.20 ±1.72 / 12.53 ms │ 1.17x slower │
│ QQuery 74 │       613.35 / 626.35 ±13.72 / 650.69 ms │       648.75 / 655.52 ±3.69 / 659.31 ms │    no change │
│ QQuery 75 │        279.51 / 282.36 ±2.62 / 286.81 ms │       277.87 / 280.57 ±2.55 / 283.78 ms │    no change │
│ QQuery 76 │        135.57 / 136.67 ±0.70 / 137.53 ms │       133.01 / 134.92 ±1.39 / 136.76 ms │    no change │
│ QQuery 77 │        190.07 / 193.14 ±1.96 / 196.06 ms │       189.19 / 191.28 ±2.12 / 195.14 ms │    no change │
│ QQuery 78 │        359.27 / 362.57 ±1.92 / 364.81 ms │       355.94 / 358.30 ±2.08 / 361.18 ms │    no change │
│ QQuery 79 │        239.90 / 241.58 ±1.23 / 243.61 ms │       235.31 / 241.05 ±3.32 / 245.24 ms │    no change │
│ QQuery 80 │        333.11 / 336.15 ±1.98 / 338.93 ms │       328.13 / 330.64 ±1.55 / 332.37 ms │    no change │
│ QQuery 81 │           27.31 / 28.06 ±0.51 / 28.49 ms │          26.41 / 27.53 ±1.41 / 30.23 ms │    no change │
│ QQuery 82 │        199.91 / 203.26 ±2.34 / 206.30 ms │       197.21 / 202.20 ±3.46 / 206.99 ms │    no change │
│ QQuery 83 │           40.04 / 41.83 ±1.76 / 45.10 ms │          39.84 / 41.18 ±1.44 / 43.70 ms │    no change │
│ QQuery 84 │           48.03 / 49.72 ±1.07 / 51.05 ms │          48.23 / 49.15 ±1.03 / 50.95 ms │    no change │
│ QQuery 85 │        150.10 / 151.34 ±0.69 / 152.14 ms │       149.27 / 150.81 ±1.10 / 152.18 ms │    no change │
│ QQuery 86 │           38.70 / 40.04 ±0.85 / 40.77 ms │          39.55 / 40.24 ±0.77 / 41.67 ms │    no change │
│ QQuery 87 │           84.70 / 89.88 ±3.75 / 96.14 ms │          85.41 / 90.87 ±3.86 / 96.90 ms │    no change │
│ QQuery 88 │        100.61 / 104.36 ±5.48 / 115.28 ms │       101.29 / 101.81 ±0.29 / 102.07 ms │    no change │
│ QQuery 89 │        118.58 / 120.52 ±1.18 / 121.54 ms │       120.71 / 121.70 ±0.61 / 122.54 ms │    no change │
│ QQuery 90 │           23.77 / 24.35 ±0.61 / 25.21 ms │          24.00 / 24.21 ±0.15 / 24.40 ms │    no change │
│ QQuery 91 │           64.00 / 65.11 ±0.81 / 66.34 ms │          62.96 / 64.83 ±1.34 / 66.47 ms │    no change │
│ QQuery 92 │           57.57 / 59.16 ±1.29 / 61.35 ms │          57.77 / 58.73 ±0.65 / 59.61 ms │    no change │
│ QQuery 93 │        193.28 / 195.53 ±1.65 / 198.25 ms │       194.39 / 196.45 ±1.62 / 198.35 ms │    no change │
│ QQuery 94 │           61.26 / 62.30 ±0.77 / 63.45 ms │          60.67 / 61.82 ±0.72 / 62.95 ms │    no change │
│ QQuery 95 │        135.59 / 138.76 ±2.16 / 142.32 ms │       135.57 / 136.91 ±1.29 / 139.29 ms │    no change │
│ QQuery 96 │           75.64 / 76.31 ±0.80 / 77.34 ms │          72.60 / 74.87 ±1.20 / 75.95 ms │    no change │
│ QQuery 97 │        132.09 / 134.04 ±1.75 / 136.53 ms │       132.91 / 134.52 ±1.34 / 136.21 ms │    no change │
│ QQuery 98 │        156.11 / 157.05 ±0.72 / 158.12 ms │       152.82 / 156.43 ±1.99 / 158.72 ms │    no change │
│ QQuery 99 │ 10829.29 / 10881.85 ±37.56 / 10931.55 ms │ 10805.09 / 10814.36 ±6.66 / 10824.17 ms │    no change │
└───────────┴──────────────────────────────────────────┴─────────────────────────────────────────┴──────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                        ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                        │ 32182.97ms │
│ Total Time (skip-filter-fully-matched)   │ 32230.10ms │
│ Average Time (HEAD)                      │   325.08ms │
│ Average Time (skip-filter-fully-matched) │   325.56ms │
│ Queries Faster                           │          0 │
│ Queries Slower                           │          3 │
│ Queries with No Change                   │         96 │
│ Queries with Failure                     │          0 │
└──────────────────────────────────────────┴────────────┘

Resource Usage

tpcds — base (merge-base)

Metric Value
Wall time 161.2s
Peak memory 5.2 GiB
Avg memory 4.5 GiB
CPU user 263.9s
CPU sys 17.4s
Peak spill 0 B

tpcds — branch

Metric Value
Wall time 161.4s
Peak memory 5.7 GiB
Avg memory 4.5 GiB
CPU user 264.3s
CPU sys 17.6s
Peak spill 0 B

File an issue against this benchmark runner

@adriangb
Copy link
Copy Markdown
Contributor

adriangb commented Apr 7, 2026

This makes a lot of sense to me. We have a hacky version of this internally, it's especially effective for filters/queries like `ts > '2026-04-05T00:15:00Z' where many files will have all rows match. Can't we do this at the file level right now in DataFusion (in fact I think we do) and once the morsels API is across the line at the row group level without any changes in arrow-rs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

datasource Changes to the datasource crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants