Skip to content

feat: disable join dynamic filter pushdown by default#22438

Draft
adriangb wants to merge 1 commit into
apache:mainfrom
adriangb:disable-join-dynamic-filter-default
Draft

feat: disable join dynamic filter pushdown by default#22438
adriangb wants to merge 1 commit into
apache:mainfrom
adriangb:disable-join-dynamic-filter-default

Conversation

@adriangb
Copy link
Copy Markdown
Contributor

Summary

Flip datafusion.optimizer.enable_join_dynamic_filter_pushdown from truefalse by default.

When a hash join's build-side dynamic filter contains a hash_lookup term, evaluating it on every probe-side row inside the scan duplicates the work the join's own probe is about to do. On TPC-H Q17 this doubles end-to-end query time, and similar ~20–100% regressions show up across TPC-H Q3/Q5/Q8/Q9/Q14/Q18 and many TPC-DS queries that join a small dim table to a large fact table.

The config is still available per-query when the build-side filter is selective enough to make scan-level pruning worthwhile (e.g. small dim table that prunes most of a fact table's row groups / pages).

Benchmark numbers

From local SF1 / ClickBench-partitioned runs (12 vCPU), comparing main defaults vs main with this knob flipped to false:

Suite default (on) with this PR (off)
TPC-H total 841 ms 817 ms
TPC-H Q17 ~80 ms ~74 ms
TPC-DS total 11.0 s 11.3 s
ClickBench total 21.7 s 22.0 s

The total deltas are small in aggregate because the dynamic-filter pushdown both helps some queries (it does enable scan-level pruning) and hurts others (the doubled probe work). The default flip is about removing the regression tail; users who know their build side prunes well can re-enable per-query.

Test plan

  • cargo test --test sqllogictests — all 472 files pass after slt snapshot updates.
  • run benchmarks

When a hash join's build-side dynamic filter contains a `hash_lookup` term,
evaluating it on every probe-side row inside the scan duplicates the work
the join's own probe is about to do. On TPC-H Q17 this doubles end-to-end
query time (the equivalent of running the hash probe twice), and similar
~20-100% regressions show up across TPC-H Q3/Q5/Q8/Q9/Q14/Q18 and many
TPC-DS queries that join a small dim table to a large fact table.

Flip the default so users don't pay this cost on the common shape; the
config is still available per-query when the build-side filter is
selective enough to make scan-level pruning worthwhile (e.g. small
dimension table that prunes most of a fact table's row groups / pages).

The reset block at the end of dynamic_filter_pushdown_config.slt is
switched from `SET ... = true` to `RESET ...` so the test ends in the
configured default regardless of what that default is.
@adriangb
Copy link
Copy Markdown
Contributor Author

run benchmarks

@github-actions github-actions Bot added documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt) common Related to common crate labels May 21, 2026
@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4511671089-258-hfxpg 6.12.68+ #1 SMP Wed Apr 1 02:23:28 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 disable-join-dynamic-filter-default (28c5c5a) to 50d74a7 (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-c4511671089-259-xgqr2 6.12.68+ #1 SMP Wed Apr 1 02:23:28 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 disable-join-dynamic-filter-default (28c5c5a) to 50d74a7 (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 running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4511671089-260-8kmjh 6.12.68+ #1 SMP Wed Apr 1 02:23:28 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 disable-join-dynamic-filter-default (28c5c5a) to 50d74a7 (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 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 disable-join-dynamic-filter-default
--------------------
Benchmark tpch_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                           HEAD ┃ disable-join-dynamic-filter-default ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 1  │ 38.31 / 39.99 ±1.17 / 41.56 ms │      37.83 / 38.56 ±1.07 / 40.68 ms │     no change │
│ QQuery 2  │ 19.54 / 19.82 ±0.24 / 20.26 ms │      18.57 / 18.80 ±0.21 / 19.19 ms │ +1.05x faster │
│ QQuery 3  │ 32.28 / 33.16 ±0.83 / 34.74 ms │      32.31 / 34.38 ±1.16 / 35.86 ms │     no change │
│ QQuery 4  │ 17.19 / 17.47 ±0.34 / 18.11 ms │      16.58 / 16.79 ±0.18 / 17.11 ms │     no change │
│ QQuery 5  │ 38.81 / 41.66 ±1.45 / 42.77 ms │      38.23 / 40.21 ±1.19 / 41.94 ms │     no change │
│ QQuery 6  │ 15.88 / 16.56 ±0.43 / 17.20 ms │      16.01 / 16.51 ±0.77 / 18.03 ms │     no change │
│ QQuery 7  │ 44.81 / 46.66 ±1.44 / 48.06 ms │      42.55 / 45.46 ±1.91 / 47.66 ms │     no change │
│ QQuery 8  │ 44.24 / 45.84 ±1.03 / 47.12 ms │      41.66 / 42.35 ±0.74 / 43.79 ms │ +1.08x faster │
│ QQuery 9  │ 49.56 / 51.34 ±1.33 / 52.89 ms │      48.28 / 49.25 ±0.79 / 50.54 ms │     no change │
│ QQuery 10 │ 63.01 / 63.46 ±0.48 / 64.30 ms │      62.63 / 63.01 ±0.50 / 63.99 ms │     no change │
│ QQuery 11 │ 12.99 / 13.17 ±0.20 / 13.55 ms │      12.21 / 12.31 ±0.14 / 12.58 ms │ +1.07x faster │
│ QQuery 12 │ 23.67 / 24.87 ±0.99 / 26.36 ms │      23.18 / 23.62 ±0.42 / 24.29 ms │ +1.05x faster │
│ QQuery 13 │ 33.38 / 34.71 ±1.78 / 38.19 ms │      32.80 / 33.12 ±0.29 / 33.66 ms │     no change │
│ QQuery 14 │ 25.11 / 25.34 ±0.13 / 25.50 ms │      24.74 / 25.03 ±0.18 / 25.31 ms │     no change │
│ QQuery 15 │ 31.22 / 31.62 ±0.58 / 32.76 ms │      30.91 / 31.41 ±0.65 / 32.70 ms │     no change │
│ QQuery 16 │ 14.42 / 14.61 ±0.12 / 14.80 ms │      14.04 / 14.24 ±0.13 / 14.39 ms │     no change │
│ QQuery 17 │ 72.56 / 73.61 ±0.90 / 75.21 ms │      64.22 / 64.89 ±0.35 / 65.21 ms │ +1.13x faster │
│ QQuery 18 │ 62.19 / 63.11 ±1.01 / 65.03 ms │      60.16 / 61.63 ±1.23 / 63.79 ms │     no change │
│ QQuery 19 │ 33.47 / 33.77 ±0.21 / 34.13 ms │      33.07 / 33.34 ±0.31 / 33.93 ms │     no change │
│ QQuery 20 │ 37.33 / 37.76 ±0.39 / 38.25 ms │      35.88 / 36.09 ±0.15 / 36.29 ms │     no change │
│ QQuery 21 │ 54.23 / 56.64 ±1.86 / 58.83 ms │      51.96 / 54.26 ±1.37 / 56.23 ms │     no change │
│ QQuery 22 │ 22.85 / 23.87 ±1.49 / 26.82 ms │      22.43 / 22.60 ±0.14 / 22.84 ms │ +1.06x faster │
└───────────┴────────────────────────────────┴─────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃          ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 809.01ms │
│ Total Time (disable-join-dynamic-filter-default)   │ 777.85ms │
│ Average Time (HEAD)                                │  36.77ms │
│ Average Time (disable-join-dynamic-filter-default) │  35.36ms │
│ Queries Faster                                     │        6 │
│ Queries Slower                                     │        0 │
│ Queries with No Change                             │       16 │
│ Queries with Failure                               │        0 │
└────────────────────────────────────────────────────┴──────────┘

Resource Usage

tpch — base (merge-base)

Metric Value
Wall time 5.0s
Peak memory 5.5 GiB
Avg memory 5.0 GiB
CPU user 29.5s
CPU sys 2.2s
Peak spill 0 B

tpch — branch

Metric Value
Wall time 5.0s
Peak memory 5.7 GiB
Avg memory 4.9 GiB
CPU user 28.1s
CPU sys 2.4s
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 disable-join-dynamic-filter-default
--------------------
Benchmark tpcds_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃    disable-join-dynamic-filter-default ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 1  │           5.73 / 6.25 ±0.96 / 8.17 ms │            5.76 / 6.26 ±0.88 / 8.03 ms │     no change │
│ QQuery 2  │        81.05 / 81.31 ±0.32 / 81.93 ms │         78.76 / 79.09 ±0.22 / 79.39 ms │     no change │
│ QQuery 3  │        29.00 / 29.35 ±0.30 / 29.84 ms │         27.54 / 27.81 ±0.17 / 28.00 ms │ +1.06x faster │
│ QQuery 4  │     511.81 / 515.03 ±2.16 / 517.77 ms │      535.46 / 537.60 ±1.84 / 540.45 ms │     no change │
│ QQuery 5  │        51.03 / 51.23 ±0.16 / 51.44 ms │         48.40 / 48.78 ±0.34 / 49.30 ms │     no change │
│ QQuery 6  │        35.41 / 35.67 ±0.19 / 35.86 ms │         33.89 / 34.47 ±0.37 / 34.96 ms │     no change │
│ QQuery 7  │     107.62 / 108.72 ±0.59 / 109.30 ms │      106.02 / 107.67 ±2.35 / 112.30 ms │     no change │
│ QQuery 8  │        36.15 / 36.68 ±0.31 / 36.97 ms │         34.53 / 34.91 ±0.38 / 35.43 ms │     no change │
│ QQuery 9  │        52.19 / 54.53 ±1.47 / 55.92 ms │         52.59 / 53.60 ±0.55 / 54.22 ms │     no change │
│ QQuery 10 │        80.97 / 81.16 ±0.13 / 81.30 ms │         81.18 / 82.78 ±1.97 / 86.63 ms │     no change │
│ QQuery 11 │     316.87 / 320.31 ±4.02 / 328.17 ms │      311.60 / 316.65 ±4.21 / 321.82 ms │     no change │
│ QQuery 12 │        28.34 / 28.86 ±0.40 / 29.50 ms │         27.71 / 28.02 ±0.24 / 28.42 ms │     no change │
│ QQuery 13 │     125.33 / 126.69 ±0.94 / 127.69 ms │      123.37 / 124.32 ±0.53 / 124.91 ms │     no change │
│ QQuery 14 │     504.60 / 506.44 ±1.56 / 508.91 ms │      479.49 / 481.45 ±1.48 / 483.97 ms │     no change │
│ QQuery 15 │        61.20 / 62.50 ±1.68 / 65.78 ms │         68.70 / 70.20 ±1.13 / 71.96 ms │  1.12x slower │
│ QQuery 16 │           6.56 / 6.73 ±0.28 / 7.28 ms │            6.39 / 6.55 ±0.19 / 6.91 ms │     no change │
│ QQuery 17 │        81.09 / 81.74 ±0.51 / 82.62 ms │         92.91 / 93.51 ±0.61 / 94.65 ms │  1.14x slower │
│ QQuery 18 │     153.01 / 153.78 ±0.61 / 154.53 ms │      155.48 / 156.34 ±0.62 / 157.18 ms │     no change │
│ QQuery 19 │        40.99 / 41.44 ±0.29 / 41.76 ms │         39.39 / 39.71 ±0.20 / 39.92 ms │     no change │
│ QQuery 20 │        35.47 / 35.92 ±0.46 / 36.81 ms │         37.14 / 37.32 ±0.11 / 37.47 ms │     no change │
│ QQuery 21 │        17.03 / 17.28 ±0.23 / 17.68 ms │         28.46 / 29.01 ±0.32 / 29.33 ms │  1.68x slower │
│ QQuery 22 │        63.42 / 64.39 ±0.98 / 66.05 ms │         63.73 / 64.28 ±0.66 / 65.55 ms │     no change │
│ QQuery 23 │     484.47 / 486.78 ±2.10 / 490.41 ms │      492.55 / 494.41 ±1.55 / 496.92 ms │     no change │
│ QQuery 24 │     234.60 / 237.43 ±4.07 / 245.44 ms │      223.96 / 227.27 ±2.93 / 232.75 ms │     no change │
│ QQuery 25 │     113.16 / 114.20 ±0.67 / 115.07 ms │      110.40 / 112.35 ±1.85 / 115.28 ms │     no change │
│ QQuery 26 │        70.38 / 70.77 ±0.32 / 71.21 ms │      100.75 / 101.30 ±0.31 / 101.65 ms │  1.43x slower │
│ QQuery 27 │           6.46 / 6.57 ±0.14 / 6.84 ms │            6.40 / 6.55 ±0.22 / 6.98 ms │     no change │
│ QQuery 28 │        61.58 / 62.76 ±1.33 / 65.11 ms │         58.00 / 61.87 ±3.11 / 67.52 ms │     no change │
│ QQuery 29 │      99.42 / 100.61 ±1.14 / 102.78 ms │         93.29 / 94.09 ±0.83 / 95.19 ms │ +1.07x faster │
│ QQuery 30 │        29.97 / 30.64 ±0.37 / 31.06 ms │         28.38 / 28.65 ±0.20 / 28.99 ms │ +1.07x faster │
│ QQuery 31 │     111.71 / 113.01 ±0.82 / 114.03 ms │      106.58 / 108.69 ±2.45 / 113.36 ms │     no change │
│ QQuery 32 │        20.18 / 20.51 ±0.28 / 20.96 ms │         37.97 / 38.52 ±0.62 / 39.71 ms │  1.88x slower │
│ QQuery 33 │        38.24 / 38.62 ±0.22 / 38.83 ms │         37.11 / 37.42 ±0.37 / 37.93 ms │     no change │
│ QQuery 34 │           9.12 / 9.35 ±0.23 / 9.78 ms │            8.99 / 9.23 ±0.24 / 9.62 ms │     no change │
│ QQuery 35 │        80.04 / 81.92 ±3.59 / 89.10 ms │         80.56 / 81.33 ±0.94 / 83.09 ms │     no change │
│ QQuery 36 │           5.82 / 5.97 ±0.15 / 6.25 ms │            5.68 / 5.78 ±0.13 / 6.04 ms │     no change │
│ QQuery 37 │           6.75 / 7.03 ±0.28 / 7.53 ms │            6.67 / 6.92 ±0.38 / 7.66 ms │     no change │
│ QQuery 38 │        68.59 / 69.50 ±0.48 / 69.95 ms │         67.46 / 68.08 ±0.63 / 68.96 ms │     no change │
│ QQuery 39 │       98.92 / 99.83 ±0.53 / 100.56 ms │      153.44 / 154.48 ±1.12 / 156.59 ms │  1.55x slower │
│ QQuery 40 │        23.01 / 24.24 ±1.63 / 27.34 ms │         48.08 / 48.53 ±0.32 / 48.85 ms │  2.00x slower │
│ QQuery 41 │        11.18 / 11.42 ±0.33 / 12.06 ms │         10.71 / 10.92 ±0.31 / 11.52 ms │     no change │
│ QQuery 42 │        23.95 / 24.28 ±0.24 / 24.61 ms │         22.83 / 22.92 ±0.06 / 23.01 ms │ +1.06x faster │
│ QQuery 43 │           4.77 / 4.91 ±0.12 / 5.06 ms │            4.74 / 4.81 ±0.11 / 5.03 ms │     no change │
│ QQuery 44 │        10.71 / 10.85 ±0.09 / 10.98 ms │         10.65 / 10.75 ±0.06 / 10.81 ms │     no change │
│ QQuery 45 │        40.51 / 41.14 ±0.44 / 41.87 ms │         38.96 / 39.38 ±0.49 / 40.23 ms │     no change │
│ QQuery 46 │        12.99 / 13.21 ±0.16 / 13.44 ms │         12.09 / 12.82 ±1.00 / 14.79 ms │     no change │
│ QQuery 47 │     227.87 / 232.24 ±3.44 / 237.53 ms │      222.15 / 226.21 ±2.39 / 229.61 ms │     no change │
│ QQuery 48 │     103.71 / 105.22 ±2.24 / 109.51 ms │      101.29 / 101.88 ±0.68 / 103.21 ms │     no change │
│ QQuery 49 │        78.44 / 79.08 ±0.70 / 80.45 ms │         77.58 / 78.25 ±0.74 / 79.44 ms │     no change │
│ QQuery 50 │        60.20 / 60.53 ±0.52 / 61.55 ms │         57.25 / 57.47 ±0.24 / 57.91 ms │ +1.05x faster │
│ QQuery 51 │        93.67 / 95.71 ±2.24 / 99.93 ms │         89.39 / 91.96 ±1.75 / 94.45 ms │     no change │
│ QQuery 52 │        23.94 / 24.30 ±0.20 / 24.54 ms │         23.10 / 23.51 ±0.40 / 24.23 ms │     no change │
│ QQuery 53 │        29.68 / 30.02 ±0.30 / 30.39 ms │         28.41 / 29.55 ±2.09 / 33.74 ms │     no change │
│ QQuery 54 │        54.53 / 54.74 ±0.20 / 55.09 ms │         59.20 / 59.57 ±0.27 / 59.99 ms │  1.09x slower │
│ QQuery 55 │        23.75 / 25.44 ±2.96 / 31.35 ms │         22.73 / 23.00 ±0.24 / 23.34 ms │ +1.11x faster │
│ QQuery 56 │        38.65 / 38.79 ±0.21 / 39.21 ms │         36.76 / 37.13 ±0.23 / 37.43 ms │     no change │
│ QQuery 57 │     175.67 / 178.11 ±1.97 / 181.59 ms │      172.19 / 173.86 ±1.03 / 175.26 ms │     no change │
│ QQuery 58 │     117.49 / 118.42 ±0.69 / 119.61 ms │      112.82 / 113.37 ±0.44 / 114.04 ms │     no change │
│ QQuery 59 │     117.55 / 118.27 ±0.50 / 118.99 ms │      114.50 / 115.21 ±0.58 / 115.95 ms │     no change │
│ QQuery 60 │        39.18 / 39.86 ±0.49 / 40.59 ms │         37.20 / 37.72 ±0.33 / 38.15 ms │ +1.06x faster │
│ QQuery 61 │        12.58 / 12.76 ±0.17 / 13.06 ms │         12.28 / 12.47 ±0.24 / 12.95 ms │     no change │
│ QQuery 62 │        46.29 / 46.66 ±0.30 / 47.18 ms │         44.32 / 44.94 ±0.71 / 46.33 ms │     no change │
│ QQuery 63 │        29.66 / 30.76 ±1.88 / 34.51 ms │         28.30 / 28.55 ±0.20 / 28.89 ms │ +1.08x faster │
│ QQuery 64 │     462.69 / 473.04 ±9.12 / 487.02 ms │      446.05 / 448.33 ±2.77 / 453.58 ms │ +1.06x faster │
│ QQuery 65 │     150.05 / 154.11 ±3.86 / 161.29 ms │         63.85 / 64.41 ±0.49 / 65.31 ms │ +2.39x faster │
│ QQuery 66 │        79.48 / 80.00 ±0.56 / 81.04 ms │        94.95 / 98.21 ±3.78 / 105.59 ms │  1.23x slower │
│ QQuery 67 │     245.87 / 252.49 ±5.36 / 258.72 ms │      244.05 / 248.13 ±3.89 / 255.00 ms │     no change │
│ QQuery 68 │        12.99 / 13.23 ±0.22 / 13.62 ms │         12.38 / 12.64 ±0.29 / 13.20 ms │     no change │
│ QQuery 69 │        76.80 / 80.70 ±6.82 / 94.32 ms │         78.25 / 78.59 ±0.36 / 79.26 ms │     no change │
│ QQuery 70 │     105.89 / 109.80 ±4.40 / 118.34 ms │      102.72 / 108.83 ±7.56 / 123.62 ms │     no change │
│ QQuery 71 │        35.69 / 36.00 ±0.39 / 36.76 ms │         33.92 / 34.18 ±0.15 / 34.36 ms │ +1.05x faster │
│ QQuery 72 │ 2125.23 / 2217.21 ±49.25 / 2256.64 ms │ 2322.17 / 2448.58 ±118.14 / 2667.92 ms │  1.10x slower │
│ QQuery 73 │           9.10 / 9.42 ±0.33 / 9.99 ms │            8.96 / 9.24 ±0.23 / 9.55 ms │     no change │
│ QQuery 74 │     178.54 / 179.33 ±0.52 / 179.94 ms │      175.39 / 180.76 ±5.91 / 192.17 ms │     no change │
│ QQuery 75 │     146.83 / 147.64 ±0.63 / 148.47 ms │      140.34 / 141.43 ±0.95 / 143.20 ms │     no change │
│ QQuery 76 │        35.45 / 35.98 ±0.28 / 36.20 ms │         34.40 / 34.71 ±0.20 / 34.93 ms │     no change │
│ QQuery 77 │        60.70 / 63.41 ±4.62 / 72.61 ms │         56.90 / 59.62 ±3.16 / 65.78 ms │ +1.06x faster │
│ QQuery 78 │     189.89 / 194.36 ±4.64 / 201.33 ms │      185.22 / 187.46 ±1.99 / 190.63 ms │     no change │
│ QQuery 79 │        67.65 / 67.98 ±0.25 / 68.33 ms │         65.43 / 66.59 ±0.91 / 67.74 ms │     no change │
│ QQuery 80 │      99.14 / 100.45 ±1.04 / 102.10 ms │        97.20 / 98.75 ±1.34 / 100.95 ms │     no change │
│ QQuery 81 │        24.80 / 25.79 ±1.38 / 28.51 ms │         23.55 / 23.75 ±0.14 / 23.92 ms │ +1.09x faster │
│ QQuery 82 │        16.49 / 16.83 ±0.20 / 17.11 ms │         21.42 / 21.88 ±0.37 / 22.32 ms │  1.30x slower │
│ QQuery 83 │        36.78 / 37.02 ±0.21 / 37.31 ms │         35.12 / 35.80 ±0.44 / 36.49 ms │     no change │
│ QQuery 84 │        43.28 / 43.55 ±0.23 / 43.91 ms │         42.44 / 42.66 ±0.20 / 42.99 ms │     no change │
│ QQuery 85 │     136.89 / 139.14 ±3.31 / 145.66 ms │      133.36 / 135.43 ±1.89 / 138.92 ms │     no change │
│ QQuery 86 │        25.07 / 25.45 ±0.23 / 25.76 ms │         24.28 / 24.72 ±0.41 / 25.30 ms │     no change │
│ QQuery 87 │        70.09 / 71.16 ±0.59 / 71.71 ms │         68.16 / 68.53 ±0.20 / 68.72 ms │     no change │
│ QQuery 88 │        62.80 / 64.08 ±1.80 / 67.59 ms │         59.56 / 60.08 ±0.46 / 60.70 ms │ +1.07x faster │
│ QQuery 89 │        36.77 / 37.22 ±0.28 / 37.64 ms │         33.99 / 35.36 ±1.63 / 38.44 ms │ +1.05x faster │
│ QQuery 90 │        16.96 / 17.32 ±0.32 / 17.90 ms │         16.15 / 16.30 ±0.24 / 16.77 ms │ +1.06x faster │
│ QQuery 91 │        52.59 / 53.02 ±0.42 / 53.76 ms │         50.66 / 51.21 ±0.34 / 51.63 ms │     no change │
│ QQuery 92 │        29.69 / 30.06 ±0.44 / 30.91 ms │         28.01 / 28.74 ±0.46 / 29.41 ms │     no change │
│ QQuery 93 │        50.51 / 51.28 ±0.88 / 52.90 ms │         49.61 / 49.92 ±0.35 / 50.38 ms │     no change │
│ QQuery 94 │        38.42 / 38.83 ±0.31 / 39.28 ms │         35.79 / 36.43 ±0.71 / 37.82 ms │ +1.07x faster │
│ QQuery 95 │        85.79 / 86.34 ±0.62 / 87.36 ms │         81.42 / 82.88 ±1.31 / 84.45 ms │     no change │
│ QQuery 96 │        24.35 / 24.69 ±0.18 / 24.84 ms │         23.36 / 23.53 ±0.19 / 23.87 ms │     no change │
│ QQuery 97 │        46.50 / 47.33 ±0.92 / 49.12 ms │         45.76 / 46.06 ±0.23 / 46.31 ms │     no change │
│ QQuery 98 │        42.58 / 43.22 ±0.48 / 44.06 ms │         42.05 / 42.32 ±0.22 / 42.71 ms │     no change │
│ QQuery 99 │        69.50 / 70.16 ±0.56 / 71.08 ms │         67.77 / 68.69 ±0.68 / 69.64 ms │     no change │
└───────────┴───────────────────────────────────────┴────────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 10560.13ms │
│ Total Time (disable-join-dynamic-filter-default)   │ 10716.78ms │
│ Average Time (HEAD)                                │   106.67ms │
│ Average Time (disable-join-dynamic-filter-default) │   108.25ms │
│ Queries Faster                                     │         17 │
│ Queries Slower                                     │         11 │
│ Queries with No Change                             │         71 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

tpcds — base (merge-base)

Metric Value
Wall time 55.0s
Peak memory 6.9 GiB
Avg memory 6.2 GiB
CPU user 239.1s
CPU sys 5.5s
Peak spill 0 B

tpcds — branch

Metric Value
Wall time 55.0s
Peak memory 6.8 GiB
Avg memory 6.2 GiB
CPU user 250.6s
CPU sys 5.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 disable-join-dynamic-filter-default
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   disable-join-dynamic-filter-default ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.14 / 4.68 ±6.94 / 18.56 ms │          1.16 / 4.57 ±6.76 / 18.09 ms │     no change │
│ QQuery 1  │        12.69 / 13.07 ±0.20 / 13.25 ms │        12.31 / 12.44 ±0.07 / 12.53 ms │     no change │
│ QQuery 2  │        35.97 / 36.34 ±0.27 / 36.71 ms │        35.21 / 35.40 ±0.15 / 35.65 ms │     no change │
│ QQuery 3  │        30.79 / 31.47 ±0.67 / 32.69 ms │        30.49 / 30.70 ±0.11 / 30.83 ms │     no change │
│ QQuery 4  │     224.00 / 228.09 ±4.33 / 234.04 ms │     218.82 / 222.61 ±3.16 / 227.26 ms │     no change │
│ QQuery 5  │     270.76 / 274.03 ±1.73 / 275.58 ms │     267.49 / 270.11 ±2.12 / 273.16 ms │     no change │
│ QQuery 6  │           1.17 / 1.32 ±0.22 / 1.75 ms │           1.16 / 1.30 ±0.22 / 1.74 ms │     no change │
│ QQuery 7  │        13.73 / 13.82 ±0.09 / 13.98 ms │        13.41 / 13.51 ±0.15 / 13.82 ms │     no change │
│ QQuery 8  │     319.01 / 321.56 ±2.22 / 325.20 ms │     316.70 / 318.62 ±1.98 / 322.43 ms │     no change │
│ QQuery 9  │     455.48 / 459.53 ±3.14 / 463.22 ms │     442.76 / 448.53 ±4.84 / 456.19 ms │     no change │
│ QQuery 10 │        68.97 / 69.54 ±0.46 / 70.10 ms │        69.59 / 71.23 ±1.99 / 75.07 ms │     no change │
│ QQuery 11 │        80.08 / 82.69 ±3.38 / 89.02 ms │        80.86 / 81.51 ±0.65 / 82.56 ms │     no change │
│ QQuery 12 │     262.39 / 267.31 ±4.26 / 274.78 ms │     259.60 / 266.95 ±4.42 / 271.92 ms │     no change │
│ QQuery 13 │     363.97 / 375.28 ±9.41 / 390.93 ms │    356.29 / 369.14 ±13.96 / 393.89 ms │     no change │
│ QQuery 14 │    278.54 / 284.88 ±10.54 / 305.88 ms │     276.13 / 278.38 ±2.38 / 282.78 ms │     no change │
│ QQuery 15 │     268.62 / 274.73 ±5.16 / 280.87 ms │    262.66 / 270.87 ±11.46 / 292.94 ms │     no change │
│ QQuery 16 │     601.34 / 617.15 ±9.37 / 629.60 ms │     600.59 / 608.83 ±7.21 / 620.80 ms │     no change │
│ QQuery 17 │     613.34 / 620.22 ±7.63 / 634.44 ms │     605.26 / 614.04 ±5.04 / 618.78 ms │     no change │
│ QQuery 18 │ 1234.80 / 1256.18 ±12.61 / 1272.43 ms │ 1238.85 / 1267.17 ±29.20 / 1309.24 ms │     no change │
│ QQuery 19 │       27.79 / 39.54 ±14.31 / 64.44 ms │        27.85 / 33.07 ±8.37 / 49.50 ms │ +1.20x faster │
│ QQuery 20 │     516.39 / 524.81 ±8.04 / 535.37 ms │     515.81 / 527.65 ±9.57 / 542.07 ms │     no change │
│ QQuery 21 │     588.67 / 594.18 ±3.65 / 598.03 ms │     588.31 / 594.23 ±3.54 / 598.35 ms │     no change │
│ QQuery 22 │  1053.67 / 1062.35 ±5.17 / 1068.25 ms │  1056.53 / 1063.92 ±5.77 / 1072.22 ms │     no change │
│ QQuery 23 │ 3145.92 / 3175.09 ±17.93 / 3193.74 ms │ 3137.98 / 3169.87 ±27.48 / 3217.10 ms │     no change │
│ QQuery 24 │        41.41 / 43.90 ±4.09 / 52.03 ms │        41.32 / 42.01 ±0.47 / 42.67 ms │     no change │
│ QQuery 25 │     111.29 / 112.86 ±2.33 / 117.46 ms │     111.19 / 113.91 ±3.69 / 121.15 ms │     no change │
│ QQuery 26 │        41.82 / 42.43 ±0.57 / 43.50 ms │        41.97 / 43.89 ±2.17 / 46.93 ms │     no change │
│ QQuery 27 │    666.11 / 679.89 ±11.10 / 697.08 ms │     668.45 / 678.91 ±7.74 / 688.58 ms │     no change │
│ QQuery 28 │  3003.99 / 3016.51 ±7.24 / 3023.00 ms │  3020.37 / 3035.47 ±8.66 / 3044.43 ms │     no change │
│ QQuery 29 │        39.77 / 42.05 ±3.93 / 49.89 ms │        39.47 / 39.71 ±0.19 / 40.02 ms │ +1.06x faster │
│ QQuery 30 │     296.58 / 301.99 ±7.23 / 316.20 ms │     296.16 / 302.37 ±9.63 / 321.52 ms │     no change │
│ QQuery 31 │    283.24 / 294.12 ±11.06 / 314.61 ms │     284.55 / 288.93 ±5.84 / 300.01 ms │     no change │
│ QQuery 32 │    893.26 / 908.56 ±20.52 / 946.61 ms │    912.89 / 928.22 ±11.86 / 942.64 ms │     no change │
│ QQuery 33 │ 1390.91 / 1417.56 ±20.12 / 1452.73 ms │  1408.87 / 1422.37 ±7.72 / 1431.65 ms │     no change │
│ QQuery 34 │  1419.55 / 1431.14 ±9.17 / 1447.23 ms │ 1422.04 / 1440.68 ±19.68 / 1474.94 ms │     no change │
│ QQuery 35 │    273.59 / 290.88 ±30.07 / 350.92 ms │    271.90 / 311.14 ±52.34 / 411.70 ms │  1.07x slower │
│ QQuery 36 │        64.37 / 73.11 ±6.31 / 82.83 ms │        64.45 / 70.03 ±5.05 / 77.95 ms │     no change │
│ QQuery 37 │        34.85 / 35.74 ±1.22 / 38.08 ms │        35.91 / 39.91 ±6.31 / 52.42 ms │  1.12x slower │
│ QQuery 38 │        41.95 / 46.31 ±6.51 / 59.14 ms │        39.80 / 43.01 ±2.04 / 46.03 ms │ +1.08x faster │
│ QQuery 39 │     151.76 / 155.46 ±2.22 / 157.96 ms │     133.33 / 145.84 ±7.40 / 155.96 ms │ +1.07x faster │
│ QQuery 40 │        13.51 / 13.85 ±0.27 / 14.25 ms │        13.68 / 13.94 ±0.28 / 14.45 ms │     no change │
│ QQuery 41 │       13.56 / 18.92 ±10.11 / 39.12 ms │        13.33 / 13.45 ±0.16 / 13.74 ms │ +1.41x faster │
│ QQuery 42 │        12.57 / 12.87 ±0.17 / 13.05 ms │        12.55 / 12.74 ±0.14 / 12.93 ms │     no change │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 19566.03ms │
│ Total Time (disable-join-dynamic-filter-default)   │ 19561.20ms │
│ Average Time (HEAD)                                │   455.02ms │
│ Average Time (disable-join-dynamic-filter-default) │   454.91ms │
│ Queries Faster                                     │          5 │
│ Queries Slower                                     │          2 │
│ Queries with No Change                             │         36 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 100.0s
Peak memory 30.3 GiB
Avg memory 22.9 GiB
CPU user 1016.2s
CPU sys 64.3s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 100.0s
Peak memory 30.3 GiB
Avg memory 23.2 GiB
CPU user 1014.0s
CPU sys 65.2s
Peak spill 0 B

File an issue against this benchmark runner

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

Labels

common Related to common crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants