Skip to content

Refactor parquet row filter setup#22191

Open
xudong963 wants to merge 1 commit into
apache:mainfrom
xudong963:xudong963/prune-page-index-followup
Open

Refactor parquet row filter setup#22191
xudong963 wants to merge 1 commit into
apache:mainfrom
xudong963:xudong963/prune-page-index-followup

Conversation

@xudong963
Copy link
Copy Markdown
Member

Which issue does this PR close?

N/A, follow-up to review comments from #21637.

Rationale for this change

PR #21637 added logic to skip row filters and page-index pruning for row groups that are fully matched by row-group statistics. The resulting opener code had a few local closures and manually tracked Option<RowFilter> state, which made the scan setup harder to follow.

This also restores the public PagePruningAccessPlanFilter::prune_plan_with_page_index return type to ParquetAccessPlan. The extra fully-matched page count is still available internally for metrics without changing the public API.

What changes are included in this PR?

  • Extract row filter construction and reuse into RowFilterGenerator.
  • Extract access-plan preparation into a helper function.
  • Extract push decoder builder setup into a helper function and config struct.
  • Add an internal PagePruningResult and prune_plan_with_page_index_and_metrics for opener metrics.
  • Keep the public prune_plan_with_page_index API returning ParquetAccessPlan.

Are these changes tested?

Yes.

cargo fmt --all
cargo fmt --all --check
cargo test -p datafusion-datasource-parquet --lib fully_matched
cargo test -p datafusion-datasource-parquet --lib test_page_pruning_predicate_respects_enable_page_index
cargo clippy --all-targets --all-features -- -D warnings

Are there any user-facing changes?

No user-facing behavior changes. This preserves the existing public prune_plan_with_page_index return type.

@github-actions github-actions Bot added the datasource Changes to the datasource crate label May 15, 2026
@apache apache deleted a comment from adriangbot May 15, 2026
@xudong963
Copy link
Copy Markdown
Member Author

run benchmarks

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4456691699-114-8wsp8 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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-c4456691699-112-sg94t 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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-c4456691699-113-9ngm6 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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 xudong963_prune-page-index-followup
--------------------
Benchmark tpch_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓
┃ Query     ┃                           HEAD ┃ xudong963_prune-page-index-followup ┃    Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩
│ QQuery 1  │ 38.49 / 39.94 ±1.32 / 41.77 ms │      38.54 / 40.22 ±1.15 / 41.64 ms │ no change │
│ QQuery 2  │ 20.29 / 20.68 ±0.30 / 21.20 ms │      20.70 / 20.94 ±0.32 / 21.57 ms │ no change │
│ QQuery 3  │ 34.77 / 37.19 ±2.03 / 39.86 ms │      36.23 / 37.91 ±0.89 / 38.83 ms │ no change │
│ QQuery 4  │ 17.19 / 17.34 ±0.10 / 17.48 ms │      17.26 / 17.42 ±0.11 / 17.58 ms │ no change │
│ QQuery 5  │ 43.28 / 44.72 ±0.84 / 45.77 ms │      42.63 / 44.42 ±1.10 / 45.51 ms │ no change │
│ QQuery 6  │ 16.35 / 16.65 ±0.35 / 17.33 ms │      16.79 / 17.43 ±0.90 / 19.21 ms │ no change │
│ QQuery 7  │ 47.94 / 50.06 ±1.67 / 52.48 ms │      49.87 / 50.70 ±0.93 / 52.42 ms │ no change │
│ QQuery 8  │ 45.64 / 45.88 ±0.16 / 46.07 ms │      45.76 / 46.12 ±0.24 / 46.38 ms │ no change │
│ QQuery 9  │ 50.59 / 51.31 ±0.41 / 51.71 ms │      50.97 / 51.28 ±0.24 / 51.60 ms │ no change │
│ QQuery 10 │ 63.77 / 64.63 ±0.98 / 66.41 ms │      63.81 / 64.25 ±0.43 / 64.89 ms │ no change │
│ QQuery 11 │ 13.48 / 13.97 ±0.58 / 15.07 ms │      13.48 / 14.11 ±0.74 / 15.56 ms │ no change │
│ QQuery 12 │ 25.01 / 25.26 ±0.17 / 25.52 ms │      25.17 / 25.43 ±0.21 / 25.81 ms │ no change │
│ QQuery 13 │ 35.19 / 36.25 ±0.57 / 36.92 ms │      35.23 / 36.39 ±0.77 / 37.31 ms │ no change │
│ QQuery 14 │ 25.96 / 26.07 ±0.09 / 26.18 ms │      25.93 / 26.19 ±0.38 / 26.94 ms │ no change │
│ QQuery 15 │ 31.50 / 31.89 ±0.62 / 33.12 ms │      31.69 / 31.98 ±0.35 / 32.66 ms │ no change │
│ QQuery 16 │ 15.13 / 15.20 ±0.08 / 15.33 ms │      14.98 / 15.30 ±0.18 / 15.54 ms │ no change │
│ QQuery 17 │ 74.74 / 75.33 ±0.47 / 76.00 ms │      74.96 / 75.84 ±0.77 / 77.02 ms │ no change │
│ QQuery 18 │ 68.01 / 69.21 ±0.83 / 70.58 ms │      68.83 / 69.87 ±0.69 / 70.81 ms │ no change │
│ QQuery 19 │ 35.44 / 35.64 ±0.12 / 35.75 ms │      35.26 / 35.88 ±0.57 / 36.81 ms │ no change │
│ QQuery 20 │ 38.23 / 38.78 ±0.53 / 39.76 ms │      38.08 / 38.33 ±0.19 / 38.64 ms │ no change │
│ QQuery 21 │ 57.94 / 59.95 ±1.60 / 62.55 ms │      58.14 / 59.13 ±0.75 / 60.43 ms │ no change │
│ QQuery 22 │ 23.43 / 23.90 ±0.65 / 25.18 ms │      23.45 / 23.60 ±0.11 / 23.78 ms │ no change │
└───────────┴────────────────────────────────┴─────────────────────────────────────┴───────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃          ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 839.84ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 842.74ms │
│ Average Time (HEAD)                                │  38.17ms │
│ Average Time (xudong963_prune-page-index-followup) │  38.31ms │
│ Queries Faster                                     │        0 │
│ Queries Slower                                     │        0 │
│ Queries with No Change                             │       22 │
│ 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 31.0s
CPU sys 2.2s
Peak spill 0 B

tpch — branch

Metric Value
Wall time 5.0s
Peak memory 5.5 GiB
Avg memory 5.0 GiB
CPU user 31.2s
CPU sys 2.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 xudong963_prune-page-index-followup
--------------------
Benchmark tpcds_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   xudong963_prune-page-index-followup ┃    Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩
│ QQuery 1  │           6.56 / 7.06 ±0.86 / 8.78 ms │           6.41 / 6.95 ±0.86 / 8.65 ms │ no change │
│ QQuery 2  │        82.61 / 82.90 ±0.35 / 83.51 ms │        82.35 / 82.84 ±0.30 / 83.14 ms │ no change │
│ QQuery 3  │        29.82 / 29.99 ±0.12 / 30.17 ms │        29.92 / 30.11 ±0.11 / 30.24 ms │ no change │
│ QQuery 4  │     537.38 / 542.23 ±4.22 / 549.34 ms │     534.72 / 543.04 ±7.20 / 552.91 ms │ no change │
│ QQuery 5  │        53.30 / 53.98 ±0.39 / 54.47 ms │        54.29 / 55.04 ±0.45 / 55.68 ms │ no change │
│ QQuery 6  │        36.33 / 36.70 ±0.30 / 37.16 ms │        37.16 / 37.54 ±0.34 / 37.96 ms │ no change │
│ QQuery 7  │     111.39 / 113.27 ±1.85 / 116.72 ms │     112.04 / 114.10 ±2.47 / 118.82 ms │ no change │
│ QQuery 8  │        39.77 / 40.02 ±0.22 / 40.28 ms │        40.29 / 40.57 ±0.27 / 41.05 ms │ no change │
│ QQuery 9  │        55.51 / 56.62 ±1.09 / 58.39 ms │        54.41 / 56.42 ±1.84 / 59.57 ms │ no change │
│ QQuery 10 │        81.76 / 83.18 ±1.48 / 85.97 ms │        82.52 / 84.01 ±1.72 / 87.39 ms │ no change │
│ QQuery 11 │     332.86 / 336.60 ±3.78 / 343.32 ms │     339.14 / 343.37 ±3.87 / 350.64 ms │ no change │
│ QQuery 12 │        29.85 / 30.64 ±0.66 / 31.56 ms │        30.05 / 30.40 ±0.39 / 31.03 ms │ no change │
│ QQuery 13 │     130.25 / 131.03 ±0.61 / 132.09 ms │     132.28 / 132.46 ±0.15 / 132.65 ms │ no change │
│ QQuery 14 │     522.42 / 524.66 ±1.55 / 527.28 ms │     528.60 / 530.51 ±1.47 / 532.17 ms │ no change │
│ QQuery 15 │        62.49 / 64.14 ±1.06 / 65.40 ms │        64.32 / 65.17 ±0.87 / 66.34 ms │ no change │
│ QQuery 16 │           7.10 / 7.25 ±0.15 / 7.52 ms │           7.18 / 7.37 ±0.18 / 7.66 ms │ no change │
│ QQuery 17 │        85.02 / 85.86 ±0.66 / 86.88 ms │        85.80 / 86.43 ±0.59 / 87.41 ms │ no change │
│ QQuery 18 │     159.07 / 161.30 ±1.49 / 163.61 ms │     159.38 / 160.60 ±0.75 / 161.41 ms │ no change │
│ QQuery 19 │        42.27 / 42.65 ±0.31 / 43.08 ms │        42.83 / 43.03 ±0.20 / 43.27 ms │ no change │
│ QQuery 20 │        36.46 / 37.10 ±0.45 / 37.69 ms │        36.91 / 37.15 ±0.23 / 37.51 ms │ no change │
│ QQuery 21 │        18.47 / 18.78 ±0.37 / 19.47 ms │        18.83 / 18.95 ±0.07 / 19.04 ms │ no change │
│ QQuery 22 │        63.18 / 63.65 ±0.34 / 64.20 ms │        62.94 / 63.75 ±0.76 / 64.98 ms │ no change │
│ QQuery 23 │     493.94 / 498.34 ±4.21 / 503.78 ms │     490.02 / 496.42 ±5.05 / 503.73 ms │ no change │
│ QQuery 24 │     248.31 / 252.03 ±2.73 / 255.33 ms │     249.69 / 254.21 ±3.82 / 260.86 ms │ no change │
│ QQuery 25 │     121.13 / 121.99 ±0.74 / 123.28 ms │     119.68 / 120.39 ±0.89 / 122.09 ms │ no change │
│ QQuery 26 │        72.99 / 74.22 ±2.22 / 78.66 ms │        72.71 / 73.71 ±0.77 / 74.86 ms │ no change │
│ QQuery 27 │           7.64 / 7.79 ±0.17 / 8.11 ms │           7.37 / 7.51 ±0.20 / 7.91 ms │ no change │
│ QQuery 28 │        62.85 / 63.56 ±0.77 / 64.79 ms │        63.70 / 64.31 ±0.49 / 65.03 ms │ no change │
│ QQuery 29 │     104.62 / 106.77 ±2.38 / 111.30 ms │     102.77 / 104.73 ±2.35 / 109.27 ms │ no change │
│ QQuery 30 │        30.96 / 32.32 ±1.36 / 34.88 ms │        31.46 / 31.85 ±0.56 / 32.93 ms │ no change │
│ QQuery 31 │     114.18 / 114.95 ±0.50 / 115.45 ms │     114.70 / 115.01 ±0.36 / 115.66 ms │ no change │
│ QQuery 32 │        21.21 / 21.69 ±0.29 / 21.99 ms │        21.33 / 21.81 ±0.34 / 22.23 ms │ no change │
│ QQuery 33 │        39.87 / 40.22 ±0.31 / 40.67 ms │        39.76 / 41.01 ±1.41 / 43.73 ms │ no change │
│ QQuery 34 │        10.05 / 10.42 ±0.32 / 10.84 ms │        10.09 / 10.49 ±0.53 / 11.51 ms │ no change │
│ QQuery 35 │        81.92 / 84.12 ±2.31 / 88.58 ms │        82.20 / 82.46 ±0.31 / 83.07 ms │ no change │
│ QQuery 36 │           6.61 / 6.75 ±0.13 / 6.99 ms │           6.49 / 6.70 ±0.18 / 7.01 ms │ no change │
│ QQuery 37 │           7.42 / 7.60 ±0.25 / 8.10 ms │           7.39 / 7.49 ±0.07 / 7.56 ms │ no change │
│ QQuery 38 │        70.38 / 71.82 ±1.56 / 74.86 ms │        70.36 / 71.44 ±1.06 / 73.40 ms │ no change │
│ QQuery 39 │     103.43 / 106.13 ±1.57 / 108.12 ms │     102.99 / 103.81 ±0.73 / 105.03 ms │ no change │
│ QQuery 40 │        24.37 / 24.84 ±0.28 / 25.15 ms │        24.37 / 24.60 ±0.17 / 24.83 ms │ no change │
│ QQuery 41 │        14.61 / 14.93 ±0.39 / 15.67 ms │        14.71 / 15.01 ±0.39 / 15.76 ms │ no change │
│ QQuery 42 │        24.69 / 25.13 ±0.37 / 25.78 ms │        24.86 / 25.17 ±0.25 / 25.46 ms │ no change │
│ QQuery 43 │           5.57 / 5.69 ±0.16 / 6.01 ms │           5.63 / 5.73 ±0.10 / 5.88 ms │ no change │
│ QQuery 44 │        11.51 / 11.74 ±0.16 / 11.96 ms │        11.44 / 11.52 ±0.09 / 11.70 ms │ no change │
│ QQuery 45 │        42.42 / 43.60 ±1.09 / 45.03 ms │        42.16 / 43.44 ±0.87 / 44.90 ms │ no change │
│ QQuery 46 │        14.07 / 14.59 ±0.51 / 15.38 ms │        13.98 / 14.32 ±0.25 / 14.67 ms │ no change │
│ QQuery 47 │     239.06 / 243.69 ±3.20 / 248.09 ms │     241.77 / 243.60 ±1.22 / 245.62 ms │ no change │
│ QQuery 48 │     105.53 / 106.26 ±0.89 / 108.00 ms │     105.90 / 106.61 ±1.00 / 108.59 ms │ no change │
│ QQuery 49 │        83.64 / 84.60 ±1.18 / 86.81 ms │        84.15 / 84.82 ±0.61 / 85.56 ms │ no change │
│ QQuery 50 │        63.32 / 64.20 ±0.49 / 64.62 ms │        63.42 / 64.28 ±0.52 / 64.88 ms │ no change │
│ QQuery 51 │        94.10 / 96.48 ±1.89 / 99.18 ms │       96.27 / 98.01 ±2.32 / 102.56 ms │ no change │
│ QQuery 52 │        24.64 / 25.00 ±0.26 / 25.40 ms │        24.87 / 25.32 ±0.27 / 25.70 ms │ no change │
│ QQuery 53 │        30.95 / 31.11 ±0.14 / 31.35 ms │        31.31 / 31.47 ±0.13 / 31.64 ms │ no change │
│ QQuery 54 │        55.13 / 56.70 ±2.36 / 61.39 ms │        55.68 / 56.79 ±1.49 / 59.73 ms │ no change │
│ QQuery 55 │        24.09 / 24.58 ±0.29 / 24.91 ms │        24.36 / 24.65 ±0.34 / 25.30 ms │ no change │
│ QQuery 56 │        40.20 / 40.77 ±0.40 / 41.25 ms │        41.19 / 42.36 ±1.69 / 45.71 ms │ no change │
│ QQuery 57 │     182.40 / 184.64 ±3.06 / 190.51 ms │     180.59 / 181.57 ±0.81 / 182.54 ms │ no change │
│ QQuery 58 │     118.65 / 119.09 ±0.57 / 120.22 ms │     118.60 / 119.17 ±0.66 / 120.45 ms │ no change │
│ QQuery 59 │     119.37 / 122.13 ±2.75 / 125.46 ms │     120.91 / 121.50 ±0.47 / 122.31 ms │ no change │
│ QQuery 60 │        40.52 / 41.05 ±0.30 / 41.39 ms │        40.48 / 41.02 ±0.40 / 41.54 ms │ no change │
│ QQuery 61 │        14.05 / 14.17 ±0.13 / 14.42 ms │        14.39 / 14.49 ±0.08 / 14.58 ms │ no change │
│ QQuery 62 │        47.21 / 47.59 ±0.22 / 47.88 ms │        47.58 / 48.31 ±0.92 / 50.11 ms │ no change │
│ QQuery 63 │        31.31 / 31.55 ±0.18 / 31.86 ms │        31.64 / 31.94 ±0.23 / 32.19 ms │ no change │
│ QQuery 64 │     486.14 / 491.82 ±4.94 / 499.23 ms │     482.06 / 484.71 ±2.31 / 488.83 ms │ no change │
│ QQuery 65 │     146.21 / 151.27 ±2.63 / 153.80 ms │     145.71 / 148.82 ±4.69 / 158.15 ms │ no change │
│ QQuery 66 │        83.97 / 87.34 ±4.36 / 95.86 ms │        85.04 / 85.52 ±0.44 / 86.09 ms │ no change │
│ QQuery 67 │     256.05 / 259.62 ±2.50 / 263.31 ms │     260.35 / 263.85 ±3.04 / 267.66 ms │ no change │
│ QQuery 68 │        13.97 / 14.28 ±0.22 / 14.62 ms │        14.23 / 14.42 ±0.13 / 14.61 ms │ no change │
│ QQuery 69 │        77.97 / 80.93 ±5.65 / 92.23 ms │        77.97 / 79.90 ±3.29 / 86.46 ms │ no change │
│ QQuery 70 │     106.49 / 112.29 ±5.17 / 119.30 ms │     106.73 / 110.75 ±2.98 / 114.81 ms │ no change │
│ QQuery 71 │        36.53 / 36.81 ±0.23 / 37.21 ms │        36.80 / 37.06 ±0.25 / 37.46 ms │ no change │
│ QQuery 72 │ 2343.84 / 2374.41 ±27.38 / 2422.11 ms │ 2263.70 / 2365.11 ±76.12 / 2494.05 ms │ no change │
│ QQuery 73 │         9.81 / 10.15 ±0.24 / 10.49 ms │        10.13 / 10.32 ±0.22 / 10.63 ms │ no change │
│ QQuery 74 │     190.32 / 192.15 ±2.41 / 196.87 ms │     191.08 / 192.59 ±1.91 / 196.11 ms │ no change │
│ QQuery 75 │     152.92 / 155.38 ±2.66 / 160.51 ms │     152.52 / 153.39 ±0.66 / 154.26 ms │ no change │
│ QQuery 76 │        36.79 / 37.68 ±0.98 / 39.54 ms │        36.71 / 37.49 ±1.11 / 39.62 ms │ no change │
│ QQuery 77 │        63.06 / 63.58 ±0.29 / 63.94 ms │        63.85 / 64.90 ±1.39 / 67.64 ms │ no change │
│ QQuery 78 │     200.34 / 202.70 ±2.19 / 206.66 ms │     199.39 / 200.23 ±1.50 / 203.22 ms │ no change │
│ QQuery 79 │        68.77 / 70.06 ±1.31 / 72.18 ms │        68.63 / 69.06 ±0.37 / 69.68 ms │ no change │
│ QQuery 80 │     106.52 / 108.16 ±1.12 / 109.62 ms │     106.40 / 107.57 ±0.90 / 109.08 ms │ no change │
│ QQuery 81 │        25.38 / 25.67 ±0.20 / 25.99 ms │        25.44 / 26.51 ±1.19 / 28.72 ms │ no change │
│ QQuery 82 │        17.53 / 18.35 ±1.13 / 20.57 ms │        17.78 / 17.96 ±0.23 / 18.42 ms │ no change │
│ QQuery 83 │        38.63 / 39.04 ±0.36 / 39.67 ms │        38.72 / 39.01 ±0.22 / 39.35 ms │ no change │
│ QQuery 84 │        44.06 / 44.36 ±0.23 / 44.70 ms │        44.26 / 44.47 ±0.15 / 44.69 ms │ no change │
│ QQuery 85 │     139.49 / 140.47 ±1.49 / 143.41 ms │     138.14 / 140.86 ±1.77 / 143.34 ms │ no change │
│ QQuery 86 │        25.88 / 26.38 ±0.41 / 26.94 ms │        26.28 / 26.74 ±0.36 / 27.36 ms │ no change │
│ QQuery 87 │        70.88 / 71.52 ±0.54 / 72.50 ms │        70.83 / 71.96 ±0.79 / 73.11 ms │ no change │
│ QQuery 88 │        66.18 / 67.78 ±2.81 / 73.40 ms │        66.72 / 67.50 ±1.04 / 69.54 ms │ no change │
│ QQuery 89 │        37.14 / 37.55 ±0.25 / 37.89 ms │        37.38 / 37.63 ±0.15 / 37.81 ms │ no change │
│ QQuery 90 │        18.06 / 18.18 ±0.10 / 18.34 ms │        18.51 / 18.75 ±0.14 / 18.90 ms │ no change │
│ QQuery 91 │        52.67 / 54.28 ±2.13 / 58.48 ms │        52.92 / 53.17 ±0.14 / 53.37 ms │ no change │
│ QQuery 92 │        30.33 / 30.94 ±0.40 / 31.43 ms │        30.90 / 31.46 ±0.57 / 32.25 ms │ no change │
│ QQuery 93 │        54.25 / 56.16 ±1.43 / 57.75 ms │        54.38 / 55.92 ±0.94 / 56.97 ms │ no change │
│ QQuery 94 │        38.84 / 39.86 ±0.75 / 41.11 ms │        39.21 / 39.60 ±0.26 / 39.88 ms │ no change │
│ QQuery 95 │        91.55 / 93.23 ±1.86 / 96.65 ms │        91.41 / 92.41 ±0.72 / 93.08 ms │ no change │
│ QQuery 96 │        25.04 / 25.25 ±0.18 / 25.54 ms │        24.88 / 25.20 ±0.28 / 25.62 ms │ no change │
│ QQuery 97 │        47.56 / 47.96 ±0.28 / 48.41 ms │        48.07 / 48.31 ±0.21 / 48.63 ms │ no change │
│ QQuery 98 │        43.83 / 44.15 ±0.43 / 44.98 ms │        43.49 / 43.90 ±0.26 / 44.24 ms │ no change │
│ QQuery 99 │        71.16 / 71.94 ±0.85 / 73.57 ms │        70.84 / 71.34 ±0.34 / 71.86 ms │ no change │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 11046.13ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 11037.24ms │
│ Average Time (HEAD)                                │   111.58ms │
│ Average Time (xudong963_prune-page-index-followup) │   111.49ms │
│ Queries Faster                                     │          0 │
│ Queries Slower                                     │          0 │
│ Queries with No Change                             │         99 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

tpcds — base (merge-base)

Metric Value
Wall time 60.0s
Peak memory 6.8 GiB
Avg memory 6.0 GiB
CPU user 256.4s
CPU sys 6.9s
Peak spill 0 B

tpcds — branch

Metric Value
Wall time 60.0s
Peak memory 6.9 GiB
Avg memory 6.1 GiB
CPU user 255.1s
CPU sys 6.6s
Peak spill 0 B

File an issue against this benchmark runner

@xudong963 xudong963 requested review from adriangb and alamb May 15, 2026 04:05
@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 xudong963_prune-page-index-followup
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   xudong963_prune-page-index-followup ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.20 / 4.60 ±6.72 / 18.04 ms │          1.20 / 4.52 ±6.59 / 17.69 ms │     no change │
│ QQuery 1  │        12.95 / 13.15 ±0.15 / 13.34 ms │        12.52 / 12.86 ±0.48 / 13.79 ms │     no change │
│ QQuery 2  │        35.42 / 35.73 ±0.27 / 36.11 ms │        35.31 / 35.50 ±0.19 / 35.80 ms │     no change │
│ QQuery 3  │        30.60 / 31.26 ±0.53 / 32.20 ms │        30.41 / 30.80 ±0.23 / 31.08 ms │     no change │
│ QQuery 4  │     226.79 / 231.17 ±2.91 / 235.36 ms │     228.51 / 232.44 ±3.89 / 239.43 ms │     no change │
│ QQuery 5  │     274.58 / 277.09 ±2.29 / 281.11 ms │     272.98 / 275.51 ±1.73 / 278.25 ms │     no change │
│ QQuery 6  │           6.10 / 6.60 ±0.44 / 7.40 ms │           6.18 / 6.65 ±0.45 / 7.34 ms │     no change │
│ QQuery 7  │        14.13 / 14.32 ±0.10 / 14.41 ms │        13.35 / 13.41 ±0.03 / 13.44 ms │ +1.07x faster │
│ QQuery 8  │     310.52 / 312.56 ±2.12 / 315.56 ms │     307.80 / 312.06 ±3.52 / 318.18 ms │     no change │
│ QQuery 9  │     437.26 / 443.84 ±4.76 / 448.22 ms │     438.29 / 442.48 ±3.04 / 447.44 ms │     no change │
│ QQuery 10 │        68.73 / 69.66 ±0.82 / 71.08 ms │        67.85 / 68.69 ±0.63 / 69.64 ms │     no change │
│ QQuery 11 │        80.00 / 81.59 ±2.33 / 86.22 ms │        78.89 / 79.85 ±0.91 / 81.27 ms │     no change │
│ QQuery 12 │     270.22 / 274.08 ±2.74 / 277.65 ms │     266.75 / 271.47 ±4.68 / 278.97 ms │     no change │
│ QQuery 13 │     379.92 / 388.80 ±8.98 / 405.82 ms │     374.40 / 381.08 ±4.74 / 388.76 ms │     no change │
│ QQuery 14 │     275.41 / 279.30 ±6.20 / 291.62 ms │     273.33 / 275.96 ±2.26 / 279.58 ms │     no change │
│ QQuery 15 │     269.90 / 276.26 ±3.77 / 281.11 ms │     270.92 / 275.33 ±5.86 / 286.80 ms │     no change │
│ QQuery 16 │     593.97 / 599.31 ±5.70 / 607.33 ms │     596.24 / 599.43 ±2.86 / 603.25 ms │     no change │
│ QQuery 17 │     596.39 / 602.75 ±4.77 / 610.41 ms │     596.62 / 598.56 ±1.78 / 601.24 ms │     no change │
│ QQuery 18 │ 1168.30 / 1184.99 ±20.80 / 1225.94 ms │ 1174.43 / 1196.96 ±19.34 / 1231.19 ms │     no change │
│ QQuery 19 │        28.40 / 30.05 ±2.35 / 34.69 ms │       27.96 / 35.87 ±15.18 / 66.21 ms │  1.19x slower │
│ QQuery 20 │     516.36 / 523.62 ±6.53 / 535.91 ms │     514.54 / 526.35 ±6.81 / 534.68 ms │     no change │
│ QQuery 21 │     596.99 / 599.49 ±2.06 / 602.64 ms │     594.90 / 596.33 ±1.19 / 597.83 ms │     no change │
│ QQuery 22 │ 1052.72 / 1066.39 ±10.66 / 1083.67 ms │  1051.83 / 1060.32 ±8.51 / 1074.52 ms │     no change │
│ QQuery 23 │ 3140.53 / 3157.49 ±15.53 / 3181.05 ms │ 3128.60 / 3162.52 ±25.82 / 3204.32 ms │     no change │
│ QQuery 24 │        41.70 / 42.36 ±0.55 / 43.24 ms │        41.61 / 45.43 ±3.70 / 50.98 ms │  1.07x slower │
│ QQuery 25 │     112.75 / 114.38 ±2.26 / 118.84 ms │     111.08 / 111.42 ±0.35 / 112.02 ms │     no change │
│ QQuery 26 │        42.21 / 42.92 ±0.58 / 43.70 ms │        42.53 / 46.40 ±4.95 / 56.09 ms │  1.08x slower │
│ QQuery 27 │     664.59 / 669.50 ±3.07 / 673.67 ms │     667.18 / 668.85 ±2.45 / 673.64 ms │     no change │
│ QQuery 28 │ 3003.56 / 3017.71 ±11.63 / 3030.79 ms │  2998.45 / 3006.85 ±6.62 / 3015.27 ms │     no change │
│ QQuery 29 │        41.06 / 46.26 ±6.33 / 55.04 ms │       40.96 / 46.73 ±11.06 / 68.85 ms │     no change │
│ QQuery 30 │     296.48 / 300.30 ±4.22 / 306.57 ms │     296.50 / 298.63 ±1.53 / 300.51 ms │     no change │
│ QQuery 31 │     287.43 / 294.76 ±5.02 / 302.63 ms │     292.42 / 294.00 ±1.35 / 296.23 ms │     no change │
│ QQuery 32 │    892.08 / 916.92 ±19.64 / 946.15 ms │    900.90 / 914.75 ±17.41 / 949.03 ms │     no change │
│ QQuery 33 │ 1421.08 / 1446.41 ±17.59 / 1472.16 ms │ 1410.15 / 1428.86 ±17.35 / 1460.48 ms │     no change │
│ QQuery 34 │ 1425.90 / 1445.23 ±11.40 / 1460.78 ms │ 1413.21 / 1427.61 ±10.95 / 1438.66 ms │     no change │
│ QQuery 35 │     277.90 / 287.99 ±7.92 / 300.86 ms │     276.08 / 286.82 ±9.52 / 303.45 ms │     no change │
│ QQuery 36 │        61.15 / 65.92 ±4.48 / 73.76 ms │        62.55 / 65.51 ±3.63 / 72.31 ms │     no change │
│ QQuery 37 │        34.66 / 36.51 ±2.53 / 41.39 ms │        34.55 / 35.92 ±2.32 / 40.55 ms │     no change │
│ QQuery 38 │        39.65 / 47.63 ±6.89 / 59.07 ms │        42.01 / 46.30 ±4.60 / 54.93 ms │     no change │
│ QQuery 39 │     126.32 / 133.36 ±6.73 / 146.09 ms │     130.05 / 136.12 ±6.56 / 147.08 ms │     no change │
│ QQuery 40 │        13.84 / 14.16 ±0.37 / 14.87 ms │        13.66 / 14.08 ±0.42 / 14.86 ms │     no change │
│ QQuery 41 │        13.24 / 13.37 ±0.10 / 13.51 ms │        13.29 / 14.25 ±1.46 / 17.14 ms │  1.07x slower │
│ QQuery 42 │        12.85 / 14.34 ±2.71 / 19.77 ms │        13.01 / 13.71 ±1.25 / 16.20 ms │     no change │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 19454.12ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 19397.15ms │
│ Average Time (HEAD)                                │   452.42ms │
│ Average Time (xudong963_prune-page-index-followup) │   451.10ms │
│ Queries Faster                                     │          1 │
│ Queries Slower                                     │          4 │
│ Queries with No Change                             │         38 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 100.0s
Peak memory 30.7 GiB
Avg memory 23.3 GiB
CPU user 1025.2s
CPU sys 62.8s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 100.0s
Peak memory 30.6 GiB
Avg memory 23.3 GiB
CPU user 1021.2s
CPU sys 62.7s
Peak spill 0 B

File an issue against this benchmark runner

@xudong963
Copy link
Copy Markdown
Member Author

run benchmark clickbench_partitioned

@xudong963
Copy link
Copy Markdown
Member Author

run benchmarks clickbench_partitioned

@xudong963
Copy link
Copy Markdown
Member Author

run benchmarks

@adriangbot
Copy link
Copy Markdown

🤖 Benchmark running (GKE) | trigger
Instance: c4a-highmem-16 (12 vCPU / 65 GiB) | Linux bench-c4456976277-115-99vv2 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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-c4456985478-119-t8fbz 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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-c4456985478-117-8b72x 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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-c4456985478-118-vj865 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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-c4456983296-116-x5mnx 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 xudong963/prune-page-index-followup (d6ac2fb) to 3f501f4 (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 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 xudong963_prune-page-index-followup
--------------------
Benchmark tpch_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                           HEAD ┃ xudong963_prune-page-index-followup ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 1  │ 39.62 / 40.43 ±0.88 / 41.79 ms │      39.64 / 40.39 ±1.04 / 42.45 ms │     no change │
│ QQuery 2  │ 21.13 / 21.63 ±0.51 / 22.55 ms │      21.14 / 21.29 ±0.21 / 21.71 ms │     no change │
│ QQuery 3  │ 35.79 / 38.05 ±1.47 / 39.84 ms │      38.74 / 39.08 ±0.29 / 39.48 ms │     no change │
│ QQuery 4  │ 18.08 / 18.20 ±0.10 / 18.37 ms │      17.70 / 18.18 ±0.64 / 19.46 ms │     no change │
│ QQuery 5  │ 43.44 / 44.09 ±0.39 / 44.40 ms │      44.59 / 47.28 ±2.65 / 52.00 ms │  1.07x slower │
│ QQuery 6  │ 16.70 / 16.90 ±0.12 / 17.05 ms │      17.09 / 17.17 ±0.07 / 17.28 ms │     no change │
│ QQuery 7  │ 49.55 / 52.20 ±1.59 / 53.71 ms │      50.59 / 51.84 ±1.12 / 53.67 ms │     no change │
│ QQuery 8  │ 46.41 / 47.12 ±0.47 / 47.72 ms │      46.66 / 46.79 ±0.12 / 47.00 ms │     no change │
│ QQuery 9  │ 50.95 / 51.76 ±0.56 / 52.32 ms │      52.31 / 52.59 ±0.22 / 52.99 ms │     no change │
│ QQuery 10 │ 63.28 / 63.59 ±0.19 / 63.85 ms │      63.68 / 65.24 ±1.25 / 67.16 ms │     no change │
│ QQuery 11 │ 13.56 / 14.00 ±0.50 / 14.93 ms │      14.11 / 14.27 ±0.16 / 14.54 ms │     no change │
│ QQuery 12 │ 25.14 / 25.41 ±0.21 / 25.74 ms │      25.51 / 25.86 ±0.27 / 26.18 ms │     no change │
│ QQuery 13 │ 35.80 / 37.74 ±2.55 / 42.77 ms │      36.94 / 37.85 ±0.66 / 39.00 ms │     no change │
│ QQuery 14 │ 25.82 / 26.06 ±0.22 / 26.33 ms │      25.64 / 26.27 ±0.56 / 27.05 ms │     no change │
│ QQuery 15 │ 31.74 / 32.41 ±0.86 / 34.11 ms │      31.26 / 31.69 ±0.26 / 32.02 ms │     no change │
│ QQuery 16 │ 15.08 / 15.27 ±0.24 / 15.73 ms │      14.98 / 15.06 ±0.09 / 15.23 ms │     no change │
│ QQuery 17 │ 84.03 / 87.03 ±1.59 / 88.49 ms │      74.71 / 76.06 ±1.93 / 79.84 ms │ +1.14x faster │
│ QQuery 18 │ 71.35 / 73.75 ±1.36 / 74.92 ms │      67.39 / 68.95 ±1.29 / 70.84 ms │ +1.07x faster │
│ QQuery 19 │ 36.93 / 37.43 ±0.34 / 37.98 ms │      35.28 / 35.47 ±0.15 / 35.74 ms │ +1.06x faster │
│ QQuery 20 │ 40.14 / 40.24 ±0.12 / 40.48 ms │      37.95 / 38.08 ±0.10 / 38.21 ms │ +1.06x faster │
│ QQuery 21 │ 62.39 / 64.53 ±1.82 / 66.83 ms │      57.73 / 58.89 ±0.70 / 59.94 ms │ +1.10x faster │
│ QQuery 22 │ 24.35 / 24.53 ±0.12 / 24.65 ms │      23.02 / 23.31 ±0.21 / 23.56 ms │     no change │
└───────────┴────────────────────────────────┴─────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃          ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 872.36ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 851.64ms │
│ Average Time (HEAD)                                │  39.65ms │
│ Average Time (xudong963_prune-page-index-followup) │  38.71ms │
│ Queries Faster                                     │        5 │
│ Queries Slower                                     │        1 │
│ 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 32.2s
CPU sys 2.5s
Peak spill 0 B

tpch — branch

Metric Value
Wall time 5.0s
Peak memory 5.6 GiB
Avg memory 5.1 GiB
CPU user 31.4s
CPU sys 2.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 xudong963_prune-page-index-followup
--------------------
Benchmark tpcds_sf1.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   xudong963_prune-page-index-followup ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 1  │           6.31 / 6.87 ±0.97 / 8.81 ms │           6.20 / 6.69 ±0.89 / 8.46 ms │     no change │
│ QQuery 2  │        80.94 / 81.48 ±0.34 / 81.93 ms │        81.14 / 81.54 ±0.24 / 81.83 ms │     no change │
│ QQuery 3  │        28.91 / 29.17 ±0.26 / 29.67 ms │        28.62 / 29.11 ±0.44 / 29.89 ms │     no change │
│ QQuery 4  │     509.85 / 515.59 ±5.68 / 522.80 ms │     510.37 / 513.53 ±2.31 / 516.29 ms │     no change │
│ QQuery 5  │        52.84 / 53.23 ±0.32 / 53.73 ms │        52.45 / 52.94 ±0.37 / 53.52 ms │     no change │
│ QQuery 6  │        35.77 / 35.96 ±0.13 / 36.18 ms │        34.82 / 35.71 ±0.52 / 36.27 ms │     no change │
│ QQuery 7  │     109.22 / 109.98 ±0.53 / 110.67 ms │     109.06 / 111.19 ±2.42 / 114.58 ms │     no change │
│ QQuery 8  │        39.62 / 39.84 ±0.20 / 40.21 ms │        39.22 / 39.51 ±0.16 / 39.70 ms │     no change │
│ QQuery 9  │        51.52 / 53.62 ±2.04 / 57.42 ms │        52.88 / 54.39 ±1.14 / 56.20 ms │     no change │
│ QQuery 10 │        81.11 / 82.24 ±1.12 / 84.29 ms │        80.88 / 81.75 ±1.50 / 84.75 ms │     no change │
│ QQuery 11 │     322.13 / 325.84 ±3.35 / 331.88 ms │     310.11 / 316.68 ±4.69 / 322.27 ms │     no change │
│ QQuery 12 │        28.88 / 29.05 ±0.14 / 29.29 ms │        28.27 / 28.71 ±0.46 / 29.34 ms │     no change │
│ QQuery 13 │     128.84 / 129.46 ±0.50 / 130.14 ms │     128.86 / 129.54 ±0.50 / 130.35 ms │     no change │
│ QQuery 14 │     513.81 / 516.78 ±2.16 / 518.93 ms │     512.44 / 513.82 ±0.96 / 514.87 ms │     no change │
│ QQuery 15 │        60.25 / 61.55 ±0.90 / 62.92 ms │        61.39 / 62.47 ±0.88 / 63.67 ms │     no change │
│ QQuery 16 │           6.99 / 7.20 ±0.26 / 7.65 ms │           6.95 / 7.15 ±0.29 / 7.73 ms │     no change │
│ QQuery 17 │        83.19 / 85.46 ±1.78 / 87.63 ms │        83.99 / 84.77 ±1.07 / 86.83 ms │     no change │
│ QQuery 18 │     155.07 / 155.82 ±0.44 / 156.33 ms │     155.13 / 155.59 ±0.46 / 156.40 ms │     no change │
│ QQuery 19 │        41.23 / 41.65 ±0.28 / 42.10 ms │        41.28 / 41.68 ±0.27 / 41.98 ms │     no change │
│ QQuery 20 │        35.53 / 35.68 ±0.13 / 35.89 ms │        35.29 / 35.86 ±0.34 / 36.26 ms │     no change │
│ QQuery 21 │        17.90 / 18.47 ±0.42 / 19.02 ms │        17.88 / 18.14 ±0.19 / 18.36 ms │     no change │
│ QQuery 22 │        61.92 / 62.42 ±0.39 / 63.10 ms │        62.89 / 63.28 ±0.38 / 63.75 ms │     no change │
│ QQuery 23 │     499.06 / 504.73 ±4.45 / 512.41 ms │     478.06 / 481.02 ±2.91 / 486.45 ms │     no change │
│ QQuery 24 │     247.83 / 251.15 ±2.40 / 254.32 ms │     241.92 / 244.06 ±1.88 / 247.01 ms │     no change │
│ QQuery 25 │     119.80 / 121.13 ±1.10 / 122.45 ms │     116.88 / 117.93 ±0.66 / 118.91 ms │     no change │
│ QQuery 26 │        72.54 / 74.04 ±2.12 / 78.23 ms │        71.69 / 73.61 ±0.96 / 74.17 ms │     no change │
│ QQuery 27 │           7.52 / 7.68 ±0.15 / 7.91 ms │           7.61 / 7.65 ±0.04 / 7.71 ms │     no change │
│ QQuery 28 │        63.00 / 64.25 ±0.68 / 64.96 ms │        60.19 / 64.02 ±2.01 / 65.93 ms │     no change │
│ QQuery 29 │     103.25 / 105.10 ±1.56 / 107.87 ms │     103.45 / 104.25 ±0.77 / 105.69 ms │     no change │
│ QQuery 30 │        31.90 / 33.19 ±1.18 / 35.28 ms │        31.36 / 31.85 ±0.56 / 32.93 ms │     no change │
│ QQuery 31 │     114.97 / 115.73 ±0.54 / 116.34 ms │     115.96 / 117.23 ±1.22 / 119.44 ms │     no change │
│ QQuery 32 │        21.55 / 21.73 ±0.19 / 22.01 ms │        21.78 / 21.98 ±0.13 / 22.15 ms │     no change │
│ QQuery 33 │        40.76 / 42.44 ±2.61 / 47.61 ms │        40.37 / 40.64 ±0.20 / 40.93 ms │     no change │
│ QQuery 34 │        10.37 / 10.97 ±0.35 / 11.33 ms │        10.46 / 10.64 ±0.15 / 10.87 ms │     no change │
│ QQuery 35 │        82.72 / 83.09 ±0.20 / 83.28 ms │        82.84 / 83.55 ±0.84 / 85.19 ms │     no change │
│ QQuery 36 │           6.98 / 7.04 ±0.04 / 7.08 ms │           6.76 / 6.87 ±0.13 / 7.11 ms │     no change │
│ QQuery 37 │           7.60 / 7.75 ±0.11 / 7.91 ms │           7.49 / 7.61 ±0.13 / 7.84 ms │     no change │
│ QQuery 38 │        71.97 / 72.49 ±0.34 / 72.99 ms │        71.21 / 71.59 ±0.26 / 72.00 ms │     no change │
│ QQuery 39 │     104.56 / 107.66 ±2.45 / 111.80 ms │     104.40 / 106.46 ±1.10 / 107.61 ms │     no change │
│ QQuery 40 │        24.10 / 24.46 ±0.23 / 24.79 ms │        24.53 / 24.75 ±0.15 / 24.99 ms │     no change │
│ QQuery 41 │        14.90 / 14.95 ±0.04 / 15.00 ms │        14.71 / 15.05 ±0.17 / 15.17 ms │     no change │
│ QQuery 42 │        25.03 / 25.43 ±0.32 / 25.84 ms │        24.87 / 25.09 ±0.27 / 25.57 ms │     no change │
│ QQuery 43 │           5.75 / 5.84 ±0.07 / 5.93 ms │           5.49 / 5.60 ±0.15 / 5.89 ms │     no change │
│ QQuery 44 │        11.65 / 11.74 ±0.07 / 11.83 ms │        11.40 / 11.52 ±0.12 / 11.70 ms │     no change │
│ QQuery 45 │        44.88 / 45.76 ±0.84 / 47.15 ms │        44.15 / 45.58 ±1.06 / 46.95 ms │     no change │
│ QQuery 46 │        14.35 / 14.46 ±0.07 / 14.56 ms │        13.90 / 14.13 ±0.19 / 14.46 ms │     no change │
│ QQuery 47 │     252.71 / 255.41 ±1.82 / 257.63 ms │     250.45 / 254.89 ±2.99 / 258.45 ms │     no change │
│ QQuery 48 │     105.47 / 106.67 ±1.42 / 109.36 ms │     106.29 / 106.69 ±0.47 / 107.57 ms │     no change │
│ QQuery 49 │        82.98 / 85.35 ±1.34 / 86.91 ms │        85.01 / 86.28 ±0.80 / 87.47 ms │     no change │
│ QQuery 50 │        64.09 / 65.17 ±1.43 / 67.92 ms │        63.89 / 64.45 ±0.38 / 65.04 ms │     no change │
│ QQuery 51 │       95.58 / 98.18 ±3.58 / 105.23 ms │        93.59 / 95.89 ±1.19 / 97.04 ms │     no change │
│ QQuery 52 │        24.66 / 25.20 ±0.45 / 25.86 ms │        25.23 / 27.68 ±2.71 / 31.90 ms │  1.10x slower │
│ QQuery 53 │        30.40 / 31.02 ±0.41 / 31.61 ms │        31.14 / 31.40 ±0.17 / 31.59 ms │     no change │
│ QQuery 54 │        55.18 / 56.21 ±0.66 / 56.96 ms │        55.26 / 56.29 ±0.81 / 57.70 ms │     no change │
│ QQuery 55 │        24.40 / 24.77 ±0.24 / 25.09 ms │        24.77 / 24.96 ±0.14 / 25.12 ms │     no change │
│ QQuery 56 │        39.27 / 40.72 ±1.43 / 43.42 ms │        41.00 / 41.63 ±0.67 / 42.86 ms │     no change │
│ QQuery 57 │     175.97 / 177.04 ±0.67 / 177.87 ms │     180.76 / 183.88 ±2.46 / 187.91 ms │     no change │
│ QQuery 58 │     118.15 / 120.40 ±1.47 / 122.64 ms │     118.30 / 119.41 ±1.36 / 121.74 ms │     no change │
│ QQuery 59 │     120.23 / 121.21 ±0.92 / 122.77 ms │     119.53 / 120.46 ±0.69 / 121.29 ms │     no change │
│ QQuery 60 │        42.19 / 42.43 ±0.20 / 42.71 ms │        41.30 / 42.49 ±1.14 / 44.18 ms │     no change │
│ QQuery 61 │        14.67 / 14.83 ±0.11 / 14.97 ms │        14.37 / 14.54 ±0.13 / 14.78 ms │     no change │
│ QQuery 62 │        47.94 / 48.44 ±0.30 / 48.88 ms │        47.40 / 48.03 ±0.39 / 48.38 ms │     no change │
│ QQuery 63 │        31.31 / 31.67 ±0.29 / 32.15 ms │        31.45 / 31.76 ±0.25 / 32.15 ms │     no change │
│ QQuery 64 │     486.77 / 488.95 ±2.36 / 493.51 ms │     472.84 / 482.65 ±7.82 / 493.78 ms │     no change │
│ QQuery 65 │     147.83 / 149.20 ±1.44 / 151.81 ms │     149.07 / 153.77 ±2.61 / 157.14 ms │     no change │
│ QQuery 66 │        82.64 / 83.38 ±0.50 / 84.10 ms │        87.22 / 89.31 ±1.40 / 90.96 ms │  1.07x slower │
│ QQuery 67 │     240.35 / 246.26 ±3.19 / 249.66 ms │     272.33 / 276.91 ±5.55 / 287.81 ms │  1.12x slower │
│ QQuery 68 │        13.56 / 13.74 ±0.23 / 14.19 ms │        14.44 / 14.74 ±0.19 / 15.03 ms │  1.07x slower │
│ QQuery 69 │        76.53 / 80.50 ±4.54 / 88.48 ms │        78.71 / 81.72 ±3.58 / 86.84 ms │     no change │
│ QQuery 70 │     103.46 / 108.09 ±4.46 / 115.80 ms │     105.56 / 110.22 ±5.15 / 119.93 ms │     no change │
│ QQuery 71 │        35.90 / 35.96 ±0.06 / 36.06 ms │        37.29 / 37.40 ±0.10 / 37.57 ms │     no change │
│ QQuery 72 │ 2208.47 / 2302.51 ±54.94 / 2376.14 ms │ 2243.22 / 2341.67 ±94.61 / 2507.34 ms │     no change │
│ QQuery 73 │          9.60 / 9.85 ±0.19 / 10.11 ms │         9.72 / 10.10 ±0.27 / 10.51 ms │     no change │
│ QQuery 74 │     175.89 / 178.25 ±2.10 / 182.20 ms │     180.70 / 181.66 ±0.78 / 182.69 ms │     no change │
│ QQuery 75 │     149.27 / 151.56 ±2.76 / 156.32 ms │     150.14 / 152.10 ±2.29 / 156.17 ms │     no change │
│ QQuery 76 │        35.88 / 36.19 ±0.37 / 36.88 ms │        35.73 / 36.11 ±0.39 / 36.73 ms │     no change │
│ QQuery 77 │        62.11 / 62.39 ±0.24 / 62.74 ms │        62.19 / 62.39 ±0.13 / 62.54 ms │     no change │
│ QQuery 78 │     193.85 / 196.42 ±2.37 / 200.62 ms │     193.49 / 195.67 ±1.87 / 198.28 ms │     no change │
│ QQuery 79 │        66.85 / 67.26 ±0.25 / 67.56 ms │        66.84 / 68.18 ±1.10 / 69.93 ms │     no change │
│ QQuery 80 │     102.42 / 105.71 ±3.13 / 111.68 ms │     103.59 / 105.32 ±1.89 / 108.61 ms │     no change │
│ QQuery 81 │        24.41 / 24.89 ±0.38 / 25.53 ms │        24.73 / 24.85 ±0.13 / 25.02 ms │     no change │
│ QQuery 82 │        16.52 / 16.83 ±0.23 / 17.13 ms │        16.51 / 16.86 ±0.20 / 17.11 ms │     no change │
│ QQuery 83 │        36.95 / 37.22 ±0.25 / 37.67 ms │        36.95 / 38.04 ±1.54 / 41.10 ms │     no change │
│ QQuery 84 │        43.47 / 44.63 ±1.49 / 47.16 ms │        43.22 / 44.56 ±1.19 / 46.74 ms │     no change │
│ QQuery 85 │     136.12 / 136.58 ±0.42 / 137.27 ms │     135.84 / 136.78 ±0.65 / 137.53 ms │     no change │
│ QQuery 86 │        24.99 / 25.30 ±0.26 / 25.68 ms │        24.88 / 25.38 ±0.45 / 26.13 ms │     no change │
│ QQuery 87 │        68.50 / 69.60 ±1.27 / 72.04 ms │        69.81 / 70.48 ±0.40 / 70.99 ms │     no change │
│ QQuery 88 │        64.89 / 65.61 ±0.64 / 66.73 ms │        64.94 / 65.28 ±0.31 / 65.74 ms │     no change │
│ QQuery 89 │        36.15 / 36.38 ±0.26 / 36.86 ms │        36.39 / 36.66 ±0.16 / 36.84 ms │     no change │
│ QQuery 90 │        18.77 / 18.97 ±0.17 / 19.19 ms │        17.55 / 18.11 ±0.70 / 19.48 ms │     no change │
│ QQuery 91 │        53.79 / 54.91 ±1.22 / 56.61 ms │        52.24 / 53.47 ±1.03 / 55.32 ms │     no change │
│ QQuery 92 │        31.93 / 32.32 ±0.23 / 32.57 ms │        29.22 / 29.94 ±0.61 / 30.66 ms │ +1.08x faster │
│ QQuery 93 │        55.47 / 56.79 ±1.08 / 58.58 ms │        53.29 / 54.45 ±0.90 / 56.00 ms │     no change │
│ QQuery 94 │        40.33 / 40.82 ±0.25 / 41.02 ms │        38.14 / 38.52 ±0.32 / 39.05 ms │ +1.06x faster │
│ QQuery 95 │        94.21 / 95.28 ±0.76 / 96.51 ms │        89.27 / 90.37 ±0.95 / 91.98 ms │ +1.05x faster │
│ QQuery 96 │        25.36 / 25.55 ±0.18 / 25.90 ms │        24.27 / 24.61 ±0.26 / 25.02 ms │     no change │
│ QQuery 97 │        48.83 / 49.12 ±0.26 / 49.56 ms │        46.62 / 47.19 ±0.45 / 47.73 ms │     no change │
│ QQuery 98 │        41.91 / 43.28 ±1.48 / 45.86 ms │        42.17 / 43.32 ±0.71 / 44.04 ms │     no change │
│ QQuery 99 │        70.12 / 71.71 ±1.60 / 74.45 ms │        70.38 / 71.47 ±1.05 / 73.37 ms │     no change │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 10856.96ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 10877.75ms │
│ Average Time (HEAD)                                │   109.67ms │
│ Average Time (xudong963_prune-page-index-followup) │   109.88ms │
│ Queries Faster                                     │          3 │
│ Queries Slower                                     │          4 │
│ Queries with No Change                             │         92 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

tpcds — base (merge-base)

Metric Value
Wall time 55.0s
Peak memory 6.9 GiB
Avg memory 6.3 GiB
CPU user 251.6s
CPU sys 6.4s
Peak spill 0 B

tpcds — branch

Metric Value
Wall time 55.0s
Peak memory 6.8 GiB
Avg memory 6.2 GiB
CPU user 252.9s
CPU sys 6.2s
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 xudong963_prune-page-index-followup
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   xudong963_prune-page-index-followup ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.25 / 4.76 ±6.91 / 18.57 ms │          1.23 / 4.81 ±7.01 / 18.82 ms │     no change │
│ QQuery 1  │        13.15 / 13.58 ±0.41 / 14.35 ms │        12.68 / 13.44 ±0.57 / 14.40 ms │     no change │
│ QQuery 2  │        37.07 / 37.42 ±0.26 / 37.82 ms │        36.48 / 36.91 ±0.33 / 37.29 ms │     no change │
│ QQuery 3  │        31.75 / 32.32 ±0.45 / 33.07 ms │        31.52 / 31.83 ±0.34 / 32.48 ms │     no change │
│ QQuery 4  │     249.20 / 250.07 ±0.88 / 251.48 ms │     248.21 / 251.20 ±2.10 / 253.87 ms │     no change │
│ QQuery 5  │     284.49 / 290.03 ±3.48 / 294.81 ms │     285.92 / 287.58 ±1.85 / 290.99 ms │     no change │
│ QQuery 6  │          6.96 / 8.26 ±1.64 / 11.47 ms │           6.81 / 7.18 ±0.30 / 7.62 ms │ +1.15x faster │
│ QQuery 7  │        14.58 / 14.76 ±0.17 / 15.05 ms │        14.15 / 14.21 ±0.06 / 14.31 ms │     no change │
│ QQuery 8  │     329.05 / 334.65 ±4.45 / 341.06 ms │     328.54 / 331.27 ±1.82 / 334.21 ms │     no change │
│ QQuery 9  │     469.59 / 479.45 ±5.74 / 485.98 ms │     460.69 / 473.00 ±7.94 / 480.02 ms │     no change │
│ QQuery 10 │        70.27 / 73.29 ±3.32 / 79.41 ms │        71.68 / 72.91 ±0.68 / 73.51 ms │     no change │
│ QQuery 11 │        81.49 / 82.28 ±0.62 / 83.20 ms │        80.71 / 81.46 ±0.51 / 82.25 ms │     no change │
│ QQuery 12 │     290.74 / 293.88 ±2.61 / 297.56 ms │     285.89 / 291.42 ±4.37 / 299.23 ms │     no change │
│ QQuery 13 │     395.12 / 412.31 ±9.78 / 424.08 ms │     391.90 / 400.95 ±5.02 / 407.31 ms │     no change │
│ QQuery 14 │     290.16 / 292.20 ±2.29 / 296.52 ms │     290.02 / 298.06 ±6.28 / 307.96 ms │     no change │
│ QQuery 15 │     295.28 / 297.74 ±3.20 / 303.88 ms │     293.22 / 302.19 ±5.35 / 307.39 ms │     no change │
│ QQuery 16 │     629.92 / 635.48 ±4.63 / 643.74 ms │     615.92 / 628.28 ±6.83 / 635.38 ms │     no change │
│ QQuery 17 │     627.16 / 636.41 ±7.77 / 647.72 ms │     627.12 / 638.66 ±8.75 / 647.20 ms │     no change │
│ QQuery 18 │ 1236.68 / 1258.79 ±23.76 / 1302.18 ms │ 1237.66 / 1259.45 ±13.11 / 1275.04 ms │     no change │
│ QQuery 19 │        30.00 / 30.34 ±0.28 / 30.68 ms │        29.38 / 31.30 ±2.72 / 36.65 ms │     no change │
│ QQuery 20 │     523.13 / 530.96 ±9.03 / 548.14 ms │     520.84 / 526.96 ±3.24 / 530.10 ms │     no change │
│ QQuery 21 │     603.71 / 606.36 ±2.37 / 609.94 ms │     601.38 / 605.59 ±2.35 / 608.42 ms │     no change │
│ QQuery 22 │  1074.83 / 1083.11 ±6.17 / 1092.54 ms │ 1078.49 / 1091.62 ±12.24 / 1113.01 ms │     no change │
│ QQuery 23 │ 3233.64 / 3271.93 ±22.53 / 3304.22 ms │ 3239.01 / 3269.65 ±23.64 / 3305.31 ms │     no change │
│ QQuery 24 │        42.33 / 42.86 ±0.38 / 43.48 ms │        42.18 / 44.94 ±5.15 / 55.24 ms │     no change │
│ QQuery 25 │     115.44 / 116.49 ±1.03 / 118.40 ms │     113.63 / 118.37 ±4.43 / 124.85 ms │     no change │
│ QQuery 26 │        42.93 / 44.42 ±1.55 / 47.31 ms │        42.52 / 43.48 ±0.89 / 44.63 ms │     no change │
│ QQuery 27 │     675.18 / 685.92 ±8.77 / 699.77 ms │     675.60 / 681.16 ±3.31 / 684.08 ms │     no change │
│ QQuery 28 │ 3068.07 / 3089.97 ±21.76 / 3125.82 ms │ 3053.73 / 3079.31 ±21.26 / 3117.30 ms │     no change │
│ QQuery 29 │       42.10 / 50.99 ±16.36 / 83.69 ms │        43.29 / 44.39 ±1.23 / 46.76 ms │ +1.15x faster │
│ QQuery 30 │     315.80 / 320.51 ±3.84 / 326.61 ms │     317.09 / 321.89 ±3.71 / 327.29 ms │     no change │
│ QQuery 31 │     303.62 / 310.56 ±7.08 / 323.69 ms │     308.47 / 312.42 ±3.36 / 317.43 ms │     no change │
│ QQuery 32 │    964.71 / 981.39 ±10.59 / 992.07 ms │   966.06 / 986.75 ±15.56 / 1009.04 ms │     no change │
│ QQuery 33 │ 1490.35 / 1514.79 ±18.93 / 1547.01 ms │ 1495.87 / 1521.69 ±23.43 / 1558.40 ms │     no change │
│ QQuery 34 │ 1501.15 / 1522.93 ±14.13 / 1541.16 ms │ 1504.15 / 1541.93 ±30.22 / 1590.56 ms │     no change │
│ QQuery 35 │     300.67 / 313.98 ±7.99 / 321.98 ms │     317.73 / 324.37 ±4.70 / 330.96 ms │     no change │
│ QQuery 36 │        64.22 / 70.69 ±6.38 / 81.29 ms │        64.49 / 72.88 ±9.19 / 89.69 ms │     no change │
│ QQuery 37 │        36.79 / 38.72 ±3.40 / 45.49 ms │        36.75 / 38.92 ±2.39 / 42.19 ms │     no change │
│ QQuery 38 │        42.55 / 44.26 ±1.00 / 45.41 ms │        44.04 / 46.18 ±2.07 / 49.20 ms │     no change │
│ QQuery 39 │     138.34 / 144.05 ±8.07 / 159.90 ms │     135.38 / 138.17 ±2.53 / 142.84 ms │     no change │
│ QQuery 40 │        14.88 / 17.99 ±3.15 / 23.16 ms │        14.90 / 17.26 ±3.10 / 22.82 ms │     no change │
│ QQuery 41 │        14.24 / 14.61 ±0.28 / 15.11 ms │        14.57 / 16.63 ±2.29 / 19.49 ms │  1.14x slower │
│ QQuery 42 │        13.81 / 15.39 ±2.71 / 20.80 ms │        13.97 / 14.23 ±0.16 / 14.44 ms │ +1.08x faster │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 20310.89ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 20314.91ms │
│ Average Time (HEAD)                                │   472.35ms │
│ Average Time (xudong963_prune-page-index-followup) │   472.44ms │
│ Queries Faster                                     │          3 │
│ Queries Slower                                     │          1 │
│ Queries with No Change                             │         39 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 105.0s
Peak memory 30.3 GiB
Avg memory 23.3 GiB
CPU user 1068.8s
CPU sys 67.8s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 105.0s
Peak memory 30.3 GiB
Avg memory 23.3 GiB
CPU user 1068.3s
CPU sys 69.3s
Peak spill 0 B

File an issue against this benchmark runner

@xudong963
Copy link
Copy Markdown
Member Author

xudong963 commented May 15, 2026

Benchmark follow-up: I reran clickbench_partitioned after the initial result showed 4 slower queries. In the rerun, Q19/Q24/Q26 were no longer flagged slower, only Q41 was slower with high branch-side variance, and total time was effectively unchanged (20310.89ms base vs 20314.91ms branch). TPCH/TPCDS also do not show a consistent regression. Given this PR only refactors setup code and preserves the decoder/page-pruning behavior, I think the clickbench signal is noise rather than a real regression.

@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 xudong963_prune-page-index-followup
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   xudong963_prune-page-index-followup ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.22 / 4.70 ±6.81 / 18.32 ms │          1.23 / 4.69 ±6.83 / 18.35 ms │     no change │
│ QQuery 1  │        12.65 / 13.05 ±0.29 / 13.55 ms │        13.14 / 13.51 ±0.21 / 13.74 ms │     no change │
│ QQuery 2  │        36.14 / 36.54 ±0.38 / 37.18 ms │        35.95 / 36.24 ±0.27 / 36.72 ms │     no change │
│ QQuery 3  │        31.07 / 31.85 ±0.58 / 32.75 ms │        31.44 / 31.66 ±0.18 / 31.89 ms │     no change │
│ QQuery 4  │     233.84 / 236.63 ±1.71 / 238.45 ms │     234.60 / 239.82 ±6.61 / 251.68 ms │     no change │
│ QQuery 5  │     278.23 / 280.45 ±2.38 / 284.76 ms │     280.00 / 281.96 ±1.66 / 284.89 ms │     no change │
│ QQuery 6  │           6.75 / 7.22 ±0.37 / 7.69 ms │           6.54 / 7.52 ±0.57 / 8.27 ms │     no change │
│ QQuery 7  │        13.76 / 13.91 ±0.15 / 14.18 ms │        14.39 / 15.44 ±2.07 / 19.58 ms │  1.11x slower │
│ QQuery 8  │     315.23 / 317.92 ±2.07 / 320.72 ms │     317.76 / 325.40 ±9.42 / 343.67 ms │     no change │
│ QQuery 9  │     449.26 / 456.35 ±8.24 / 471.88 ms │     458.81 / 464.95 ±7.35 / 474.45 ms │     no change │
│ QQuery 10 │        69.25 / 69.74 ±0.50 / 70.70 ms │        69.35 / 74.37 ±7.67 / 89.65 ms │  1.07x slower │
│ QQuery 11 │        79.94 / 80.36 ±0.38 / 80.84 ms │        81.61 / 83.79 ±2.95 / 89.64 ms │     no change │
│ QQuery 12 │     274.33 / 276.35 ±1.60 / 278.96 ms │    275.42 / 285.32 ±10.56 / 305.25 ms │     no change │
│ QQuery 13 │     382.11 / 391.40 ±9.49 / 406.39 ms │     385.33 / 392.87 ±5.06 / 400.97 ms │     no change │
│ QQuery 14 │     281.92 / 284.14 ±1.87 / 286.70 ms │     281.40 / 285.06 ±4.01 / 292.86 ms │     no change │
│ QQuery 15 │     284.79 / 286.87 ±1.88 / 290.05 ms │     280.57 / 285.67 ±5.18 / 295.47 ms │     no change │
│ QQuery 16 │     610.37 / 617.46 ±5.07 / 623.67 ms │     607.33 / 618.22 ±9.62 / 634.69 ms │     no change │
│ QQuery 17 │     612.79 / 616.04 ±2.14 / 618.83 ms │     604.55 / 613.07 ±5.35 / 619.04 ms │     no change │
│ QQuery 18 │ 1206.39 / 1225.01 ±16.63 / 1253.05 ms │ 1212.82 / 1223.17 ±10.72 / 1243.41 ms │     no change │
│ QQuery 19 │        28.84 / 29.11 ±0.43 / 29.98 ms │       28.85 / 37.94 ±16.55 / 71.02 ms │  1.30x slower │
│ QQuery 20 │     524.50 / 531.91 ±6.43 / 542.27 ms │     528.84 / 532.41 ±4.46 / 541.14 ms │     no change │
│ QQuery 21 │    593.79 / 604.43 ±11.83 / 626.97 ms │     603.66 / 607.47 ±4.41 / 615.80 ms │     no change │
│ QQuery 22 │ 1065.67 / 1082.21 ±11.70 / 1096.27 ms │ 1065.65 / 1092.54 ±19.75 / 1117.13 ms │     no change │
│ QQuery 23 │ 3199.65 / 3222.11 ±13.49 / 3238.55 ms │ 3182.95 / 3231.27 ±38.73 / 3301.37 ms │     no change │
│ QQuery 24 │        41.71 / 44.47 ±2.58 / 48.39 ms │        42.28 / 44.27 ±2.52 / 49.15 ms │     no change │
│ QQuery 25 │     111.81 / 112.77 ±0.94 / 114.18 ms │     114.13 / 115.25 ±1.22 / 117.08 ms │     no change │
│ QQuery 26 │        42.74 / 47.22 ±7.86 / 62.93 ms │        42.62 / 43.99 ±1.56 / 46.40 ms │ +1.07x faster │
│ QQuery 27 │     673.91 / 679.74 ±5.14 / 688.64 ms │     684.11 / 688.02 ±3.24 / 693.67 ms │     no change │
│ QQuery 28 │ 3013.19 / 3026.06 ±12.47 / 3042.84 ms │  3041.47 / 3055.40 ±9.82 / 3065.69 ms │     no change │
│ QQuery 29 │        42.33 / 47.63 ±6.39 / 57.41 ms │        41.47 / 44.13 ±4.35 / 52.81 ms │ +1.08x faster │
│ QQuery 30 │     301.15 / 307.44 ±5.41 / 314.53 ms │     298.82 / 307.09 ±5.08 / 313.18 ms │     no change │
│ QQuery 31 │     290.23 / 294.69 ±3.63 / 300.68 ms │     293.83 / 303.62 ±6.95 / 313.54 ms │     no change │
│ QQuery 32 │     927.71 / 934.62 ±6.75 / 947.14 ms │     930.54 / 939.32 ±6.88 / 949.91 ms │     no change │
│ QQuery 33 │ 1424.39 / 1452.15 ±18.78 / 1478.18 ms │ 1419.67 / 1455.20 ±19.05 / 1475.90 ms │     no change │
│ QQuery 34 │ 1463.98 / 1508.58 ±50.39 / 1602.10 ms │ 1442.28 / 1466.68 ±14.84 / 1483.70 ms │     no change │
│ QQuery 35 │    290.13 / 309.57 ±34.33 / 378.13 ms │    286.18 / 299.99 ±17.60 / 330.98 ms │     no change │
│ QQuery 36 │        66.31 / 71.32 ±4.76 / 80.38 ms │        70.08 / 74.62 ±4.90 / 83.73 ms │     no change │
│ QQuery 37 │        35.66 / 39.13 ±5.48 / 50.00 ms │        35.49 / 37.29 ±2.84 / 42.95 ms │     no change │
│ QQuery 38 │        40.38 / 42.69 ±1.45 / 44.44 ms │        40.16 / 42.42 ±1.65 / 44.17 ms │     no change │
│ QQuery 39 │     121.06 / 131.60 ±6.28 / 139.89 ms │     120.04 / 127.08 ±5.31 / 135.64 ms │     no change │
│ QQuery 40 │        14.88 / 18.24 ±3.73 / 25.17 ms │        14.37 / 14.60 ±0.16 / 14.82 ms │ +1.25x faster │
│ QQuery 41 │        13.94 / 14.37 ±0.33 / 14.81 ms │        14.02 / 14.07 ±0.05 / 14.14 ms │     no change │
│ QQuery 42 │        13.45 / 13.57 ±0.11 / 13.75 ms │        13.62 / 13.69 ±0.05 / 13.76 ms │     no change │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 19811.64ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 19871.08ms │
│ Average Time (HEAD)                                │   460.74ms │
│ Average Time (xudong963_prune-page-index-followup) │   462.12ms │
│ Queries Faster                                     │          3 │
│ Queries Slower                                     │          3 │
│ Queries with No Change                             │         37 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 100.0s
Peak memory 30.5 GiB
Avg memory 23.0 GiB
CPU user 1037.6s
CPU sys 68.8s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 100.0s
Peak memory 30.7 GiB
Avg memory 23.3 GiB
CPU user 1038.8s
CPU sys 69.9s
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 xudong963_prune-page-index-followup
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query     ┃                                  HEAD ┃   xudong963_prune-page-index-followup ┃        Change ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0  │          1.19 / 4.61 ±6.78 / 18.16 ms │          1.23 / 4.64 ±6.75 / 18.14 ms │     no change │
│ QQuery 1  │        12.44 / 12.58 ±0.08 / 12.69 ms │        12.26 / 12.62 ±0.22 / 12.89 ms │     no change │
│ QQuery 2  │        35.26 / 35.59 ±0.26 / 35.91 ms │        35.57 / 36.07 ±0.45 / 36.62 ms │     no change │
│ QQuery 3  │        30.77 / 31.50 ±0.58 / 32.19 ms │        30.60 / 30.98 ±0.35 / 31.60 ms │     no change │
│ QQuery 4  │    236.49 / 262.19 ±14.05 / 275.12 ms │     227.56 / 232.32 ±4.16 / 239.13 ms │ +1.13x faster │
│ QQuery 5  │     291.22 / 301.17 ±6.32 / 307.22 ms │     308.72 / 311.36 ±1.42 / 312.87 ms │     no change │
│ QQuery 6  │           7.09 / 7.75 ±0.40 / 8.31 ms │           7.01 / 7.79 ±0.40 / 8.17 ms │     no change │
│ QQuery 7  │        13.89 / 14.03 ±0.10 / 14.20 ms │        14.59 / 14.71 ±0.13 / 14.91 ms │     no change │
│ QQuery 8  │     310.69 / 313.36 ±2.45 / 317.94 ms │    329.08 / 340.94 ±10.31 / 354.67 ms │  1.09x slower │
│ QQuery 9  │     447.64 / 452.89 ±3.42 / 457.79 ms │    449.21 / 460.04 ±11.98 / 482.13 ms │     no change │
│ QQuery 10 │        68.37 / 69.38 ±0.74 / 70.39 ms │        68.88 / 74.95 ±6.67 / 87.52 ms │  1.08x slower │
│ QQuery 11 │        78.96 / 79.86 ±0.67 / 80.95 ms │        80.16 / 80.86 ±0.70 / 82.18 ms │     no change │
│ QQuery 12 │     268.17 / 274.95 ±6.38 / 285.33 ms │     271.65 / 276.58 ±4.14 / 284.20 ms │     no change │
│ QQuery 13 │    371.70 / 384.39 ±10.08 / 400.95 ms │     383.60 / 392.53 ±6.71 / 400.53 ms │     no change │
│ QQuery 14 │     274.60 / 280.05 ±3.54 / 283.50 ms │     275.97 / 281.01 ±4.39 / 287.84 ms │     no change │
│ QQuery 15 │     274.16 / 280.12 ±3.06 / 282.63 ms │    273.32 / 285.54 ±11.09 / 303.51 ms │     no change │
│ QQuery 16 │     592.26 / 603.41 ±8.62 / 613.59 ms │    594.09 / 635.14 ±28.97 / 673.40 ms │  1.05x slower │
│ QQuery 17 │     598.14 / 603.33 ±3.57 / 609.26 ms │    593.42 / 622.32 ±32.84 / 682.78 ms │     no change │
│ QQuery 18 │ 1180.48 / 1258.34 ±39.19 / 1285.91 ms │ 1181.46 / 1193.37 ±11.17 / 1214.59 ms │ +1.05x faster │
│ QQuery 19 │        29.11 / 29.46 ±0.34 / 29.97 ms │       27.94 / 37.62 ±15.87 / 69.12 ms │  1.28x slower │
│ QQuery 20 │     525.18 / 534.40 ±7.97 / 547.80 ms │     523.33 / 528.40 ±5.40 / 537.79 ms │     no change │
│ QQuery 21 │     602.23 / 606.29 ±3.47 / 610.98 ms │     602.24 / 605.84 ±2.56 / 608.90 ms │     no change │
│ QQuery 22 │ 1070.79 / 1092.33 ±18.64 / 1125.62 ms │ 1079.29 / 1097.71 ±18.59 / 1127.28 ms │     no change │
│ QQuery 23 │ 3174.55 / 3223.99 ±33.37 / 3260.99 ms │ 3245.24 / 3300.51 ±44.83 / 3374.26 ms │     no change │
│ QQuery 24 │        41.77 / 42.26 ±0.51 / 43.01 ms │        43.39 / 47.21 ±3.36 / 52.40 ms │  1.12x slower │
│ QQuery 25 │     111.75 / 114.21 ±3.34 / 120.65 ms │     115.54 / 116.10 ±0.65 / 116.96 ms │     no change │
│ QQuery 26 │        42.44 / 43.31 ±0.93 / 45.00 ms │        44.09 / 44.74 ±0.60 / 45.77 ms │     no change │
│ QQuery 27 │     668.29 / 673.87 ±5.57 / 683.97 ms │     667.70 / 678.23 ±6.74 / 685.68 ms │     no change │
│ QQuery 28 │ 3000.45 / 3043.20 ±34.86 / 3105.62 ms │ 3022.59 / 3043.77 ±31.64 / 3104.79 ms │     no change │
│ QQuery 29 │        41.25 / 41.88 ±0.57 / 42.61 ms │       41.11 / 46.82 ±10.72 / 68.24 ms │  1.12x slower │
│ QQuery 30 │     293.70 / 299.31 ±3.45 / 304.26 ms │     300.14 / 303.44 ±2.45 / 307.61 ms │     no change │
│ QQuery 31 │     282.08 / 294.94 ±7.23 / 301.41 ms │     314.57 / 324.59 ±6.48 / 333.74 ms │  1.10x slower │
│ QQuery 32 │    918.12 / 938.24 ±13.44 / 954.63 ms │    912.15 / 936.79 ±28.15 / 985.58 ms │     no change │
│ QQuery 33 │ 1515.68 / 1543.72 ±20.73 / 1575.49 ms │ 1408.69 / 1425.69 ±11.86 / 1445.68 ms │ +1.08x faster │
│ QQuery 34 │ 1469.96 / 1540.00 ±40.11 / 1594.97 ms │  1425.31 / 1443.45 ±9.42 / 1450.90 ms │ +1.07x faster │
│ QQuery 35 │    321.32 / 333.82 ±13.91 / 359.66 ms │     282.84 / 287.99 ±4.57 / 296.08 ms │ +1.16x faster │
│ QQuery 36 │        61.93 / 70.15 ±9.88 / 89.55 ms │        61.64 / 64.84 ±3.72 / 71.67 ms │ +1.08x faster │
│ QQuery 37 │        36.40 / 41.49 ±5.14 / 50.14 ms │        34.82 / 35.57 ±0.66 / 36.65 ms │ +1.17x faster │
│ QQuery 38 │        40.64 / 44.61 ±4.06 / 51.90 ms │        40.09 / 45.97 ±4.87 / 53.73 ms │     no change │
│ QQuery 39 │     128.68 / 139.61 ±8.06 / 153.77 ms │     121.91 / 130.83 ±6.53 / 138.95 ms │ +1.07x faster │
│ QQuery 40 │        13.76 / 16.04 ±2.48 / 19.61 ms │        13.81 / 15.22 ±2.13 / 19.45 ms │ +1.05x faster │
│ QQuery 41 │        13.37 / 17.45 ±4.85 / 25.12 ms │        13.67 / 13.85 ±0.19 / 14.15 ms │ +1.26x faster │
│ QQuery 42 │        12.79 / 13.05 ±0.18 / 13.31 ms │        13.08 / 14.26 ±1.88 / 18.01 ms │  1.09x slower │
└───────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary                                  ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)                                  │ 20007.11ms │
│ Total Time (xudong963_prune-page-index-followup)   │ 19883.22ms │
│ Average Time (HEAD)                                │   465.28ms │
│ Average Time (xudong963_prune-page-index-followup) │   462.40ms │
│ Queries Faster                                     │         10 │
│ Queries Slower                                     │          8 │
│ Queries with No Change                             │         25 │
│ Queries with Failure                               │          0 │
└────────────────────────────────────────────────────┴────────────┘

Resource Usage

clickbench_partitioned — base (merge-base)

Metric Value
Wall time 105.0s
Peak memory 30.2 GiB
Avg memory 22.8 GiB
CPU user 1049.7s
CPU sys 69.7s
Peak spill 0 B

clickbench_partitioned — branch

Metric Value
Wall time 100.0s
Peak memory 29.8 GiB
Avg memory 23.1 GiB
CPU user 1042.4s
CPU sys 68.9s
Peak spill 0 B

File an issue against this benchmark runner

@adriangb
Copy link
Copy Markdown
Contributor

@xudong963 I left you some suggestions in xudong963#6. It goes a bit further but I think leaves things in a nicer state and is related enough to the other refactors to make sense to bundle.

Copy link
Copy Markdown
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @xudong963 -- this looks good to me

I thnk @adriangb's xudong963#6 also looks good, but we could also potentially do that as a follow on

Ok(prepared_access_plan)
}

struct DecoderBuilderConfig<'a> {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to add some comments here explaining what this represnets (namely the state needed to build the ParquetPushDecoder)

decoder_limit: Option<usize>,
}

fn build_decoder_builder(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this isn't a method on DecoderBuilderConfig? That seems like a natural way to encapsulate the functionality

impl DecoderBuilderConfig {
  fn build(self, prepared_access_plan, metadata) -> ParquetPushDecoderBuilder

/// Result of applying page-index pruning to a [`ParquetAccessPlan`].
pub(crate) struct PagePruningResult {
pub(crate) access_plan: ParquetAccessPlan,
/// Pages skipped because the containing row group was fully matched by
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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