Skip to content

Implement LIKE in vortex instead of falling back to arrow#8709

Merged
robert3005 merged 5 commits into
developfrom
rk/native-like
Jul 10, 2026
Merged

Implement LIKE in vortex instead of falling back to arrow#8709
robert3005 merged 5 commits into
developfrom
rk/native-like

Conversation

@robert3005

Copy link
Copy Markdown
Contributor

One more operation where we fallback to arrow instead of using our own
implementation. We can leverage view array layouts to speed up certain
comparisons

@robert3005 robert3005 added action/benchmark-sql Trigger SQL benchmarks to run on this PR changelog/chore A trivial change labels Jul 10, 2026
@github-actions github-actions Bot removed the action/benchmark-sql Trigger SQL benchmarks to run on this PR label Jul 10, 2026
@codspeed-hq

codspeed-hq Bot commented Jul 10, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

⚡ 8 improved benchmarks
❌ 3 regressed benchmarks
✅ 1619 untouched benchmarks
🆕 7 new benchmarks
⏩ 42 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation chunked_varbinview_canonical_into[(1000, 10)] 154.6 µs 189.6 µs -18.48%
Simulation slice_empty_vortex 339.4 ns 397.8 ns -14.66%
Simulation compact[(4096, 90)] 779.7 ns 867.2 ns -10.09%
Simulation rebuild_naive 105.8 µs 91.3 µs +15.89%
Simulation bitwise_not_vortex_buffer_mut[128] 215.3 ns 186.1 ns +15.67%
Simulation chunked_varbinview_into_canonical[(100, 100)] 307 µs 272.1 µs +12.82%
Simulation bitwise_not_vortex_buffer_mut[1024] 275.6 ns 246.4 ns +11.84%
Simulation chunked_varbinview_opt_canonical_into[(100, 100)] 340.5 µs 305.5 µs +11.44%
Simulation encode_varbin[(1000, 8)] 160.7 µs 144.7 µs +11.02%
Simulation encode_varbin[(1000, 4)] 159 µs 144.1 µs +10.37%
Simulation chunked_varbinview_opt_into_canonical[(100, 100)] 389.7 µs 353.8 µs +10.15%
🆕 Simulation ilike_contains N/A 782.1 µs N/A
🆕 Simulation like_contains N/A 155.3 µs N/A
🆕 Simulation like_exact N/A 43.2 µs N/A
🆕 Simulation like_per_row_patterns N/A 167.4 µs N/A
🆕 Simulation like_prefix N/A 50 µs N/A
🆕 Simulation like_regex N/A 623.3 µs N/A
🆕 Simulation like_suffix N/A 65.3 µs N/A

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing rk/native-like (436e600) with develop (2a58c67)

Open in CodSpeed

Footnotes

  1. 42 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Polar Signals Profiling Results

Latest Run

Status Commit Job Attempt Link
🟢 Done 2908c46 1 Explore Profiling Data

Powered by Polar Signals Cloud

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: PolarSignals Profiling

Vortex (geomean): 1.001x ➖

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (1.001x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
polarsignals_q00/datafusion:vortex-file-compressed 117108520 111862920 1.05
polarsignals_q01/datafusion:vortex-file-compressed 🚀 248641275 280622524 0.89
polarsignals_q02/datafusion:vortex-file-compressed 23095450 22783801 1.01
polarsignals_q03/datafusion:vortex-file-compressed 261982456 260076627 1.01
polarsignals_q04/datafusion:vortex-file-compressed 9380998 9369633 1.00
polarsignals_q05/datafusion:vortex-file-compressed 15007107 14529501 1.03
polarsignals_q06/datafusion:vortex-file-compressed 20731610 21151905 0.98
polarsignals_q07/datafusion:vortex-file-compressed 14043348 13029523 1.08
polarsignals_q08/datafusion:vortex-file-compressed 394176324 397182917 0.99
polarsignals_q09/datafusion:vortex-file-compressed 11904398 12144184 0.98

No file size changes detected.

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: TPC-H SF=1 on NVME

Verdict: No clear signal (environment too noisy confidence)
Attributed Vortex impact: +1.5%
Engines: DataFusion No clear signal (+2.9%, environment too noisy confidence) · DuckDB No clear signal (+0.1%, environment too noisy confidence)
Vortex (geomean): 0.998x ➖
Parquet (geomean): 0.980x ➖
Shifts: Parquet (control) -2.0% · Median polish -0.3%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (1.001x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/datafusion:vortex-file-compressed 51740785 52696843 0.98
tpch_q02/datafusion:vortex-file-compressed 22495199 22808348 0.99
tpch_q03/datafusion:vortex-file-compressed 31095970 30829714 1.01
tpch_q04/datafusion:vortex-file-compressed 19449503 19698472 0.99
tpch_q05/datafusion:vortex-file-compressed 46667935 46167218 1.01
tpch_q06/datafusion:vortex-file-compressed 10395171 9897724 1.05
tpch_q07/datafusion:vortex-file-compressed 52585766 52897111 0.99
tpch_q08/datafusion:vortex-file-compressed 38755697 38510656 1.01
tpch_q09/datafusion:vortex-file-compressed 52582080 51074959 1.03
tpch_q10/datafusion:vortex-file-compressed 32240304 33194097 0.97
tpch_q11/datafusion:vortex-file-compressed 16406538 16693094 0.98
tpch_q12/datafusion:vortex-file-compressed 24045862 23707261 1.01
tpch_q13/datafusion:vortex-file-compressed 26784893 26960580 0.99
tpch_q14/datafusion:vortex-file-compressed 14910358 14967831 1.00
tpch_q15/datafusion:vortex-file-compressed 22754548 22690443 1.00
tpch_q16/datafusion:vortex-file-compressed 19731713 19325089 1.02
tpch_q17/datafusion:vortex-file-compressed 65471732 64490463 1.02
tpch_q18/datafusion:vortex-file-compressed 76106855 76069881 1.00
tpch_q19/datafusion:vortex-file-compressed 18623560 18325621 1.02
tpch_q20/datafusion:vortex-file-compressed 30570522 30879555 0.99
tpch_q21/datafusion:vortex-file-compressed 69579672 69483595 1.00
tpch_q22/datafusion:vortex-file-compressed 11766191 12195972 0.96
datafusion / parquet (0.967x ➖, 3↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/datafusion:parquet 🚀 97680396 118444280 0.82
tpch_q02/datafusion:parquet 60531120 60912650 0.99
tpch_q03/datafusion:parquet 82729718 77396264 1.07
tpch_q04/datafusion:parquet 45822675 47402083 0.97
tpch_q05/datafusion:parquet 94589158 97000366 0.98
tpch_q06/datafusion:parquet 38997111 41460220 0.94
tpch_q07/datafusion:parquet 106204653 107688931 0.99
tpch_q08/datafusion:parquet 🚀 87200561 97115869 0.90
tpch_q09/datafusion:parquet 122988256 128647659 0.96
tpch_q10/datafusion:parquet 110185680 119215135 0.92
tpch_q11/datafusion:parquet 40884595 41480802 0.99
tpch_q12/datafusion:parquet 78561875 80011256 0.98
tpch_q13/datafusion:parquet 190684742 193612665 0.98
tpch_q14/datafusion:parquet 40894310 45425642 0.90
tpch_q15/datafusion:parquet 57733156 60755711 0.95
tpch_q16/datafusion:parquet 42583084 42849468 0.99
tpch_q17/datafusion:parquet 142316553 135611338 1.05
tpch_q18/datafusion:parquet 158448793 157351308 1.01
tpch_q19/datafusion:parquet 77118752 72159993 1.07
tpch_q20/datafusion:parquet 🚀 64359176 74793015 0.86
tpch_q21/datafusion:parquet 140381037 138835677 1.01
tpch_q22/datafusion:parquet 42502644 43467297 0.98
datafusion / arrow (0.988x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/datafusion:arrow 62027985 65830739 0.94
tpch_q02/datafusion:arrow 17005068 16827093 1.01
tpch_q03/datafusion:arrow 31881708 31890873 1.00
tpch_q04/datafusion:arrow 26272314 27148724 0.97
tpch_q05/datafusion:arrow 58055999 54666674 1.06
tpch_q06/datafusion:arrow 23140184 21111404 1.10
tpch_q07/datafusion:arrow 105103348 105459275 1.00
tpch_q08/datafusion:arrow 41339775 43607314 0.95
tpch_q09/datafusion:arrow 64210166 68896433 0.93
tpch_q10/datafusion:arrow 🚀 47542916 54175567 0.88
tpch_q11/datafusion:arrow 8939526 9512063 0.94
tpch_q12/datafusion:arrow 49747154 49645721 1.00
tpch_q13/datafusion:arrow 46522283 47610644 0.98
tpch_q14/datafusion:arrow 23291891 23654401 0.98
tpch_q15/datafusion:arrow 46754625 45833749 1.02
tpch_q16/datafusion:arrow 16521143 16729182 0.99
tpch_q17/datafusion:arrow 66890331 68346566 0.98
tpch_q18/datafusion:arrow 110769721 108790825 1.02
tpch_q19/datafusion:arrow 37754467 37167463 1.02
tpch_q20/datafusion:arrow 35488087 35980408 0.99
tpch_q21/datafusion:arrow 161215078 156479346 1.03
tpch_q22/datafusion:arrow 11695999 11904193 0.98
duckdb / vortex-file-compressed (0.994x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/duckdb:vortex-file-compressed 27160894 27226411 1.00
tpch_q02/duckdb:vortex-file-compressed 24459438 25809161 0.95
tpch_q03/duckdb:vortex-file-compressed 31048798 31683602 0.98
tpch_q04/duckdb:vortex-file-compressed 27097743 27864181 0.97
tpch_q05/duckdb:vortex-file-compressed 34674416 35307249 0.98
tpch_q06/duckdb:vortex-file-compressed 8386368 8343634 1.01
tpch_q07/duckdb:vortex-file-compressed 33435551 33611107 0.99
tpch_q08/duckdb:vortex-file-compressed 39216733 38167390 1.03
tpch_q09/duckdb:vortex-file-compressed 55610467 55735341 1.00
tpch_q10/duckdb:vortex-file-compressed 41037922 41178758 1.00
tpch_q11/duckdb:vortex-file-compressed 13548033 13324583 1.02
tpch_q12/duckdb:vortex-file-compressed 22581857 22673267 1.00
tpch_q13/duckdb:vortex-file-compressed 39214406 39532693 0.99
tpch_q14/duckdb:vortex-file-compressed 19354010 19109487 1.01
tpch_q15/duckdb:vortex-file-compressed 16253394 16492174 0.99
tpch_q16/duckdb:vortex-file-compressed 27030306 27268122 0.99
tpch_q17/duckdb:vortex-file-compressed 23006396 23329572 0.99
tpch_q18/duckdb:vortex-file-compressed 50446861 51133193 0.99
tpch_q19/duckdb:vortex-file-compressed 26070336 25379952 1.03
tpch_q20/duckdb:vortex-file-compressed 30911802 30708286 1.01
tpch_q21/duckdb:vortex-file-compressed 97474111 98154867 0.99
tpch_q22/duckdb:vortex-file-compressed 16361260 16584348 0.99
duckdb / parquet (0.994x ➖, 2↑ 2↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/duckdb:parquet 77880303 78819120 0.99
tpch_q02/duckdb:parquet 39259088 39058233 1.01
tpch_q03/duckdb:parquet 70100338 70755953 0.99
tpch_q04/duckdb:parquet 🚨 57995502 49755606 1.17
tpch_q05/duckdb:parquet 68162503 68250520 1.00
tpch_q06/duckdb:parquet 22321945 22646697 0.99
tpch_q07/duckdb:parquet 77918312 79534317 0.98
tpch_q08/duckdb:parquet 83138505 82377103 1.01
tpch_q09/duckdb:parquet 🚀 133284843 148363250 0.90
tpch_q10/duckdb:parquet 126665072 129169532 0.98
tpch_q11/duckdb:parquet 22338934 22771704 0.98
tpch_q12/duckdb:parquet 🚀 46945509 57471472 0.82
tpch_q13/duckdb:parquet 252604122 255306892 0.99
tpch_q14/duckdb:parquet 50887430 50947975 1.00
tpch_q15/duckdb:parquet 26272932 25761781 1.02
tpch_q16/duckdb:parquet 57993398 58066546 1.00
tpch_q17/duckdb:parquet 🚨 67541346 58191354 1.16
tpch_q18/duckdb:parquet 120227584 126316655 0.95
tpch_q19/duckdb:parquet 72947129 69008333 1.06
tpch_q20/duckdb:parquet 65618919 67806450 0.97
tpch_q21/duckdb:parquet 171971388 175783161 0.98
tpch_q22/duckdb:parquet 53758052 54001114 1.00

File Size Changes (17 files changed, -44.5% overall, 2↑ 15↓)
File Scale Format Base HEAD Change %
lineitem_0.vortex 1.0 vortex-file-compressed 82.10 MB 82.17 MB +77.27 KB +0.1%
customer_0.vortex 1.0 vortex-file-compressed 8.89 MB 8.89 MB +7.99 KB +0.1%
partsupp_0.vortex 1.0 vortex-file-compressed 23.71 MB 23.68 MB 29.52 KB -0.1%
lineitem_1.vortex 1.0 vortex-file-compressed 82.16 MB 82.00 MB 170.65 KB -0.2%
part_0.vortex 1.0 vortex-file-compressed 5.01 MB 4.99 MB 13.43 KB -0.3%
orders_0.vortex 1.0 vortex-file-compressed 35.78 MB 35.52 MB 257.20 KB -0.7%
supplier_0.vortex 1.0 vortex-file-compressed 615.66 KB 600.45 KB 15.22 KB -2.5%
customer_0.vortex 1.0 vortex-compact 7.43 MB 0 B 7.43 MB -100.0%
duckdb.db 1.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
lineitem_0.vortex 1.0 vortex-compact 63.00 MB 0 B 63.00 MB -100.0%
lineitem_1.vortex 1.0 vortex-compact 63.03 MB 0 B 63.03 MB -100.0%
nation_0.vortex 1.0 vortex-compact 8.18 KB 0 B 8.18 KB -100.0%
orders_0.vortex 1.0 vortex-compact 31.73 MB 0 B 31.73 MB -100.0%
part_0.vortex 1.0 vortex-compact 3.43 MB 0 B 3.43 MB -100.0%
partsupp_0.vortex 1.0 vortex-compact 21.00 MB 0 B 21.00 MB -100.0%
region_0.vortex 1.0 vortex-compact 5.83 KB 0 B 5.83 KB -100.0%
supplier_0.vortex 1.0 vortex-compact 496.46 KB 0 B 496.46 KB -100.0%

Totals:

  • vortex-compact: 190.37 MB → 0 B (-100.0%)
  • vortex-file-compressed: 238.51 MB → 238.12 MB (-0.2%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: FineWeb NVMe

Verdict: No clear signal (low confidence)
Attributed Vortex impact: +0.5%
Engines: DataFusion No clear signal (+2.9%, low confidence) · DuckDB No clear signal (-1.9%, low confidence)
Vortex (geomean): 0.996x ➖
Parquet (geomean): 0.991x ➖
Shifts: Parquet (control) -0.9% · Median polish +0.0%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (1.011x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/datafusion:vortex-file-compressed 4997019 5126018 0.97
fineweb_q01/datafusion:vortex-file-compressed 34407755 32660727 1.05
fineweb_q02/datafusion:vortex-file-compressed 38447277 38231396 1.01
fineweb_q03/datafusion:vortex-file-compressed 57312025 56261301 1.02
fineweb_q04/datafusion:vortex-file-compressed 275568463 274205388 1.00
fineweb_q05/datafusion:vortex-file-compressed 219255706 219280317 1.00
fineweb_q06/datafusion:vortex-file-compressed 49877824 51266851 0.97
fineweb_q07/datafusion:vortex-file-compressed 56258930 53996421 1.04
fineweb_q08/datafusion:vortex-file-compressed 24147435 23413310 1.03
datafusion / parquet (0.982x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/datafusion:parquet 6607596 7010240 0.94
fineweb_q01/datafusion:parquet 279169413 300541434 0.93
fineweb_q02/datafusion:parquet 293842846 294678537 1.00
fineweb_q03/datafusion:parquet 290130704 273863704 1.06
fineweb_q04/datafusion:parquet 300995504 311185390 0.97
fineweb_q05/datafusion:parquet 301657788 303268559 0.99
fineweb_q06/datafusion:parquet 284012301 295921260 0.96
fineweb_q07/datafusion:parquet 278534289 278514138 1.00
fineweb_q08/datafusion:parquet 273211213 273664848 1.00
duckdb / vortex-file-compressed (0.981x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/duckdb:vortex-file-compressed 🚀 3029380 3529148 0.86
fineweb_q01/duckdb:vortex-file-compressed 33862047 35290773 0.96
fineweb_q02/duckdb:vortex-file-compressed 41263279 40547238 1.02
fineweb_q03/duckdb:vortex-file-compressed 113523868 113184648 1.00
fineweb_q04/duckdb:vortex-file-compressed 269823246 266100383 1.01
fineweb_q05/duckdb:vortex-file-compressed 213923085 212457784 1.01
fineweb_q06/duckdb:vortex-file-compressed 49792603 51062274 0.98
fineweb_q07/duckdb:vortex-file-compressed 53857989 54523142 0.99
fineweb_q08/duckdb:vortex-file-compressed 21421372 21036010 1.02
duckdb / parquet (1.000x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/duckdb:parquet 29848897 28904584 1.03
fineweb_q01/duckdb:parquet 84913235 87555485 0.97
fineweb_q02/duckdb:parquet 84382252 84338867 1.00
fineweb_q03/duckdb:parquet 316671761 318752545 0.99
fineweb_q04/duckdb:parquet 448769729 444736303 1.01
fineweb_q05/duckdb:parquet 414895633 414370603 1.00
fineweb_q06/duckdb:parquet 202051753 202860747 1.00
fineweb_q07/duckdb:parquet 214618760 214720080 1.00
fineweb_q08/duckdb:parquet 32182724 32326798 1.00

File Size Changes (3 files changed, -46.3% overall, 1↑ 2↓)
File Scale Format Base HEAD Change %
sample.vortex 1.0 vortex-file-compressed 1.43 GB 1.43 GB +1.03 MB +0.1%
duckdb.db 1.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
sample.vortex 1.0 vortex-compact 1.23 GB 0 B 1.23 GB -100.0%

Totals:

  • vortex-compact: 1.23 GB → 0 B (-100.0%)
  • vortex-file-compressed: 1.43 GB → 1.43 GB (+0.1%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: TPC-DS SF=1 on NVME

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -0.0%
Engines: DataFusion No clear signal (-0.8%, low confidence) · DuckDB No clear signal (+0.7%, low confidence)
Vortex (geomean): 1.001x ➖
Parquet (geomean): 1.001x ➖
Shifts: Parquet (control) +0.1% · Median polish +0.2%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (1.000x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpcds_q01/datafusion:vortex-file-compressed 21975067 23253408 0.95
tpcds_q02/datafusion:vortex-file-compressed 42946227 43384783 0.99
tpcds_q03/datafusion:vortex-file-compressed 15191701 15018808 1.01
tpcds_q04/datafusion:vortex-file-compressed 229519814 223568626 1.03
tpcds_q05/datafusion:vortex-file-compressed 42715134 44461115 0.96
tpcds_q06/datafusion:vortex-file-compressed 23213254 22731223 1.02
tpcds_q07/datafusion:vortex-file-compressed 40978108 42590424 0.96
tpcds_q08/datafusion:vortex-file-compressed 29820170 29843024 1.00
tpcds_q09/datafusion:vortex-file-compressed 32543077 30956654 1.05
tpcds_q10/datafusion:vortex-file-compressed 39990314 37294600 1.07
tpcds_q11/datafusion:vortex-file-compressed 129460786 129871100 1.00
tpcds_q12/datafusion:vortex-file-compressed 17535510 16931624 1.04
tpcds_q13/datafusion:vortex-file-compressed 40760765 41343371 0.99
tpcds_q14/datafusion:vortex-file-compressed 160233553 161804123 0.99
tpcds_q15/datafusion:vortex-file-compressed 26284895 26201257 1.00
tpcds_q16/datafusion:vortex-file-compressed 23573894 23174104 1.02
tpcds_q17/datafusion:vortex-file-compressed 59962485 59518139 1.01
tpcds_q18/datafusion:vortex-file-compressed 58441662 58383003 1.00
tpcds_q19/datafusion:vortex-file-compressed 22374708 21824441 1.03
tpcds_q20/datafusion:vortex-file-compressed 20567747 18919301 1.09
tpcds_q21/datafusion:vortex-file-compressed 36194851 35784576 1.01
tpcds_q22/datafusion:vortex-file-compressed 🚀 121655978 148371385 0.82
tpcds_q23/datafusion:vortex-file-compressed 147782171 158303332 0.93
tpcds_q24/datafusion:vortex-file-compressed 86115311 84995398 1.01
tpcds_q25/datafusion:vortex-file-compressed 64568711 63020348 1.02
tpcds_q26/datafusion:vortex-file-compressed 30023008 30312066 0.99
tpcds_q27/datafusion:vortex-file-compressed 93056052 93151174 1.00
tpcds_q28/datafusion:vortex-file-compressed 32480863 34035234 0.95
tpcds_q29/datafusion:vortex-file-compressed 59514097 59574270 1.00
tpcds_q30/datafusion:vortex-file-compressed 23288843 23763104 0.98
tpcds_q31/datafusion:vortex-file-compressed 70978133 70793957 1.00
tpcds_q32/datafusion:vortex-file-compressed 18076339 17891520 1.01
tpcds_q33/datafusion:vortex-file-compressed 29552113 29265793 1.01
tpcds_q34/datafusion:vortex-file-compressed 25934873 26549788 0.98
tpcds_q35/datafusion:vortex-file-compressed 43926154 43562755 1.01
tpcds_q36/datafusion:vortex-file-compressed 57641056 56886624 1.01
tpcds_q37/datafusion:vortex-file-compressed 20395279 21134890 0.97
tpcds_q38/datafusion:vortex-file-compressed 41174974 39592999 1.04
tpcds_q39/datafusion:vortex-file-compressed 106563590 109207871 0.98
tpcds_q40/datafusion:vortex-file-compressed 29503591 28964971 1.02
tpcds_q41/datafusion:vortex-file-compressed 19835268 19430347 1.02
tpcds_q42/datafusion:vortex-file-compressed 13546908 13686752 0.99
tpcds_q43/datafusion:vortex-file-compressed 18815449 18697304 1.01
tpcds_q44/datafusion:vortex-file-compressed 29310690 30567671 0.96
tpcds_q45/datafusion:vortex-file-compressed 25243411 24864868 1.02
tpcds_q46/datafusion:vortex-file-compressed 34892543 34559725 1.01
tpcds_q47/datafusion:vortex-file-compressed 142360480 141213793 1.01
tpcds_q48/datafusion:vortex-file-compressed 35998350 35332169 1.02
tpcds_q49/datafusion:vortex-file-compressed 55733909 56177546 0.99
tpcds_q50/datafusion:vortex-file-compressed 41347407 38127963 1.08
tpcds_q51/datafusion:vortex-file-compressed 87928941 89206922 0.99
tpcds_q52/datafusion:vortex-file-compressed 13516908 14101983 0.96
tpcds_q53/datafusion:vortex-file-compressed 21554753 21805933 0.99
tpcds_q54/datafusion:vortex-file-compressed 32797022 33582223 0.98
tpcds_q55/datafusion:vortex-file-compressed 13140052 13863328 0.95
tpcds_q56/datafusion:vortex-file-compressed 30056693 29197227 1.03
tpcds_q57/datafusion:vortex-file-compressed 90514384 90573357 1.00
tpcds_q58/datafusion:vortex-file-compressed 53235408 52472180 1.01
tpcds_q59/datafusion:vortex-file-compressed 64656508 59485895 1.09
tpcds_q60/datafusion:vortex-file-compressed 29511513 29697148 0.99
tpcds_q61/datafusion:vortex-file-compressed 40404667 40199903 1.01
tpcds_q62/datafusion:vortex-file-compressed 20725845 21111891 0.98
tpcds_q63/datafusion:vortex-file-compressed 22090999 21586577 1.02
tpcds_q64/datafusion:vortex-file-compressed 372986845 387818540 0.96
tpcds_q65/datafusion:vortex-file-compressed 51127053 51104385 1.00
tpcds_q66/datafusion:vortex-file-compressed 68281019 68508086 1.00
tpcds_q67/datafusion:vortex-file-compressed 160084157 160281654 1.00
tpcds_q68/datafusion:vortex-file-compressed 33910686 33193613 1.02
tpcds_q69/datafusion:vortex-file-compressed 35224552 34954566 1.01
tpcds_q70/datafusion:vortex-file-compressed 92823505 95549364 0.97
tpcds_q71/datafusion:vortex-file-compressed 22570549 22361315 1.01
tpcds_q72/datafusion:vortex-file-compressed 2096782963 2136658313 0.98
tpcds_q73/datafusion:vortex-file-compressed 23725835 23932789 0.99
tpcds_q74/datafusion:vortex-file-compressed 79822373 78916672 1.01
tpcds_q75/datafusion:vortex-file-compressed 108001789 105193354 1.03
tpcds_q76/datafusion:vortex-file-compressed 28518999 27028151 1.06
tpcds_q77/datafusion:vortex-file-compressed 36782749 35706217 1.03
tpcds_q78/datafusion:vortex-file-compressed 109050641 107734442 1.01
tpcds_q79/datafusion:vortex-file-compressed 29872783 29268257 1.02
tpcds_q80/datafusion:vortex-file-compressed 87266655 89680756 0.97
tpcds_q81/datafusion:vortex-file-compressed 24217901 24749831 0.98
tpcds_q82/datafusion:vortex-file-compressed 22283945 22815624 0.98
tpcds_q83/datafusion:vortex-file-compressed 34016014 34299076 0.99
tpcds_q84/datafusion:vortex-file-compressed 11894930 12005631 0.99
tpcds_q85/datafusion:vortex-file-compressed 87793586 85716785 1.02
tpcds_q86/datafusion:vortex-file-compressed 14668688 15351518 0.96
tpcds_q87/datafusion:vortex-file-compressed 39089431 39498202 0.99
tpcds_q88/datafusion:vortex-file-compressed 54311328 53812749 1.01
tpcds_q89/datafusion:vortex-file-compressed 25292872 25590296 0.99
tpcds_q90/datafusion:vortex-file-compressed 14072232 12889047 1.09
tpcds_q91/datafusion:vortex-file-compressed 18824946 17850549 1.05
tpcds_q92/datafusion:vortex-file-compressed 15812283 15544698 1.02
tpcds_q93/datafusion:vortex-file-compressed 31428196 32055988 0.98
tpcds_q94/datafusion:vortex-file-compressed 20361137 20421535 1.00
tpcds_q95/datafusion:vortex-file-compressed 54789304 54792525 1.00
tpcds_q96/datafusion:vortex-file-compressed 13029643 13115304 0.99
tpcds_q97/datafusion:vortex-file-compressed 28259603 30509264 0.93
tpcds_q98/datafusion:vortex-file-compressed 24192951 25106003 0.96
tpcds_q99/datafusion:vortex-file-compressed 25924085 24638110 1.05
datafusion / parquet (1.008x ➖, 1↑ 1↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpcds_q01/datafusion:parquet 22769396 23366016 0.97
tpcds_q02/datafusion:parquet 40937689 42031530 0.97
tpcds_q03/datafusion:parquet 13685489 13748472 1.00
tpcds_q04/datafusion:parquet 309233001 310310636 1.00
tpcds_q05/datafusion:parquet 47015191 45621427 1.03
tpcds_q06/datafusion:parquet 23037975 22823241 1.01
tpcds_q07/datafusion:parquet 74427201 76892938 0.97
tpcds_q08/datafusion:parquet 30380928 29258226 1.04
tpcds_q09/datafusion:parquet 38871045 37865205 1.03
tpcds_q10/datafusion:parquet 71574674 70399961 1.02
tpcds_q11/datafusion:parquet 146648222 148236151 0.99
tpcds_q12/datafusion:parquet 19378839 17888594 1.08
tpcds_q13/datafusion:parquet 77076173 74041908 1.04
tpcds_q14/datafusion:parquet 161878120 163106443 0.99
tpcds_q15/datafusion:parquet 20815709 22045323 0.94
tpcds_q16/datafusion:parquet 27561689 29993458 0.92
tpcds_q17/datafusion:parquet 60979641 64947655 0.94
tpcds_q18/datafusion:parquet 109114235 106599962 1.02
tpcds_q19/datafusion:parquet 23724033 22683968 1.05
tpcds_q20/datafusion:parquet 16917706 17806097 0.95
tpcds_q21/datafusion:parquet 18478150 18110959 1.02
tpcds_q22/datafusion:parquet 166187403 157112956 1.06
tpcds_q23/datafusion:parquet 152211123 149615302 1.02
tpcds_q24/datafusion:parquet 88372128 87140956 1.01
tpcds_q25/datafusion:parquet 62994602 61779550 1.02
tpcds_q26/datafusion:parquet 67023490 64183709 1.04
tpcds_q27/datafusion:parquet 137476158 137926469 1.00
tpcds_q28/datafusion:parquet 44633512 44769509 1.00
tpcds_q29/datafusion:parquet 63234217 64974954 0.97
tpcds_q30/datafusion:parquet 34083357 33273759 1.02
tpcds_q31/datafusion:parquet 65215459 64500798 1.01
tpcds_q32/datafusion:parquet 16396728 16245816 1.01
tpcds_q33/datafusion:parquet 27098045 26893430 1.01
tpcds_q34/datafusion:parquet 21983360 22611776 0.97
tpcds_q35/datafusion:parquet 74992712 73136625 1.03
tpcds_q36/datafusion:parquet 57856013 57647024 1.00
tpcds_q37/datafusion:parquet 18326333 19178894 0.96
tpcds_q38/datafusion:parquet 42645538 42143469 1.01
tpcds_q39/datafusion:parquet 79508874 74068738 1.07
tpcds_q40/datafusion:parquet 24424711 23519806 1.04
tpcds_q41/datafusion:parquet 14668031 14032188 1.05
tpcds_q42/datafusion:parquet 11994506 12149517 0.99
tpcds_q43/datafusion:parquet 17097484 17339572 0.99
tpcds_q44/datafusion:parquet 33907205 32251355 1.05
tpcds_q45/datafusion:parquet 28084791 28159306 1.00
tpcds_q46/datafusion:parquet 35060916 33105362 1.06
tpcds_q47/datafusion:parquet 134538434 125445457 1.07
tpcds_q48/datafusion:parquet 68736711 69312023 0.99
tpcds_q49/datafusion:parquet 56061975 54675387 1.03
tpcds_q50/datafusion:parquet 41805841 41447991 1.01
tpcds_q51/datafusion:parquet 92932484 85193766 1.09
tpcds_q52/datafusion:parquet 12672644 12731123 1.00
tpcds_q53/datafusion:parquet 17830312 17713660 1.01
tpcds_q54/datafusion:parquet 32487793 33205967 0.98
tpcds_q55/datafusion:parquet 11278934 11277196 1.00
tpcds_q56/datafusion:parquet 27119383 26375575 1.03
tpcds_q57/datafusion:parquet 105454110 108805580 0.97
tpcds_q58/datafusion:parquet 55547857 56743959 0.98
tpcds_q59/datafusion:parquet 61782839 60795476 1.02
tpcds_q60/datafusion:parquet 27595654 27261032 1.01
tpcds_q61/datafusion:parquet 44732139 43187829 1.04
tpcds_q62/datafusion:parquet 25774946 25782360 1.00
tpcds_q63/datafusion:parquet 17865318 17685666 1.01
tpcds_q64/datafusion:parquet 300127693 296807236 1.01
tpcds_q65/datafusion:parquet 38977116 37928486 1.03
tpcds_q66/datafusion:parquet 69053162 66176468 1.04
tpcds_q67/datafusion:parquet 143301847 147058222 0.97
tpcds_q68/datafusion:parquet 30997440 31607744 0.98
tpcds_q69/datafusion:parquet 65929316 65277805 1.01
tpcds_q70/datafusion:parquet 34957807 32389007 1.08
tpcds_q71/datafusion:parquet 23142813 22862384 1.01
tpcds_q72/datafusion:parquet 585958405 579975845 1.01
tpcds_q73/datafusion:parquet 21215709 20215380 1.05
tpcds_q74/datafusion:parquet 82523860 82444022 1.00
tpcds_q75/datafusion:parquet 107358847 106652726 1.01
tpcds_q76/datafusion:parquet 29829511 29750920 1.00
tpcds_q77/datafusion:parquet 38615504 37947761 1.02
tpcds_q78/datafusion:parquet 107349574 109134686 0.98
tpcds_q79/datafusion:parquet 26325186 26727996 0.98
tpcds_q80/datafusion:parquet 74681077 77022417 0.97
tpcds_q81/datafusion:parquet 30251321 29238707 1.03
tpcds_q82/datafusion:parquet 18406086 18787859 0.98
tpcds_q83/datafusion:parquet 41834697 39929100 1.05
tpcds_q84/datafusion:parquet 40408951 41285131 0.98
tpcds_q85/datafusion:parquet 143536892 143811025 1.00
tpcds_q86/datafusion:parquet 🚨 16289095 13610169 1.20
tpcds_q87/datafusion:parquet 45829901 44146195 1.04
tpcds_q88/datafusion:parquet 59445322 59474973 1.00
tpcds_q89/datafusion:parquet 21205161 21352336 0.99
tpcds_q90/datafusion:parquet 14064529 13548815 1.04
tpcds_q91/datafusion:parquet 59621891 58383454 1.02
tpcds_q92/datafusion:parquet 17357638 17881377 0.97
tpcds_q93/datafusion:parquet 30621124 29759624 1.03
tpcds_q94/datafusion:parquet 20496127 21098610 0.97
tpcds_q95/datafusion:parquet 59455410 60438051 0.98
tpcds_q96/datafusion:parquet 12283956 13015514 0.94
tpcds_q97/datafusion:parquet 30649401 30728441 1.00
tpcds_q98/datafusion:parquet 23930995 22523502 1.06
tpcds_q99/datafusion:parquet 🚀 25290385 29104468 0.87
duckdb / vortex-file-compressed (1.002x ➖, 1↑ 2↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpcds_q01/duckdb:vortex-file-compressed 23078150 23053551 1.00
tpcds_q02/duckdb:vortex-file-compressed 22546046 22254431 1.01
tpcds_q03/duckdb:vortex-file-compressed 18563256 18945153 0.98
tpcds_q04/duckdb:vortex-file-compressed 92490229 94066323 0.98
tpcds_q05/duckdb:vortex-file-compressed 34339691 33318699 1.03
tpcds_q06/duckdb:vortex-file-compressed 33756713 35315582 0.96
tpcds_q07/duckdb:vortex-file-compressed 29231419 28581123 1.02
tpcds_q08/duckdb:vortex-file-compressed 26293803 26622952 0.99
tpcds_q09/duckdb:vortex-file-compressed 16587237 16064607 1.03
tpcds_q10/duckdb:vortex-file-compressed 38556853 39461986 0.98
tpcds_q11/duckdb:vortex-file-compressed 72074042 73034782 0.99
tpcds_q12/duckdb:vortex-file-compressed 16054829 15581295 1.03
tpcds_q13/duckdb:vortex-file-compressed 34574791 34982164 0.99
tpcds_q14/duckdb:vortex-file-compressed 102796480 103007004 1.00
tpcds_q15/duckdb:vortex-file-compressed 27080612 28210773 0.96
tpcds_q16/duckdb:vortex-file-compressed 23541444 23992190 0.98
tpcds_q17/duckdb:vortex-file-compressed 47304643 48678773 0.97
tpcds_q18/duckdb:vortex-file-compressed 39766439 39061922 1.02
tpcds_q19/duckdb:vortex-file-compressed 35272265 36678106 0.96
tpcds_q20/duckdb:vortex-file-compressed 16220017 16259732 1.00
tpcds_q21/duckdb:vortex-file-compressed 15524211 15726948 0.99
tpcds_q22/duckdb:vortex-file-compressed 71584837 69334838 1.03
tpcds_q23/duckdb:vortex-file-compressed 🚨 97170009 86833228 1.12
tpcds_q24/duckdb:vortex-file-compressed 43621531 43414135 1.00
tpcds_q25/duckdb:vortex-file-compressed 36823517 35882942 1.03
tpcds_q26/duckdb:vortex-file-compressed 18415692 18239223 1.01
tpcds_q27/duckdb:vortex-file-compressed 29362809 29046916 1.01
tpcds_q28/duckdb:vortex-file-compressed 11339015 11609896 0.98
tpcds_q29/duckdb:vortex-file-compressed 45762379 45635536 1.00
tpcds_q30/duckdb:vortex-file-compressed 26509537 25708215 1.03
tpcds_q31/duckdb:vortex-file-compressed 32032178 30923727 1.04
tpcds_q32/duckdb:vortex-file-compressed 12492476 12811029 0.98
tpcds_q33/duckdb:vortex-file-compressed 25758282 25636755 1.00
tpcds_q34/duckdb:vortex-file-compressed 26580221 26939637 0.99
tpcds_q35/duckdb:vortex-file-compressed 65120819 66152282 0.98
tpcds_q36/duckdb:vortex-file-compressed 25322566 24634924 1.03
tpcds_q37/duckdb:vortex-file-compressed 19500026 19358835 1.01
tpcds_q38/duckdb:vortex-file-compressed 36541132 39935476 0.92
tpcds_q39/duckdb:vortex-file-compressed 31672207 29153019 1.09
tpcds_q40/duckdb:vortex-file-compressed 17755138 17751392 1.00
tpcds_q41/duckdb:vortex-file-compressed 12299080 12334141 1.00
tpcds_q42/duckdb:vortex-file-compressed 15789137 15302672 1.03
tpcds_q43/duckdb:vortex-file-compressed 17593240 18504094 0.95
tpcds_q44/duckdb:vortex-file-compressed 21127867 20796161 1.02
tpcds_q45/duckdb:vortex-file-compressed 30772860 30246989 1.02
tpcds_q46/duckdb:vortex-file-compressed 🚨 37024350 31424723 1.18
tpcds_q47/duckdb:vortex-file-compressed 53128444 51965310 1.02
tpcds_q48/duckdb:vortex-file-compressed 32044172 31886513 1.00
tpcds_q49/duckdb:vortex-file-compressed 36624093 37173315 0.99
tpcds_q50/duckdb:vortex-file-compressed 27238510 27127273 1.00
tpcds_q51/duckdb:vortex-file-compressed 112385104 105037346 1.07
tpcds_q52/duckdb:vortex-file-compressed 15614279 15481816 1.01
tpcds_q53/duckdb:vortex-file-compressed 23962741 23596286 1.02
tpcds_q54/duckdb:vortex-file-compressed 28385035 28879123 0.98
tpcds_q55/duckdb:vortex-file-compressed 14314067 14267067 1.00
tpcds_q56/duckdb:vortex-file-compressed 28663146 27984399 1.02
tpcds_q57/duckdb:vortex-file-compressed 37681904 38086522 0.99
tpcds_q58/duckdb:vortex-file-compressed 30937175 30829280 1.00
tpcds_q59/duckdb:vortex-file-compressed 38684759 38480891 1.01
tpcds_q60/duckdb:vortex-file-compressed 28517771 27817331 1.03
tpcds_q61/duckdb:vortex-file-compressed 32642004 31957890 1.02
tpcds_q62/duckdb:vortex-file-compressed 14843024 14558398 1.02
tpcds_q63/duckdb:vortex-file-compressed 21297314 21472361 0.99
tpcds_q64/duckdb:vortex-file-compressed 100008649 98016624 1.02
tpcds_q65/duckdb:vortex-file-compressed 22876292 23728116 0.96
tpcds_q66/duckdb:vortex-file-compressed 28608005 28854683 0.99
tpcds_q67/duckdb:vortex-file-compressed 139233995 142481513 0.98
tpcds_q68/duckdb:vortex-file-compressed 32644157 33440520 0.98
tpcds_q69/duckdb:vortex-file-compressed 43340970 43544145 1.00
tpcds_q70/duckdb:vortex-file-compressed 32774846 33225211 0.99
tpcds_q71/duckdb:vortex-file-compressed 22697433 22525207 1.01
tpcds_q72/duckdb:vortex-file-compressed 153527857 148488083 1.03
tpcds_q73/duckdb:vortex-file-compressed 27325092 28014222 0.98
tpcds_q74/duckdb:vortex-file-compressed 47033816 45945576 1.02
tpcds_q75/duckdb:vortex-file-compressed 48663490 49557821 0.98
tpcds_q76/duckdb:vortex-file-compressed 🚀 21134669 24863144 0.85
tpcds_q77/duckdb:vortex-file-compressed 26335347 26726559 0.99
tpcds_q78/duckdb:vortex-file-compressed 66474857 66898778 0.99
tpcds_q79/duckdb:vortex-file-compressed 27798629 27705599 1.00
tpcds_q80/duckdb:vortex-file-compressed 47345038 46227087 1.02
tpcds_q81/duckdb:vortex-file-compressed 29527553 28552589 1.03
tpcds_q82/duckdb:vortex-file-compressed 46920134 46244072 1.01
tpcds_q83/duckdb:vortex-file-compressed 27824394 28075863 0.99
tpcds_q84/duckdb:vortex-file-compressed 16703303 16746855 1.00
tpcds_q85/duckdb:vortex-file-compressed 44440511 42760402 1.04
tpcds_q86/duckdb:vortex-file-compressed 17160218 17057651 1.01
tpcds_q87/duckdb:vortex-file-compressed 39808406 39574482 1.01
tpcds_q88/duckdb:vortex-file-compressed 57158587 56384722 1.01
tpcds_q89/duckdb:vortex-file-compressed 24700429 23185130 1.07
tpcds_q90/duckdb:vortex-file-compressed 11101300 11355147 0.98
tpcds_q91/duckdb:vortex-file-compressed 22122217 23141376 0.96
tpcds_q92/duckdb:vortex-file-compressed 17293863 17812596 0.97
tpcds_q93/duckdb:vortex-file-compressed 27688285 28270015 0.98
tpcds_q94/duckdb:vortex-file-compressed 21683563 21826686 0.99
tpcds_q95/duckdb:vortex-file-compressed 121745110 124110255 0.98
tpcds_q96/duckdb:vortex-file-compressed 13234088 13705386 0.97
tpcds_q97/duckdb:vortex-file-compressed 39167791 36607823 1.07
tpcds_q98/duckdb:vortex-file-compressed 19692284 20152674 0.98
tpcds_q99/duckdb:vortex-file-compressed 17359281 18275051 0.95
duckdb / parquet (0.995x ➖, 1↑ 1↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpcds_q01/duckdb:parquet 28813884 28992475 0.99
tpcds_q02/duckdb:parquet 24111931 24324736 0.99
tpcds_q03/duckdb:parquet 12921390 12824128 1.01
tpcds_q04/duckdb:parquet 168826089 173060523 0.98
tpcds_q05/duckdb:parquet 31743119 31472012 1.01
tpcds_q06/duckdb:parquet 32696735 33034876 0.99
tpcds_q07/duckdb:parquet 24485165 24083800 1.02
tpcds_q08/duckdb:parquet 29521741 29721544 0.99
tpcds_q09/duckdb:parquet 44398789 44606482 1.00
tpcds_q10/duckdb:parquet 37204222 38021377 0.98
tpcds_q11/duckdb:parquet 93468229 89249613 1.05
tpcds_q12/duckdb:parquet 17342059 17023201 1.02
tpcds_q13/duckdb:parquet 35050276 34500650 1.02
tpcds_q14/duckdb:parquet 103124385 102936093 1.00
tpcds_q15/duckdb:parquet 31160143 30885558 1.01
tpcds_q16/duckdb:parquet 22788603 22464488 1.01
tpcds_q17/duckdb:parquet 38519819 40759092 0.95
tpcds_q18/duckdb:parquet 47912484 48897281 0.98
tpcds_q19/duckdb:parquet 31762163 31866035 1.00
tpcds_q20/duckdb:parquet 18571584 18539223 1.00
tpcds_q21/duckdb:parquet 12063357 11637875 1.04
tpcds_q22/duckdb:parquet 70466766 71308904 0.99
tpcds_q23/duckdb:parquet 80137202 82907536 0.97
tpcds_q24/duckdb:parquet 46399126 46516741 1.00
tpcds_q25/duckdb:parquet 35583645 35588190 1.00
tpcds_q26/duckdb:parquet 39068730 38238692 1.02
tpcds_q27/duckdb:parquet 51967069 52258998 0.99
tpcds_q28/duckdb:parquet 42500227 42764918 0.99
tpcds_q29/duckdb:parquet 40086485 38808896 1.03
tpcds_q30/duckdb:parquet 37741069 37714094 1.00
tpcds_q31/duckdb:parquet 28047975 28074892 1.00
tpcds_q32/duckdb:parquet 12392375 12617850 0.98
tpcds_q33/duckdb:parquet 23183484 24032374 0.96
tpcds_q34/duckdb:parquet 23212036 22457464 1.03
tpcds_q35/duckdb:parquet 60353343 63869749 0.94
tpcds_q36/duckdb:parquet 22287649 22530910 0.99
tpcds_q37/duckdb:parquet 14766147 15844886 0.93
tpcds_q38/duckdb:parquet 36268590 36784444 0.99
tpcds_q39/duckdb:parquet 32233944 32584957 0.99
tpcds_q40/duckdb:parquet 18874904 20000525 0.94
tpcds_q41/duckdb:parquet 8962030 8787834 1.02
tpcds_q42/duckdb:parquet 12336743 12681007 0.97
tpcds_q43/duckdb:parquet 17785730 18500364 0.96
tpcds_q44/duckdb:parquet 25964575 26929090 0.96
tpcds_q45/duckdb:parquet 28856409 30071641 0.96
tpcds_q46/duckdb:parquet 47923448 47470810 1.01
tpcds_q47/duckdb:parquet 49879352 50350405 0.99
tpcds_q48/duckdb:parquet 32424832 32150386 1.01
tpcds_q49/duckdb:parquet 28990467 29220401 0.99
tpcds_q50/duckdb:parquet 26296260 26584753 0.99
tpcds_q51/duckdb:parquet 🚀 103756951 129707447 0.80
tpcds_q52/duckdb:parquet 12936787 12618457 1.03
tpcds_q53/duckdb:parquet 18780505 18605003 1.01
tpcds_q54/duckdb:parquet 29451854 29001617 1.02
tpcds_q55/duckdb:parquet 12548158 12792023 0.98
tpcds_q56/duckdb:parquet 23691609 24422421 0.97
tpcds_q57/duckdb:parquet 38215561 38296178 1.00
tpcds_q58/duckdb:parquet 26022806 26192303 0.99
tpcds_q59/duckdb:parquet 36449150 36444848 1.00
tpcds_q60/duckdb:parquet 24901889 25902354 0.96
tpcds_q61/duckdb:parquet 31755658 33585773 0.95
tpcds_q62/duckdb:parquet 12578829 12598700 1.00
tpcds_q63/duckdb:parquet 17377001 17717125 0.98
tpcds_q64/duckdb:parquet 77234181 75944847 1.02
tpcds_q65/duckdb:parquet 22471850 22041935 1.02
tpcds_q66/duckdb:parquet 🚨 33798088 29158140 1.16
tpcds_q67/duckdb:parquet 134580988 136063882 0.99
tpcds_q68/duckdb:parquet 38513199 39062612 0.99
tpcds_q69/duckdb:parquet 38220038 38486000 0.99
tpcds_q70/duckdb:parquet 22240775 22636262 0.98
tpcds_q71/duckdb:parquet 22517591 23605603 0.95
tpcds_q72/duckdb:parquet 165604064 169342818 0.98
tpcds_q73/duckdb:parquet 20169894 19138072 1.05
tpcds_q74/duckdb:parquet 127762781 128656632 0.99
tpcds_q75/duckdb:parquet 57291385 57285211 1.00
tpcds_q76/duckdb:parquet 22176535 21789272 1.02
tpcds_q77/duckdb:parquet 25682829 25156726 1.02
tpcds_q78/duckdb:parquet 77375946 80858311 0.96
tpcds_q79/duckdb:parquet 30664382 30136255 1.02
tpcds_q80/duckdb:parquet 43433443 43294120 1.00
tpcds_q81/duckdb:parquet 35744656 35460584 1.01
tpcds_q82/duckdb:parquet 16754403 16441184 1.02
tpcds_q83/duckdb:parquet 18604035 18511404 1.01
tpcds_q84/duckdb:parquet 21520369 20280660 1.06
tpcds_q85/duckdb:parquet 41693722 43451525 0.96
tpcds_q86/duckdb:parquet 14023200 13622134 1.03
tpcds_q87/duckdb:parquet 39375773 39409121 1.00
tpcds_q88/duckdb:parquet 52714891 53431616 0.99
tpcds_q89/duckdb:parquet 22128095 21797186 1.02
tpcds_q90/duckdb:parquet 8435652 8533101 0.99
tpcds_q91/duckdb:parquet 25718939 25847346 1.00
tpcds_q92/duckdb:parquet 12931415 13069019 0.99
tpcds_q93/duckdb:parquet 31929868 32252530 0.99
tpcds_q94/duckdb:parquet 18222990 17832766 1.02
tpcds_q95/duckdb:parquet 145842042 147058974 0.99
tpcds_q96/duckdb:parquet 10382518 10427197 1.00
tpcds_q97/duckdb:parquet 41076256 39020840 1.05
tpcds_q98/duckdb:parquet 24140564 25169857 0.96
tpcds_q99/duckdb:parquet 20309700 20295745 1.00

File Size Changes (31 files changed, -43.5% overall, 4↑ 27↓)
File Scale Format Base HEAD Change %
customer_address.vortex 1.0 vortex-file-compressed 826.27 KB 828.16 KB +1.89 KB +0.2%
item.vortex 1.0 vortex-file-compressed 1.64 MB 1.64 MB +2.20 KB +0.1%
time_dim.vortex 1.0 vortex-file-compressed 380.33 KB 380.59 KB +272 B +0.1%
customer.vortex 1.0 vortex-file-compressed 4.26 MB 4.27 MB +1.30 KB +0.0%
catalog_page.vortex 1.0 vortex-file-compressed 566.31 KB 565.14 KB 1.17 KB -0.2%
date_dim.vortex 1.0 vortex-file-compressed 1.02 MB 953.64 KB 91.88 KB -8.8%
call_center.vortex 1.0 vortex-compact 48.86 KB 0 B 48.86 KB -100.0%
catalog_page.vortex 1.0 vortex-compact 362.98 KB 0 B 362.98 KB -100.0%
catalog_returns.vortex 1.0 vortex-compact 6.01 MB 0 B 6.01 MB -100.0%
catalog_sales.vortex 1.0 vortex-compact 59.31 MB 0 B 59.31 MB -100.0%
customer.vortex 1.0 vortex-compact 3.29 MB 0 B 3.29 MB -100.0%
customer_address.vortex 1.0 vortex-compact 558.79 KB 0 B 558.79 KB -100.0%
customer_demographics.vortex 1.0 vortex-compact 649.07 KB 0 B 649.07 KB -100.0%
date_dim.vortex 1.0 vortex-compact 149.19 KB 0 B 149.19 KB -100.0%
duckdb.db 1.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
household_demographics.vortex 1.0 vortex-compact 10.29 KB 0 B 10.29 KB -100.0%
income_band.vortex 1.0 vortex-compact 5.56 KB 0 B 5.56 KB -100.0%
inventory.vortex 1.0 vortex-compact 16.07 MB 0 B 16.07 MB -100.0%
item.vortex 1.0 vortex-compact 993.26 KB 0 B 993.26 KB -100.0%
promotion.vortex 1.0 vortex-compact 51.27 KB 0 B 51.27 KB -100.0%
reason.vortex 1.0 vortex-compact 5.96 KB 0 B 5.96 KB -100.0%
ship_mode.vortex 1.0 vortex-compact 11.09 KB 0 B 11.09 KB -100.0%
store.vortex 1.0 vortex-compact 44.38 KB 0 B 44.38 KB -100.0%
store_returns.vortex 1.0 vortex-compact 9.31 MB 0 B 9.31 MB -100.0%
store_sales.vortex 1.0 vortex-compact 77.87 MB 0 B 77.87 MB -100.0%
time_dim.vortex 1.0 vortex-compact 96.91 KB 0 B 96.91 KB -100.0%
warehouse.vortex 1.0 vortex-compact 22.14 KB 0 B 22.14 KB -100.0%
web_page.vortex 1.0 vortex-compact 26.44 KB 0 B 26.44 KB -100.0%
web_returns.vortex 1.0 vortex-compact 2.99 MB 0 B 2.99 MB -100.0%
web_sales.vortex 1.0 vortex-compact 29.35 MB 0 B 29.35 MB -100.0%
web_site.vortex 1.0 vortex-compact 44.21 KB 0 B 44.21 KB -100.0%

Totals:

  • vortex-compact: 207.46 MB → 0 B (-100.0%)
  • vortex-file-compressed: 269.99 MB → 269.91 MB (-0.0%)

@github-actions

Copy link
Copy Markdown
Contributor

🚨🚨🚨❌❌❌ SQL BENCHMARK FAILED ❌❌❌🚨🚨🚨

Benchmark TPC-H SF=1 on S3 (base) failed! Check the workflow run for details.

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: Clickbench Sorted on NVME

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -3.8%
Engines: DataFusion No clear signal (-3.9%, environment too noisy confidence) · DuckDB No clear signal (-3.8%, low confidence)
Vortex (geomean): 0.968x ➖
Parquet (geomean): 1.006x ➖
Shifts: Parquet (control) +0.6% · Median polish -1.0%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (0.982x ➖, 1↑ 1↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench-sorted_q23/datafusion:vortex-file-compressed 🚨 471025733 384051805 1.23
clickbench-sorted_q24/datafusion:vortex-file-compressed 23558230 24612845 0.96
clickbench-sorted_q26/datafusion:vortex-file-compressed 🚀 21010278 26236229 0.80
clickbench-sorted_q36/datafusion:vortex-file-compressed 62659551 63934917 0.98
clickbench-sorted_q37/datafusion:vortex-file-compressed 44418004 45921382 0.97
clickbench-sorted_q38/datafusion:vortex-file-compressed 43854178 45154253 0.97
clickbench-sorted_q39/datafusion:vortex-file-compressed 116632535 115996345 1.01
clickbench-sorted_q40/datafusion:vortex-file-compressed 21134164 21062282 1.00
clickbench-sorted_q41/datafusion:vortex-file-compressed 19581429 19895914 0.98
clickbench-sorted_q42/datafusion:vortex-file-compressed 14544367 14950791 0.97
datafusion / parquet (1.022x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench-sorted_q23/datafusion:parquet 4737541083 4789557504 0.99
clickbench-sorted_q24/datafusion:parquet 27913070 27784220 1.00
clickbench-sorted_q26/datafusion:parquet 27561790 27454477 1.00
clickbench-sorted_q36/datafusion:parquet 197566090 183358367 1.08
clickbench-sorted_q37/datafusion:parquet 119449389 109369143 1.09
clickbench-sorted_q38/datafusion:parquet 168077751 155018552 1.08
clickbench-sorted_q39/datafusion:parquet 292882873 292833656 1.00
clickbench-sorted_q40/datafusion:parquet 73414572 68372035 1.07
clickbench-sorted_q41/datafusion:parquet 60369928 63685460 0.95
clickbench-sorted_q42/datafusion:parquet 31315283 32712573 0.96
duckdb / vortex-file-compressed (0.954x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench-sorted_q23/duckdb:vortex-file-compressed 162822325 168728121 0.96
clickbench-sorted_q24/duckdb:vortex-file-compressed 22776567 24362792 0.93
clickbench-sorted_q26/duckdb:vortex-file-compressed 🚀 31368218 39530011 0.79
clickbench-sorted_q36/duckdb:vortex-file-compressed 59754252 59910112 1.00
clickbench-sorted_q37/duckdb:vortex-file-compressed 46321168 46029809 1.01
clickbench-sorted_q38/duckdb:vortex-file-compressed 52812840 52441678 1.01
clickbench-sorted_q39/duckdb:vortex-file-compressed 113899760 114175916 1.00
clickbench-sorted_q40/duckdb:vortex-file-compressed 27440122 29465544 0.93
clickbench-sorted_q41/duckdb:vortex-file-compressed 27287444 28739697 0.95
clickbench-sorted_q42/duckdb:vortex-file-compressed 24140019 24731129 0.98
duckdb / parquet (0.991x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench-sorted_q23/duckdb:parquet 196417924 206359879 0.95
clickbench-sorted_q24/duckdb:parquet 28001515 28149659 0.99
clickbench-sorted_q26/duckdb:parquet 22956520 24603222 0.93
clickbench-sorted_q36/duckdb:parquet 109622663 107450816 1.02
clickbench-sorted_q37/duckdb:parquet 92903078 93126040 1.00
clickbench-sorted_q38/duckdb:parquet 93334141 93269164 1.00
clickbench-sorted_q39/duckdb:parquet 178461341 178665768 1.00
clickbench-sorted_q40/duckdb:parquet 40953811 41183629 0.99
clickbench-sorted_q41/duckdb:parquet 40967720 40273606 1.02
clickbench-sorted_q42/duckdb:parquet 29416344 29144946 1.01

File Size Changes (201 files changed, -42.6% overall, 51↑ 150↓)
File Scale Format Base HEAD Change %
hits_058.vortex 1.0 vortex-file-compressed 153.34 MB 155.13 MB +1.79 MB +1.2%
hits_071.vortex 1.0 vortex-file-compressed 139.40 MB 140.60 MB +1.20 MB +0.9%
hits_029.vortex 1.0 vortex-file-compressed 197.55 MB 198.85 MB +1.30 MB +0.7%
hits_092.vortex 1.0 vortex-file-compressed 197.64 MB 198.66 MB +1.02 MB +0.5%
hits_070.vortex 1.0 vortex-file-compressed 198.01 MB 199.03 MB +1.03 MB +0.5%
hits_048.vortex 1.0 vortex-file-compressed 197.51 MB 198.51 MB +1018.73 KB +0.5%
hits_051.vortex 1.0 vortex-file-compressed 171.81 MB 172.66 MB +863.15 KB +0.5%
hits_050.vortex 1.0 vortex-file-compressed 160.39 MB 161.17 MB +801.44 KB +0.5%
hits_013.vortex 1.0 vortex-file-compressed 160.41 MB 161.12 MB +722.73 KB +0.4%
hits_002.vortex 1.0 vortex-file-compressed 160.28 MB 160.97 MB +706.05 KB +0.4%
hits_045.vortex 1.0 vortex-file-compressed 139.78 MB 140.38 MB +613.70 KB +0.4%
hits_062.vortex 1.0 vortex-file-compressed 169.77 MB 170.48 MB +734.83 KB +0.4%
hits_073.vortex 1.0 vortex-file-compressed 171.74 MB 172.44 MB +712.63 KB +0.4%
hits_085.vortex 1.0 vortex-file-compressed 198.87 MB 199.56 MB +715.66 KB +0.4%
hits_061.vortex 1.0 vortex-file-compressed 160.24 MB 160.77 MB +542.41 KB +0.3%
hits_009.vortex 1.0 vortex-file-compressed 101.07 MB 101.38 MB +311.32 KB +0.3%
hits_032.vortex 1.0 vortex-file-compressed 154.08 MB 154.49 MB +417.88 KB +0.3%
hits_059.vortex 1.0 vortex-file-compressed 198.19 MB 198.69 MB +511.09 KB +0.3%
hits_093.vortex 1.0 vortex-file-compressed 131.21 MB 131.49 MB +284.10 KB +0.2%
hits_035.vortex 1.0 vortex-file-compressed 102.34 MB 102.55 MB +212.78 KB +0.2%
hits_034.vortex 1.0 vortex-file-compressed 180.92 MB 181.27 MB +364.40 KB +0.2%
hits_083.vortex 1.0 vortex-file-compressed 156.16 MB 156.43 MB +283.44 KB +0.2%
hits_031.vortex 1.0 vortex-file-compressed 158.86 MB 159.06 MB +206.07 KB +0.1%
hits_008.vortex 1.0 vortex-file-compressed 139.48 MB 139.65 MB +173.16 KB +0.1%
hits_021.vortex 1.0 vortex-file-compressed 153.70 MB 153.88 MB +187.00 KB +0.1%
hits_019.vortex 1.0 vortex-file-compressed 140.20 MB 140.36 MB +162.27 KB +0.1%
hits_087.vortex 1.0 vortex-file-compressed 160.15 MB 160.32 MB +176.61 KB +0.1%
hits_026.vortex 1.0 vortex-file-compressed 130.85 MB 130.99 MB +143.22 KB +0.1%
hits_091.vortex 1.0 vortex-file-compressed 146.31 MB 146.45 MB +143.42 KB +0.1%
hits_072.vortex 1.0 vortex-file-compressed 102.02 MB 102.11 MB +92.48 KB +0.1%
hits_042.vortex 1.0 vortex-file-compressed 200.67 MB 200.84 MB +170.55 KB +0.1%
hits_086.vortex 1.0 vortex-file-compressed 190.92 MB 191.06 MB +146.83 KB +0.1%
hits_077.vortex 1.0 vortex-file-compressed 171.55 MB 171.68 MB +127.05 KB +0.1%
hits_099.vortex 1.0 vortex-file-compressed 170.63 MB 170.75 MB +114.73 KB +0.1%
hits_001.vortex 1.0 vortex-file-compressed 188.03 MB 188.15 MB +123.64 KB +0.1%
hits_022.vortex 1.0 vortex-file-compressed 198.15 MB 198.27 MB +123.94 KB +0.1%
hits_066.vortex 1.0 vortex-file-compressed 162.41 MB 162.50 MB +96.42 KB +0.1%
hits_024.vortex 1.0 vortex-file-compressed 159.72 MB 159.80 MB +79.72 KB +0.0%
hits_030.vortex 1.0 vortex-file-compressed 131.43 MB 131.48 MB +56.67 KB +0.0%
hits_016.vortex 1.0 vortex-file-compressed 179.24 MB 179.31 MB +74.37 KB +0.0%
hits_017.vortex 1.0 vortex-file-compressed 146.10 MB 146.15 MB +55.73 KB +0.0%
hits_088.vortex 1.0 vortex-file-compressed 171.23 MB 171.29 MB +59.38 KB +0.0%
hits_038.vortex 1.0 vortex-file-compressed 188.88 MB 188.94 MB +64.25 KB +0.0%
hits_049.vortex 1.0 vortex-file-compressed 190.24 MB 190.30 MB +63.16 KB +0.0%
hits_089.vortex 1.0 vortex-file-compressed 131.03 MB 131.07 MB +41.14 KB +0.0%
hits_074.vortex 1.0 vortex-file-compressed 198.93 MB 198.99 MB +60.15 KB +0.0%
hits_095.vortex 1.0 vortex-file-compressed 153.80 MB 153.84 MB +42.74 KB +0.0%
hits_033.vortex 1.0 vortex-file-compressed 198.22 MB 198.24 MB +21.37 KB +0.0%
hits_052.vortex 1.0 vortex-file-compressed 130.52 MB 130.52 MB +6.68 KB +0.0%
hits_025.vortex 1.0 vortex-file-compressed 171.14 MB 171.14 MB +6.19 KB +0.0%
hits_037.vortex 1.0 vortex-file-compressed 176.34 MB 176.35 MB +4.16 KB +0.0%
hits_006.vortex 1.0 vortex-file-compressed 125.78 MB 125.77 MB 4.44 KB -0.0%
hits_076.vortex 1.0 vortex-file-compressed 160.14 MB 160.13 MB 14.44 KB -0.0%
hits_053.vortex 1.0 vortex-file-compressed 188.77 MB 188.76 MB 18.21 KB -0.0%
hits_043.vortex 1.0 vortex-file-compressed 125.90 MB 125.89 MB 16.64 KB -0.0%
hits_027.vortex 1.0 vortex-file-compressed 189.04 MB 189.01 MB 30.52 KB -0.0%
hits_078.vortex 1.0 vortex-file-compressed 130.62 MB 130.58 MB 43.14 KB -0.0%
hits_097.vortex 1.0 vortex-file-compressed 191.95 MB 191.88 MB 70.99 KB -0.0%
hits_000.vortex 1.0 vortex-file-compressed 131.21 MB 131.16 MB 50.59 KB -0.0%
hits_068.vortex 1.0 vortex-file-compressed 160.20 MB 160.14 MB 61.99 KB -0.0%
hits_018.vortex 1.0 vortex-file-compressed 197.83 MB 197.73 MB 97.73 KB -0.0%
hits_041.vortex 1.0 vortex-file-compressed 130.81 MB 130.74 MB 65.12 KB -0.0%
hits_036.vortex 1.0 vortex-file-compressed 170.78 MB 170.68 MB 106.05 KB -0.1%
hits_090.vortex 1.0 vortex-file-compressed 191.60 MB 191.48 MB 119.03 KB -0.1%
hits_004.vortex 1.0 vortex-file-compressed 131.08 MB 130.99 MB 94.62 KB -0.1%
hits_067.vortex 1.0 vortex-file-compressed 131.28 MB 131.19 MB 95.27 KB -0.1%
hits_079.vortex 1.0 vortex-file-compressed 180.30 MB 180.17 MB 132.45 KB -0.1%
hits_063.vortex 1.0 vortex-file-compressed 131.29 MB 131.19 MB 101.98 KB -0.1%
hits_084.vortex 1.0 vortex-file-compressed 154.01 MB 153.88 MB 132.20 KB -0.1%
hits_098.vortex 1.0 vortex-file-compressed 137.01 MB 136.90 MB 119.84 KB -0.1%
hits_010.vortex 1.0 vortex-file-compressed 168.42 MB 168.27 MB 157.23 KB -0.1%
hits_012.vortex 1.0 vortex-file-compressed 189.94 MB 189.76 MB 183.42 KB -0.1%
hits_080.vortex 1.0 vortex-file-compressed 126.39 MB 126.26 MB 136.84 KB -0.1%
hits_047.vortex 1.0 vortex-file-compressed 153.98 MB 153.82 MB 169.41 KB -0.1%
hits_081.vortex 1.0 vortex-file-compressed 197.96 MB 197.74 MB 229.12 KB -0.1%
hits_082.vortex 1.0 vortex-file-compressed 139.31 MB 139.14 MB 175.49 KB -0.1%
hits_003.vortex 1.0 vortex-file-compressed 136.84 MB 136.66 MB 177.70 KB -0.1%
hits_023.vortex 1.0 vortex-file-compressed 194.36 MB 194.08 MB 287.37 KB -0.1%
hits_039.vortex 1.0 vortex-file-compressed 160.57 MB 160.33 MB 244.23 KB -0.1%
hits_046.vortex 1.0 vortex-file-compressed 101.08 MB 100.91 MB 168.20 KB -0.2%
hits_015.vortex 1.0 vortex-file-compressed 130.76 MB 130.49 MB 277.52 KB -0.2%
hits_069.vortex 1.0 vortex-file-compressed 142.10 MB 141.75 MB 365.30 KB -0.3%
hits_040.vortex 1.0 vortex-file-compressed 142.76 MB 142.37 MB 399.98 KB -0.3%
hits_005.vortex 1.0 vortex-file-compressed 167.04 MB 166.57 MB 476.94 KB -0.3%
hits_014.vortex 1.0 vortex-file-compressed 171.90 MB 171.39 MB 521.34 KB -0.3%
hits_075.vortex 1.0 vortex-file-compressed 188.90 MB 188.30 MB 620.77 KB -0.3%
hits_056.vortex 1.0 vortex-file-compressed 135.59 MB 135.14 MB 457.77 KB -0.3%
hits_044.vortex 1.0 vortex-file-compressed 199.24 MB 198.55 MB 702.91 KB -0.3%
hits_054.vortex 1.0 vortex-file-compressed 146.82 MB 146.30 MB 535.56 KB -0.4%
hits_065.vortex 1.0 vortex-file-compressed 161.20 MB 160.58 MB 634.42 KB -0.4%
hits_057.vortex 1.0 vortex-file-compressed 159.77 MB 159.05 MB 733.28 KB -0.4%
hits_094.vortex 1.0 vortex-file-compressed 158.42 MB 157.69 MB 752.91 KB -0.5%
hits_007.vortex 1.0 vortex-file-compressed 199.38 MB 198.31 MB 1.07 MB -0.5%
hits_011.vortex 1.0 vortex-file-compressed 198.29 MB 197.18 MB 1.12 MB -0.6%
hits_096.vortex 1.0 vortex-file-compressed 199.14 MB 197.74 MB 1.40 MB -0.7%
hits_060.vortex 1.0 vortex-file-compressed 193.58 MB 192.17 MB 1.40 MB -0.7%
hits_055.vortex 1.0 vortex-file-compressed 198.76 MB 197.32 MB 1.44 MB -0.7%
hits_020.vortex 1.0 vortex-file-compressed 159.33 MB 158.04 MB 1.28 MB -0.8%
hits_028.vortex 1.0 vortex-file-compressed 152.86 MB 151.12 MB 1.74 MB -1.1%
hits_064.vortex 1.0 vortex-file-compressed 192.20 MB 189.79 MB 2.41 MB -1.3%
duckdb.db 1.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
hits_000.vortex 1.0 vortex-compact 97.47 MB 0 B 97.47 MB -100.0%
hits_001.vortex 1.0 vortex-compact 138.18 MB 0 B 138.18 MB -100.0%
hits_002.vortex 1.0 vortex-compact 122.45 MB 0 B 122.45 MB -100.0%
hits_003.vortex 1.0 vortex-compact 103.36 MB 0 B 103.36 MB -100.0%
hits_004.vortex 1.0 vortex-compact 97.15 MB 0 B 97.15 MB -100.0%
hits_005.vortex 1.0 vortex-compact 115.10 MB 0 B 115.10 MB -100.0%
hits_006.vortex 1.0 vortex-compact 93.92 MB 0 B 93.92 MB -100.0%
hits_007.vortex 1.0 vortex-compact 151.95 MB 0 B 151.95 MB -100.0%
hits_008.vortex 1.0 vortex-compact 105.06 MB 0 B 105.06 MB -100.0%
hits_009.vortex 1.0 vortex-compact 74.59 MB 0 B 74.59 MB -100.0%
hits_010.vortex 1.0 vortex-compact 121.79 MB 0 B 121.79 MB -100.0%
hits_011.vortex 1.0 vortex-compact 151.29 MB 0 B 151.29 MB -100.0%
hits_012.vortex 1.0 vortex-compact 138.09 MB 0 B 138.09 MB -100.0%
hits_013.vortex 1.0 vortex-compact 122.54 MB 0 B 122.54 MB -100.0%
hits_014.vortex 1.0 vortex-compact 131.24 MB 0 B 131.24 MB -100.0%
hits_015.vortex 1.0 vortex-compact 97.22 MB 0 B 97.22 MB -100.0%
hits_016.vortex 1.0 vortex-compact 125.98 MB 0 B 125.98 MB -100.0%
hits_017.vortex 1.0 vortex-compact 110.47 MB 0 B 110.47 MB -100.0%
hits_018.vortex 1.0 vortex-compact 152.21 MB 0 B 152.21 MB -100.0%
hits_019.vortex 1.0 vortex-compact 105.48 MB 0 B 105.48 MB -100.0%
hits_020.vortex 1.0 vortex-compact 110.93 MB 0 B 110.93 MB -100.0%
hits_021.vortex 1.0 vortex-compact 109.83 MB 0 B 109.83 MB -100.0%
hits_022.vortex 1.0 vortex-compact 151.57 MB 0 B 151.57 MB -100.0%
hits_023.vortex 1.0 vortex-compact 142.16 MB 0 B 142.16 MB -100.0%
hits_024.vortex 1.0 vortex-compact 122.07 MB 0 B 122.07 MB -100.0%
hits_025.vortex 1.0 vortex-compact 130.80 MB 0 B 130.80 MB -100.0%
hits_026.vortex 1.0 vortex-compact 97.91 MB 0 B 97.91 MB -100.0%
hits_027.vortex 1.0 vortex-compact 137.28 MB 0 B 137.28 MB -100.0%
hits_028.vortex 1.0 vortex-compact 114.90 MB 0 B 114.90 MB -100.0%
hits_029.vortex 1.0 vortex-compact 152.00 MB 0 B 152.00 MB -100.0%
hits_030.vortex 1.0 vortex-compact 98.18 MB 0 B 98.18 MB -100.0%
hits_031.vortex 1.0 vortex-compact 110.56 MB 0 B 110.56 MB -100.0%
hits_032.vortex 1.0 vortex-compact 109.86 MB 0 B 109.86 MB -100.0%
hits_033.vortex 1.0 vortex-compact 152.00 MB 0 B 152.00 MB -100.0%
hits_034.vortex 1.0 vortex-compact 131.85 MB 0 B 131.85 MB -100.0%
hits_035.vortex 1.0 vortex-compact 75.33 MB 0 B 75.33 MB -100.0%
hits_036.vortex 1.0 vortex-compact 130.61 MB 0 B 130.61 MB -100.0%
hits_037.vortex 1.0 vortex-compact 131.72 MB 0 B 131.72 MB -100.0%
hits_038.vortex 1.0 vortex-compact 137.46 MB 0 B 137.46 MB -100.0%
hits_039.vortex 1.0 vortex-compact 122.47 MB 0 B 122.47 MB -100.0%
hits_040.vortex 1.0 vortex-compact 108.95 MB 0 B 108.95 MB -100.0%
hits_041.vortex 1.0 vortex-compact 97.94 MB 0 B 97.94 MB -100.0%
hits_042.vortex 1.0 vortex-compact 135.22 MB 0 B 135.22 MB -100.0%
hits_043.vortex 1.0 vortex-compact 94.01 MB 0 B 94.01 MB -100.0%
hits_044.vortex 1.0 vortex-compact 152.05 MB 0 B 152.05 MB -100.0%
hits_045.vortex 1.0 vortex-compact 105.00 MB 0 B 105.00 MB -100.0%
hits_046.vortex 1.0 vortex-compact 74.35 MB 0 B 74.35 MB -100.0%
hits_047.vortex 1.0 vortex-compact 109.69 MB 0 B 109.69 MB -100.0%
hits_048.vortex 1.0 vortex-compact 151.85 MB 0 B 151.85 MB -100.0%
hits_049.vortex 1.0 vortex-compact 138.66 MB 0 B 138.66 MB -100.0%
hits_050.vortex 1.0 vortex-compact 122.35 MB 0 B 122.35 MB -100.0%
hits_051.vortex 1.0 vortex-compact 131.44 MB 0 B 131.44 MB -100.0%
hits_052.vortex 1.0 vortex-compact 96.66 MB 0 B 96.66 MB -100.0%
hits_053.vortex 1.0 vortex-compact 136.80 MB 0 B 136.80 MB -100.0%
hits_054.vortex 1.0 vortex-compact 111.12 MB 0 B 111.12 MB -100.0%
hits_055.vortex 1.0 vortex-compact 151.68 MB 0 B 151.68 MB -100.0%
hits_056.vortex 1.0 vortex-compact 100.74 MB 0 B 100.74 MB -100.0%
hits_057.vortex 1.0 vortex-compact 110.64 MB 0 B 110.64 MB -100.0%
hits_058.vortex 1.0 vortex-compact 110.29 MB 0 B 110.29 MB -100.0%
hits_059.vortex 1.0 vortex-compact 151.24 MB 0 B 151.24 MB -100.0%
hits_060.vortex 1.0 vortex-compact 139.46 MB 0 B 139.46 MB -100.0%
hits_061.vortex 1.0 vortex-compact 122.16 MB 0 B 122.16 MB -100.0%
hits_062.vortex 1.0 vortex-compact 131.21 MB 0 B 131.21 MB -100.0%
hits_063.vortex 1.0 vortex-compact 97.83 MB 0 B 97.83 MB -100.0%
hits_064.vortex 1.0 vortex-compact 139.48 MB 0 B 139.48 MB -100.0%
hits_065.vortex 1.0 vortex-compact 122.66 MB 0 B 122.66 MB -100.0%
hits_066.vortex 1.0 vortex-compact 116.19 MB 0 B 116.19 MB -100.0%
hits_067.vortex 1.0 vortex-compact 97.59 MB 0 B 97.59 MB -100.0%
hits_068.vortex 1.0 vortex-compact 111.18 MB 0 B 111.18 MB -100.0%
hits_069.vortex 1.0 vortex-compact 99.12 MB 0 B 99.12 MB -100.0%
hits_070.vortex 1.0 vortex-compact 152.24 MB 0 B 152.24 MB -100.0%
hits_071.vortex 1.0 vortex-compact 105.01 MB 0 B 105.01 MB -100.0%
hits_072.vortex 1.0 vortex-compact 75.04 MB 0 B 75.04 MB -100.0%
hits_073.vortex 1.0 vortex-compact 132.65 MB 0 B 132.65 MB -100.0%
hits_074.vortex 1.0 vortex-compact 152.19 MB 0 B 152.19 MB -100.0%
hits_075.vortex 1.0 vortex-compact 137.23 MB 0 B 137.23 MB -100.0%
hits_076.vortex 1.0 vortex-compact 123.54 MB 0 B 123.54 MB -100.0%
hits_077.vortex 1.0 vortex-compact 131.53 MB 0 B 131.53 MB -100.0%
hits_078.vortex 1.0 vortex-compact 96.73 MB 0 B 96.73 MB -100.0%
hits_079.vortex 1.0 vortex-compact 126.64 MB 0 B 126.64 MB -100.0%
hits_080.vortex 1.0 vortex-compact 94.41 MB 0 B 94.41 MB -100.0%
hits_081.vortex 1.0 vortex-compact 152.28 MB 0 B 152.28 MB -100.0%
hits_082.vortex 1.0 vortex-compact 105.07 MB 0 B 105.07 MB -100.0%
hits_083.vortex 1.0 vortex-compact 109.27 MB 0 B 109.27 MB -100.0%
hits_084.vortex 1.0 vortex-compact 109.88 MB 0 B 109.88 MB -100.0%
hits_085.vortex 1.0 vortex-compact 151.86 MB 0 B 151.86 MB -100.0%
hits_086.vortex 1.0 vortex-compact 140.06 MB 0 B 140.06 MB -100.0%
hits_087.vortex 1.0 vortex-compact 122.56 MB 0 B 122.56 MB -100.0%
hits_088.vortex 1.0 vortex-compact 131.67 MB 0 B 131.67 MB -100.0%
hits_089.vortex 1.0 vortex-compact 97.23 MB 0 B 97.23 MB -100.0%
hits_090.vortex 1.0 vortex-compact 140.82 MB 0 B 140.82 MB -100.0%
hits_091.vortex 1.0 vortex-compact 110.56 MB 0 B 110.56 MB -100.0%
hits_092.vortex 1.0 vortex-compact 151.78 MB 0 B 151.78 MB -100.0%
hits_093.vortex 1.0 vortex-compact 97.83 MB 0 B 97.83 MB -100.0%
hits_094.vortex 1.0 vortex-compact 109.99 MB 0 B 109.99 MB -100.0%
hits_095.vortex 1.0 vortex-compact 109.91 MB 0 B 109.91 MB -100.0%
hits_096.vortex 1.0 vortex-compact 151.70 MB 0 B 151.70 MB -100.0%
hits_097.vortex 1.0 vortex-compact 139.52 MB 0 B 139.52 MB -100.0%
hits_098.vortex 1.0 vortex-compact 101.54 MB 0 B 101.54 MB -100.0%
hits_099.vortex 1.0 vortex-compact 130.57 MB 0 B 130.57 MB -100.0%

Totals:

  • vortex-compact: 11.80 GB → 0 B (-100.0%)
  • vortex-file-compressed: 15.89 GB → 15.88 GB (-0.0%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: FineWeb S3

Verdict: No clear signal (environment too noisy confidence)
Attributed Vortex impact: -4.8%
Engines: DataFusion No clear signal (-10.6%, environment too noisy confidence) · DuckDB No clear signal (+1.3%, environment too noisy confidence)
Vortex (geomean): 1.024x ➖
Parquet (geomean): 1.076x ➖
Shifts: Parquet (control) +7.6% · Median polish +3.4%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (1.035x ➖, 0↑ 1↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/datafusion:vortex-file-compressed 39426168 37953155 1.04
fineweb_q01/datafusion:vortex-file-compressed 🚨 918713062 621782345 1.48
fineweb_q02/datafusion:vortex-file-compressed 747462890 643442672 1.16
fineweb_q03/datafusion:vortex-file-compressed 1207918063 1172814974 1.03
fineweb_q04/datafusion:vortex-file-compressed 1194230329 1351136778 0.88
fineweb_q05/datafusion:vortex-file-compressed 1168031242 1236017710 0.94
fineweb_q06/datafusion:vortex-file-compressed 1251692657 1345799330 0.93
fineweb_q07/datafusion:vortex-file-compressed 1133264192 1164339390 0.97
fineweb_q08/datafusion:vortex-file-compressed 509921621 519689815 0.98
datafusion / parquet (1.158x ➖, 0↑ 2↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/datafusion:parquet 1388672515 1095694437 1.27
fineweb_q01/datafusion:parquet 1970768015 1937161350 1.02
fineweb_q02/datafusion:parquet 2005893926 1939339205 1.03
fineweb_q03/datafusion:parquet 2068964457 2099474723 0.99
fineweb_q04/datafusion:parquet 2066232184 1950916604 1.06
fineweb_q05/datafusion:parquet 🚨 2545572724 1919956906 1.33
fineweb_q06/datafusion:parquet 2553798617 2107911186 1.21
fineweb_q07/datafusion:parquet 2068511009 1865695048 1.11
fineweb_q08/datafusion:parquet 🚨 2682821806 1777637017 1.51
duckdb / vortex-file-compressed (1.013x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/duckdb:vortex-file-compressed 78086931 95700912 0.82
fineweb_q01/duckdb:vortex-file-compressed 731559750 665020884 1.10
fineweb_q02/duckdb:vortex-file-compressed 623622627 715210614 0.87
fineweb_q03/duckdb:vortex-file-compressed 1513330115 1327484020 1.14
fineweb_q04/duckdb:vortex-file-compressed 1393749216 1352096208 1.03
fineweb_q05/duckdb:vortex-file-compressed 1339106062 1252547426 1.07
fineweb_q06/duckdb:vortex-file-compressed 1631997306 1475252951 1.11
fineweb_q07/duckdb:vortex-file-compressed 1357975194 1462589467 0.93
fineweb_q08/duckdb:vortex-file-compressed 622431021 559374826 1.11
duckdb / parquet (1.000x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
fineweb_q00/duckdb:parquet 1201512111 1207170261 1.00
fineweb_q01/duckdb:parquet 1587684381 1463669166 1.08
fineweb_q02/duckdb:parquet 1403198209 1407751978 1.00
fineweb_q03/duckdb:parquet 4033849648 4272999345 0.94
fineweb_q04/duckdb:parquet 2108829944 2028175859 1.04
fineweb_q05/duckdb:parquet 2310565278 2380897332 0.97
fineweb_q06/duckdb:parquet 4955760570 4616975505 1.07
fineweb_q07/duckdb:parquet 2751519757 3015544160 0.91
fineweb_q08/duckdb:parquet 1154782223 1159093501 1.00

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: Statistical and Population Genetics

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -1.8%
Engines: DuckDB No clear signal (-1.8%, low confidence)
Vortex (geomean): 0.994x ➖
Parquet (geomean): 1.012x ➖
Shifts: Parquet (control) +1.2% · Median polish +0.3%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

duckdb / vortex-file-compressed (0.994x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
statpopgen_q00/duckdb:vortex-file-compressed 11612793 11545109 1.01
statpopgen_q01/duckdb:vortex-file-compressed 25574367 26679789 0.96
statpopgen_q02/duckdb:vortex-file-compressed 518456086 526721099 0.98
statpopgen_q03/duckdb:vortex-file-compressed 1027719956 1035900104 0.99
statpopgen_q04/duckdb:vortex-file-compressed 1052186785 1035550521 1.02
statpopgen_q05/duckdb:vortex-file-compressed 483893660 469958507 1.03
statpopgen_q06/duckdb:vortex-file-compressed 1534118742 1525796874 1.01
statpopgen_q07/duckdb:vortex-file-compressed 189566225 194887153 0.97
statpopgen_q08/duckdb:vortex-file-compressed 225572001 233003735 0.97
statpopgen_q09/duckdb:vortex-file-compressed 825625606 816023891 1.01
statpopgen_q10/duckdb:vortex-file-compressed 2522426039 2529581140 1.00
duckdb / parquet (1.012x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
statpopgen_q00/duckdb:parquet 291531372 299689123 0.97
statpopgen_q01/duckdb:parquet 393219505 371650629 1.06
statpopgen_q02/duckdb:parquet 763161262 751564280 1.02
statpopgen_q03/duckdb:parquet 1193611789 1174274045 1.02
statpopgen_q04/duckdb:parquet 1189537279 1201508687 0.99
statpopgen_q05/duckdb:parquet 811111446 798387986 1.02
statpopgen_q06/duckdb:parquet 1427045580 1406471466 1.01
statpopgen_q07/duckdb:parquet 850844813 829461108 1.03
statpopgen_q08/duckdb:parquet 851204056 841770311 1.01
statpopgen_q09/duckdb:parquet 1012862944 997614583 1.02
statpopgen_q10/duckdb:parquet 2189837321 2187987846 1.00

File Size Changes (3 files changed, -32.3% overall, 0↑ 3↓)
File Scale Format Base HEAD Change %
gnomad.genomes.v3.1.2.hgdp_tgp.chr21.vortex 100000 vortex-file-compressed 1.96 GB 1.96 GB 126.40 KB -0.0%
duckdb.db 100000 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
gnomad.genomes.v3.1.2.hgdp_tgp.chr21.vortex 100000 vortex-compact 959.32 MB 0 B 959.32 MB -100.0%

Totals:

  • vortex-compact: 959.59 MB → 0 B (-100.0%)
  • vortex-file-compressed: 1.96 GB → 1.96 GB (-0.0%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: Clickbench on NVME

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -0.5%
Engines: DataFusion No clear signal (-0.4%, environment too noisy confidence) · DuckDB No clear signal (-0.5%, low confidence)
Vortex (geomean): 0.982x ➖
Parquet (geomean): 0.987x ➖
Shifts: Parquet (control) -1.3% · Median polish -1.3%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (0.983x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench_q00/datafusion:vortex-file-compressed 1570792 1629036 0.96
clickbench_q01/datafusion:vortex-file-compressed 17824336 17558713 1.02
clickbench_q02/datafusion:vortex-file-compressed 34990136 35581879 0.98
clickbench_q03/datafusion:vortex-file-compressed 36336088 37405436 0.97
clickbench_q04/datafusion:vortex-file-compressed 236300910 228268762 1.04
clickbench_q05/datafusion:vortex-file-compressed 300859031 309320252 0.97
clickbench_q06/datafusion:vortex-file-compressed 1601253 1613885 0.99
clickbench_q07/datafusion:vortex-file-compressed 22441863 22403485 1.00
clickbench_q08/datafusion:vortex-file-compressed 324624032 331016650 0.98
clickbench_q09/datafusion:vortex-file-compressed 438066399 447537411 0.98
clickbench_q10/datafusion:vortex-file-compressed 69993035 73063876 0.96
clickbench_q11/datafusion:vortex-file-compressed 83429875 83599296 1.00
clickbench_q12/datafusion:vortex-file-compressed 266400713 271202248 0.98
clickbench_q13/datafusion:vortex-file-compressed 415222235 422146489 0.98
clickbench_q14/datafusion:vortex-file-compressed 246814034 253197241 0.97
clickbench_q15/datafusion:vortex-file-compressed 276201376 277156514 1.00
clickbench_q16/datafusion:vortex-file-compressed 658233621 652762845 1.01
clickbench_q17/datafusion:vortex-file-compressed 634340134 637757605 0.99
clickbench_q18/datafusion:vortex-file-compressed 1315917572 1333493686 0.99
clickbench_q19/datafusion:vortex-file-compressed 🚀 25102388 31751666 0.79
clickbench_q20/datafusion:vortex-file-compressed 301694482 305925512 0.99
clickbench_q21/datafusion:vortex-file-compressed 389868623 389152379 1.00
clickbench_q22/datafusion:vortex-file-compressed 478973849 495170243 0.97
clickbench_q23/datafusion:vortex-file-compressed 618989064 625269493 0.99
clickbench_q24/datafusion:vortex-file-compressed 41916023 45180030 0.93
clickbench_q25/datafusion:vortex-file-compressed 74916705 76334410 0.98
clickbench_q26/datafusion:vortex-file-compressed 43791112 42034747 1.04
clickbench_q27/datafusion:vortex-file-compressed 404839147 402899576 1.00
clickbench_q28/datafusion:vortex-file-compressed 2309645818 2354666969 0.98
clickbench_q29/datafusion:vortex-file-compressed 53080938 53067735 1.00
clickbench_q30/datafusion:vortex-file-compressed 222674941 224858400 0.99
clickbench_q31/datafusion:vortex-file-compressed 240470843 244721360 0.98
clickbench_q32/datafusion:vortex-file-compressed 1029018775 1025749093 1.00
clickbench_q33/datafusion:vortex-file-compressed 1406663115 1398438222 1.01
clickbench_q34/datafusion:vortex-file-compressed 1388578700 1421139971 0.98
clickbench_q35/datafusion:vortex-file-compressed 234184539 238484506 0.98
clickbench_q36/datafusion:vortex-file-compressed 57105208 54509053 1.05
clickbench_q37/datafusion:vortex-file-compressed 24981278 27626661 0.90
clickbench_q38/datafusion:vortex-file-compressed 15466803 16031051 0.96
clickbench_q39/datafusion:vortex-file-compressed 116273980 115730417 1.00
clickbench_q40/datafusion:vortex-file-compressed 12035577 11715571 1.03
clickbench_q41/datafusion:vortex-file-compressed 11524143 12164153 0.95
clickbench_q42/datafusion:vortex-file-compressed 11141088 11181366 1.00
datafusion / parquet (0.987x ➖, 1↑ 1↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench_q00/datafusion:parquet 1488881 1537992 0.97
clickbench_q01/datafusion:parquet 18773824 19792889 0.95
clickbench_q02/datafusion:parquet 42608416 44121199 0.97
clickbench_q03/datafusion:parquet 33788512 33403962 1.01
clickbench_q04/datafusion:parquet 259818149 272739729 0.95
clickbench_q05/datafusion:parquet 327158179 310641067 1.05
clickbench_q06/datafusion:parquet 1494030 1595845 0.94
clickbench_q07/datafusion:parquet 20922587 20957512 1.00
clickbench_q08/datafusion:parquet 328219701 325008057 1.01
clickbench_q09/datafusion:parquet 472234429 465495566 1.01
clickbench_q10/datafusion:parquet 88861806 89436102 0.99
clickbench_q11/datafusion:parquet 112726852 114902068 0.98
clickbench_q12/datafusion:parquet 290899270 306288950 0.95
clickbench_q13/datafusion:parquet 456295992 472451704 0.97
clickbench_q14/datafusion:parquet 301899096 303370394 1.00
clickbench_q15/datafusion:parquet 271033487 270188135 1.00
clickbench_q16/datafusion:parquet 643820031 662488875 0.97
clickbench_q17/datafusion:parquet 629234200 633377876 0.99
clickbench_q18/datafusion:parquet 1354971956 1372301294 0.99
clickbench_q19/datafusion:parquet 26625460 29427055 0.90
clickbench_q20/datafusion:parquet 549202314 556581662 0.99
clickbench_q21/datafusion:parquet 610792072 613177762 1.00
clickbench_q22/datafusion:parquet 902430699 903444922 1.00
clickbench_q23/datafusion:parquet 4008668189 4078526389 0.98
clickbench_q24/datafusion:parquet 🚀 51408846 57821801 0.89
clickbench_q25/datafusion:parquet 125960766 126881055 0.99
clickbench_q26/datafusion:parquet 50719510 52472399 0.97
clickbench_q27/datafusion:parquet 641006342 654075773 0.98
clickbench_q28/datafusion:parquet 2389361646 2434538831 0.98
clickbench_q29/datafusion:parquet 🚨 53601393 44001678 1.22
clickbench_q30/datafusion:parquet 310432785 313031833 0.99
clickbench_q31/datafusion:parquet 331202291 341913637 0.97
clickbench_q32/datafusion:parquet 1065516477 1112726001 0.96
clickbench_q33/datafusion:parquet 1472755403 1494757475 0.99
clickbench_q34/datafusion:parquet 1467859913 1471474931 1.00
clickbench_q35/datafusion:parquet 244181571 253683896 0.96
clickbench_q36/datafusion:parquet 104619302 107853564 0.97
clickbench_q37/datafusion:parquet 40989541 44860936 0.91
clickbench_q38/datafusion:parquet 60734736 58755987 1.03
clickbench_q39/datafusion:parquet 200604585 205524291 0.98
clickbench_q40/datafusion:parquet 22606053 22731907 0.99
clickbench_q41/datafusion:parquet 22989082 21318194 1.08
clickbench_q42/datafusion:parquet 22827759 21755815 1.05
duckdb / vortex-file-compressed (0.982x ➖, 2↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench_q00/duckdb:vortex-file-compressed 9090718 9145308 0.99
clickbench_q01/duckdb:vortex-file-compressed 16792253 15461625 1.09
clickbench_q02/duckdb:vortex-file-compressed 20360941 20200800 1.01
clickbench_q03/duckdb:vortex-file-compressed 26079150 26489671 0.98
clickbench_q04/duckdb:vortex-file-compressed 196247034 203645914 0.96
clickbench_q05/duckdb:vortex-file-compressed 184570665 183952388 1.00
clickbench_q06/duckdb:vortex-file-compressed 18534585 17535285 1.06
clickbench_q07/duckdb:vortex-file-compressed 19638128 19890980 0.99
clickbench_q08/duckdb:vortex-file-compressed 264874475 268016801 0.99
clickbench_q09/duckdb:vortex-file-compressed 344563324 352219934 0.98
clickbench_q10/duckdb:vortex-file-compressed 71247372 73989045 0.96
clickbench_q11/duckdb:vortex-file-compressed 83513539 84828813 0.98
clickbench_q12/duckdb:vortex-file-compressed 207992164 212324615 0.98
clickbench_q13/duckdb:vortex-file-compressed 423306555 414608178 1.02
clickbench_q14/duckdb:vortex-file-compressed 241740745 246067028 0.98
clickbench_q15/duckdb:vortex-file-compressed 255170464 253763809 1.01
clickbench_q16/duckdb:vortex-file-compressed 534344809 543751903 0.98
clickbench_q17/duckdb:vortex-file-compressed 431984698 433018997 1.00
clickbench_q18/duckdb:vortex-file-compressed 945001843 950817286 0.99
clickbench_q19/duckdb:vortex-file-compressed 20543756 21529569 0.95
clickbench_q20/duckdb:vortex-file-compressed 285776221 307413910 0.93
clickbench_q21/duckdb:vortex-file-compressed 367265197 383558524 0.96
clickbench_q22/duckdb:vortex-file-compressed 533327925 545065872 0.98
clickbench_q23/duckdb:vortex-file-compressed 195847161 179665423 1.09
clickbench_q24/duckdb:vortex-file-compressed 38338062 37051763 1.03
clickbench_q25/duckdb:vortex-file-compressed 85941239 82058389 1.05
clickbench_q26/duckdb:vortex-file-compressed 43722706 42433287 1.03
clickbench_q27/duckdb:vortex-file-compressed 210533201 214221178 0.98
clickbench_q28/duckdb:vortex-file-compressed 3089545043 3088192256 1.00
clickbench_q29/duckdb:vortex-file-compressed 24965833 26043315 0.96
clickbench_q30/duckdb:vortex-file-compressed 198929469 203142101 0.98
clickbench_q31/duckdb:vortex-file-compressed 290970209 296247786 0.98
clickbench_q32/duckdb:vortex-file-compressed 1112289280 1121878766 0.99
clickbench_q33/duckdb:vortex-file-compressed 1097691138 1135594716 0.97
clickbench_q34/duckdb:vortex-file-compressed 1178679652 1216292190 0.97
clickbench_q35/duckdb:vortex-file-compressed 370837310 371038427 1.00
clickbench_q36/duckdb:vortex-file-compressed 28308482 31100891 0.91
clickbench_q37/duckdb:vortex-file-compressed 20372655 22563132 0.90
clickbench_q38/duckdb:vortex-file-compressed 23882277 26079746 0.92
clickbench_q39/duckdb:vortex-file-compressed 44034345 45304442 0.97
clickbench_q40/duckdb:vortex-file-compressed 🚀 20310826 22693966 0.89
clickbench_q41/duckdb:vortex-file-compressed 🚀 19936902 22200315 0.90
clickbench_q42/duckdb:vortex-file-compressed 21016279 22216357 0.95
duckdb / parquet (0.987x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
clickbench_q00/duckdb:parquet 21920234 23952645 0.92
clickbench_q01/duckdb:parquet 29360296 30537794 0.96
clickbench_q02/duckdb:parquet 49548677 50012240 0.99
clickbench_q03/duckdb:parquet 40439615 39677094 1.02
clickbench_q04/duckdb:parquet 202645393 201494589 1.01
clickbench_q05/duckdb:parquet 255206150 255624249 1.00
clickbench_q06/duckdb:parquet 47047382 47249047 1.00
clickbench_q07/duckdb:parquet 31406842 31993807 0.98
clickbench_q08/duckdb:parquet 267846839 269342553 0.99
clickbench_q09/duckdb:parquet 400126021 401443807 1.00
clickbench_q10/duckdb:parquet 81037044 83212378 0.97
clickbench_q11/duckdb:parquet 100597681 99282192 1.01
clickbench_q12/duckdb:parquet 278637411 279470184 1.00
clickbench_q13/duckdb:parquet 473262372 473877367 1.00
clickbench_q14/duckdb:parquet 313472845 313429387 1.00
clickbench_q15/duckdb:parquet 253905892 258034385 0.98
clickbench_q16/duckdb:parquet 592193432 596042126 0.99
clickbench_q17/duckdb:parquet 499359854 497314607 1.00
clickbench_q18/duckdb:parquet 1026683579 1036760163 0.99
clickbench_q19/duckdb:parquet 27582158 27140278 1.02
clickbench_q20/duckdb:parquet 415679781 416106420 1.00
clickbench_q21/duckdb:parquet 532845665 537979699 0.99
clickbench_q22/duckdb:parquet 917171790 916291209 1.00
clickbench_q23/duckdb:parquet 263916041 268257427 0.98
clickbench_q24/duckdb:parquet 69169867 70646865 0.98
clickbench_q25/duckdb:parquet 162483592 161934259 1.00
clickbench_q26/duckdb:parquet 53124430 52935381 1.00
clickbench_q27/duckdb:parquet 478676779 469939840 1.02
clickbench_q28/duckdb:parquet 4763905573 4749545453 1.00
clickbench_q29/duckdb:parquet 41931151 43844190 0.96
clickbench_q30/duckdb:parquet 310806345 311847768 1.00
clickbench_q31/duckdb:parquet 373683204 373887586 1.00
clickbench_q32/duckdb:parquet 1104443281 1115229358 0.99
clickbench_q33/duckdb:parquet 1099508972 1097522226 1.00
clickbench_q34/duckdb:parquet 1151711307 1143592008 1.01
clickbench_q35/duckdb:parquet 367090393 373160076 0.98
clickbench_q36/duckdb:parquet 🚀 44516540 49778591 0.89
clickbench_q37/duckdb:parquet 33301869 34456334 0.97
clickbench_q38/duckdb:parquet 36215443 38760442 0.93
clickbench_q39/duckdb:parquet 87148151 89929020 0.97
clickbench_q40/duckdb:parquet 19908331 19513295 1.02
clickbench_q41/duckdb:parquet 20454664 21336290 0.96
clickbench_q42/duckdb:parquet 22266455 23406126 0.95

File Size Changes (201 files changed, -39.1% overall, 58↑ 143↓)
File Scale Format Base HEAD Change %
hits_65.vortex 1.0 vortex-file-compressed 182.00 MB 183.45 MB +1.45 MB +0.8%
hits_53.vortex 1.0 vortex-file-compressed 85.52 MB 86.10 MB +594.48 KB +0.7%
hits_62.vortex 1.0 vortex-file-compressed 117.13 MB 117.51 MB +392.33 KB +0.3%
hits_11.vortex 1.0 vortex-file-compressed 79.66 MB 79.88 MB +223.70 KB +0.3%
hits_75.vortex 1.0 vortex-file-compressed 63.12 MB 63.27 MB +155.38 KB +0.2%
hits_25.vortex 1.0 vortex-file-compressed 113.18 MB 113.37 MB +192.29 KB +0.2%
hits_69.vortex 1.0 vortex-file-compressed 122.92 MB 123.10 MB +191.56 KB +0.2%
hits_17.vortex 1.0 vortex-file-compressed 87.14 MB 87.28 MB +134.63 KB +0.2%
hits_14.vortex 1.0 vortex-file-compressed 111.07 MB 111.23 MB +163.05 KB +0.1%
hits_64.vortex 1.0 vortex-file-compressed 80.87 MB 80.97 MB +101.28 KB +0.1%
hits_26.vortex 1.0 vortex-file-compressed 109.13 MB 109.24 MB +113.63 KB +0.1%
hits_67.vortex 1.0 vortex-file-compressed 183.74 MB 183.92 MB +176.52 KB +0.1%
hits_1.vortex 1.0 vortex-file-compressed 138.11 MB 138.22 MB +112.88 KB +0.1%
hits_27.vortex 1.0 vortex-file-compressed 122.32 MB 122.42 MB +99.34 KB +0.1%
hits_94.vortex 1.0 vortex-file-compressed 138.39 MB 138.49 MB +106.43 KB +0.1%
hits_7.vortex 1.0 vortex-file-compressed 93.91 MB 93.97 MB +69.18 KB +0.1%
hits_6.vortex 1.0 vortex-file-compressed 93.28 MB 93.34 MB +68.30 KB +0.1%
hits_43.vortex 1.0 vortex-file-compressed 226.28 MB 226.44 MB +160.12 KB +0.1%
hits_34.vortex 1.0 vortex-file-compressed 97.42 MB 97.48 MB +68.38 KB +0.1%
hits_66.vortex 1.0 vortex-file-compressed 90.11 MB 90.17 MB +60.34 KB +0.1%
hits_58.vortex 1.0 vortex-file-compressed 90.29 MB 90.35 MB +59.86 KB +0.1%
hits_8.vortex 1.0 vortex-file-compressed 93.22 MB 93.28 MB +61.17 KB +0.1%
hits_87.vortex 1.0 vortex-file-compressed 172.09 MB 172.20 MB +111.91 KB +0.1%
hits_81.vortex 1.0 vortex-file-compressed 100.60 MB 100.66 MB +55.99 KB +0.1%
hits_86.vortex 1.0 vortex-file-compressed 68.99 MB 69.03 MB +36.91 KB +0.1%
hits_68.vortex 1.0 vortex-file-compressed 122.82 MB 122.88 MB +62.77 KB +0.0%
hits_22.vortex 1.0 vortex-file-compressed 76.83 MB 76.87 MB +37.98 KB +0.0%
hits_63.vortex 1.0 vortex-file-compressed 68.99 MB 69.02 MB +30.77 KB +0.0%
hits_0.vortex 1.0 vortex-file-compressed 89.45 MB 89.49 MB +38.02 KB +0.0%
hits_98.vortex 1.0 vortex-file-compressed 118.17 MB 118.22 MB +50.15 KB +0.0%
hits_72.vortex 1.0 vortex-file-compressed 84.40 MB 84.43 MB +35.59 KB +0.0%
hits_89.vortex 1.0 vortex-file-compressed 184.31 MB 184.38 MB +77.16 KB +0.0%
hits_73.vortex 1.0 vortex-file-compressed 109.57 MB 109.61 MB +43.56 KB +0.0%
hits_85.vortex 1.0 vortex-file-compressed 91.51 MB 91.54 MB +34.11 KB +0.0%
hits_40.vortex 1.0 vortex-file-compressed 117.55 MB 117.59 MB +40.48 KB +0.0%
hits_82.vortex 1.0 vortex-file-compressed 99.48 MB 99.51 MB +31.11 KB +0.0%
hits_15.vortex 1.0 vortex-file-compressed 89.09 MB 89.12 MB +27.61 KB +0.0%
hits_42.vortex 1.0 vortex-file-compressed 221.68 MB 221.74 MB +62.15 KB +0.0%
hits_33.vortex 1.0 vortex-file-compressed 57.03 MB 57.04 MB +15.80 KB +0.0%
hits_79.vortex 1.0 vortex-file-compressed 143.88 MB 143.92 MB +37.73 KB +0.0%
hits_54.vortex 1.0 vortex-file-compressed 221.14 MB 221.19 MB +56.48 KB +0.0%
hits_20.vortex 1.0 vortex-file-compressed 62.53 MB 62.55 MB +14.42 KB +0.0%
hits_57.vortex 1.0 vortex-file-compressed 128.03 MB 128.06 MB +29.30 KB +0.0%
hits_12.vortex 1.0 vortex-file-compressed 100.80 MB 100.82 MB +23.06 KB +0.0%
hits_18.vortex 1.0 vortex-file-compressed 104.26 MB 104.28 MB +21.89 KB +0.0%
hits_92.vortex 1.0 vortex-file-compressed 146.42 MB 146.45 MB +30.48 KB +0.0%
hits_35.vortex 1.0 vortex-file-compressed 114.91 MB 114.94 MB +22.21 KB +0.0%
hits_61.vortex 1.0 vortex-file-compressed 101.02 MB 101.04 MB +19.06 KB +0.0%
hits_90.vortex 1.0 vortex-file-compressed 139.76 MB 139.78 MB +21.45 KB +0.0%
hits_5.vortex 1.0 vortex-file-compressed 92.87 MB 92.88 MB +11.93 KB +0.0%
hits_76.vortex 1.0 vortex-file-compressed 113.85 MB 113.87 MB +14.42 KB +0.0%
hits_28.vortex 1.0 vortex-file-compressed 119.65 MB 119.67 MB +15.06 KB +0.0%
hits_10.vortex 1.0 vortex-file-compressed 69.39 MB 69.39 MB +6.59 KB +0.0%
hits_24.vortex 1.0 vortex-file-compressed 75.94 MB 75.95 MB +6.96 KB +0.0%
hits_47.vortex 1.0 vortex-file-compressed 41.25 MB 41.25 MB +3.20 KB +0.0%
hits_71.vortex 1.0 vortex-file-compressed 101.64 MB 101.65 MB +5.40 KB +0.0%
hits_48.vortex 1.0 vortex-file-compressed 28.03 MB 28.03 MB +1.17 KB +0.0%
hits_96.vortex 1.0 vortex-file-compressed 135.19 MB 135.19 MB +5.55 KB +0.0%
hits_70.vortex 1.0 vortex-file-compressed 93.42 MB 93.42 MB 448 B -0.0%
hits_13.vortex 1.0 vortex-file-compressed 99.05 MB 99.04 MB 3.04 KB -0.0%
hits_78.vortex 1.0 vortex-file-compressed 164.15 MB 164.14 MB 20.15 KB -0.0%
hits_44.vortex 1.0 vortex-file-compressed 185.87 MB 185.84 MB 31.80 KB -0.0%
hits_46.vortex 1.0 vortex-file-compressed 69.07 MB 69.06 MB 12.25 KB -0.0%
hits_60.vortex 1.0 vortex-file-compressed 103.26 MB 103.24 MB 19.70 KB -0.0%
hits_39.vortex 1.0 vortex-file-compressed 80.07 MB 80.06 MB 16.38 KB -0.0%
hits_29.vortex 1.0 vortex-file-compressed 59.39 MB 59.37 MB 13.09 KB -0.0%
hits_74.vortex 1.0 vortex-file-compressed 119.43 MB 119.40 MB 28.16 KB -0.0%
hits_45.vortex 1.0 vortex-file-compressed 121.93 MB 121.90 MB 29.18 KB -0.0%
hits_93.vortex 1.0 vortex-file-compressed 90.22 MB 90.20 MB 23.77 KB -0.0%
hits_9.vortex 1.0 vortex-file-compressed 99.05 MB 99.02 MB 27.65 KB -0.0%
hits_83.vortex 1.0 vortex-file-compressed 89.16 MB 89.13 MB 25.05 KB -0.0%
hits_52.vortex 1.0 vortex-file-compressed 103.43 MB 103.40 MB 29.74 KB -0.0%
hits_2.vortex 1.0 vortex-file-compressed 186.06 MB 186.01 MB 54.60 KB -0.0%
hits_56.vortex 1.0 vortex-file-compressed 123.21 MB 123.17 MB 39.55 KB -0.0%
hits_77.vortex 1.0 vortex-file-compressed 168.00 MB 167.94 MB 59.69 KB -0.0%
hits_95.vortex 1.0 vortex-file-compressed 96.14 MB 96.10 MB 36.30 KB -0.0%
hits_38.vortex 1.0 vortex-file-compressed 99.03 MB 98.99 MB 45.69 KB -0.0%
hits_80.vortex 1.0 vortex-file-compressed 104.97 MB 104.92 MB 50.79 KB -0.0%
hits_16.vortex 1.0 vortex-file-compressed 79.28 MB 79.24 MB 38.50 KB -0.0%
hits_51.vortex 1.0 vortex-file-compressed 277.51 MB 277.38 MB 137.42 KB -0.0%
hits_50.vortex 1.0 vortex-file-compressed 179.18 MB 179.09 MB 92.22 KB -0.1%
hits_3.vortex 1.0 vortex-file-compressed 141.72 MB 141.65 MB 74.92 KB -0.1%
hits_21.vortex 1.0 vortex-file-compressed 93.03 MB 92.98 MB 50.83 KB -0.1%
hits_32.vortex 1.0 vortex-file-compressed 66.54 MB 66.50 MB 42.25 KB -0.1%
hits_99.vortex 1.0 vortex-file-compressed 122.76 MB 122.68 MB 83.21 KB -0.1%
hits_49.vortex 1.0 vortex-file-compressed 75.62 MB 75.57 MB 52.93 KB -0.1%
hits_30.vortex 1.0 vortex-file-compressed 86.77 MB 86.70 MB 65.49 KB -0.1%
hits_19.vortex 1.0 vortex-file-compressed 73.22 MB 73.16 MB 58.56 KB -0.1%
hits_84.vortex 1.0 vortex-file-compressed 116.92 MB 116.82 MB 96.80 KB -0.1%
hits_23.vortex 1.0 vortex-file-compressed 76.49 MB 76.42 MB 66.59 KB -0.1%
hits_37.vortex 1.0 vortex-file-compressed 85.31 MB 85.24 MB 74.61 KB -0.1%
hits_91.vortex 1.0 vortex-file-compressed 96.94 MB 96.85 MB 92.92 KB -0.1%
hits_36.vortex 1.0 vortex-file-compressed 68.45 MB 68.37 MB 74.95 KB -0.1%
hits_4.vortex 1.0 vortex-file-compressed 108.41 MB 108.29 MB 121.84 KB -0.1%
hits_41.vortex 1.0 vortex-file-compressed 223.07 MB 222.81 MB 266.51 KB -0.1%
hits_88.vortex 1.0 vortex-file-compressed 110.98 MB 110.84 MB 146.35 KB -0.1%
hits_59.vortex 1.0 vortex-file-compressed 101.74 MB 101.58 MB 166.32 KB -0.2%
hits_31.vortex 1.0 vortex-file-compressed 90.15 MB 89.99 MB 168.60 KB -0.2%
hits_97.vortex 1.0 vortex-file-compressed 106.92 MB 106.67 MB 256.52 KB -0.2%
hits_55.vortex 1.0 vortex-file-compressed 168.94 MB 166.25 MB 2.68 MB -1.6%
duckdb.db 1.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
hits_0.vortex 1.0 vortex-compact 58.57 MB 0 B 58.57 MB -100.0%
hits_1.vortex 1.0 vortex-compact 90.19 MB 0 B 90.19 MB -100.0%
hits_10.vortex 1.0 vortex-compact 48.75 MB 0 B 48.75 MB -100.0%
hits_11.vortex 1.0 vortex-compact 54.22 MB 0 B 54.22 MB -100.0%
hits_12.vortex 1.0 vortex-compact 69.16 MB 0 B 69.16 MB -100.0%
hits_13.vortex 1.0 vortex-compact 67.86 MB 0 B 67.86 MB -100.0%
hits_14.vortex 1.0 vortex-compact 73.60 MB 0 B 73.60 MB -100.0%
hits_15.vortex 1.0 vortex-compact 47.94 MB 0 B 47.94 MB -100.0%
hits_16.vortex 1.0 vortex-compact 48.07 MB 0 B 48.07 MB -100.0%
hits_17.vortex 1.0 vortex-compact 58.15 MB 0 B 58.15 MB -100.0%
hits_18.vortex 1.0 vortex-compact 64.13 MB 0 B 64.13 MB -100.0%
hits_19.vortex 1.0 vortex-compact 44.73 MB 0 B 44.73 MB -100.0%
hits_2.vortex 1.0 vortex-compact 129.13 MB 0 B 129.13 MB -100.0%
hits_20.vortex 1.0 vortex-compact 38.00 MB 0 B 38.00 MB -100.0%
hits_21.vortex 1.0 vortex-compact 51.38 MB 0 B 51.38 MB -100.0%
hits_22.vortex 1.0 vortex-compact 44.49 MB 0 B 44.49 MB -100.0%
hits_23.vortex 1.0 vortex-compact 43.92 MB 0 B 43.92 MB -100.0%
hits_24.vortex 1.0 vortex-compact 43.38 MB 0 B 43.38 MB -100.0%
hits_25.vortex 1.0 vortex-compact 72.93 MB 0 B 72.93 MB -100.0%
hits_26.vortex 1.0 vortex-compact 70.73 MB 0 B 70.73 MB -100.0%
hits_27.vortex 1.0 vortex-compact 69.80 MB 0 B 69.80 MB -100.0%
hits_28.vortex 1.0 vortex-compact 70.18 MB 0 B 70.18 MB -100.0%
hits_29.vortex 1.0 vortex-compact 36.49 MB 0 B 36.49 MB -100.0%
hits_3.vortex 1.0 vortex-compact 94.05 MB 0 B 94.05 MB -100.0%
hits_30.vortex 1.0 vortex-compact 58.56 MB 0 B 58.56 MB -100.0%
hits_31.vortex 1.0 vortex-compact 55.41 MB 0 B 55.41 MB -100.0%
hits_32.vortex 1.0 vortex-compact 44.03 MB 0 B 44.03 MB -100.0%
hits_33.vortex 1.0 vortex-compact 35.85 MB 0 B 35.85 MB -100.0%
hits_34.vortex 1.0 vortex-compact 58.09 MB 0 B 58.09 MB -100.0%
hits_35.vortex 1.0 vortex-compact 74.95 MB 0 B 74.95 MB -100.0%
hits_36.vortex 1.0 vortex-compact 48.89 MB 0 B 48.89 MB -100.0%
hits_37.vortex 1.0 vortex-compact 53.68 MB 0 B 53.68 MB -100.0%
hits_38.vortex 1.0 vortex-compact 62.96 MB 0 B 62.96 MB -100.0%
hits_39.vortex 1.0 vortex-compact 49.69 MB 0 B 49.69 MB -100.0%
hits_4.vortex 1.0 vortex-compact 71.69 MB 0 B 71.69 MB -100.0%
hits_40.vortex 1.0 vortex-compact 75.74 MB 0 B 75.74 MB -100.0%
hits_41.vortex 1.0 vortex-compact 165.52 MB 0 B 165.52 MB -100.0%
hits_42.vortex 1.0 vortex-compact 163.97 MB 0 B 163.97 MB -100.0%
hits_43.vortex 1.0 vortex-compact 168.64 MB 0 B 168.64 MB -100.0%
hits_44.vortex 1.0 vortex-compact 132.24 MB 0 B 132.24 MB -100.0%
hits_45.vortex 1.0 vortex-compact 75.87 MB 0 B 75.87 MB -100.0%
hits_46.vortex 1.0 vortex-compact 41.82 MB 0 B 41.82 MB -100.0%
hits_47.vortex 1.0 vortex-compact 18.19 MB 0 B 18.19 MB -100.0%
hits_48.vortex 1.0 vortex-compact 17.27 MB 0 B 17.27 MB -100.0%
hits_49.vortex 1.0 vortex-compact 50.42 MB 0 B 50.42 MB -100.0%
hits_5.vortex 1.0 vortex-compact 62.83 MB 0 B 62.83 MB -100.0%
hits_50.vortex 1.0 vortex-compact 112.99 MB 0 B 112.99 MB -100.0%
hits_51.vortex 1.0 vortex-compact 167.75 MB 0 B 167.75 MB -100.0%
hits_52.vortex 1.0 vortex-compact 63.54 MB 0 B 63.54 MB -100.0%
hits_53.vortex 1.0 vortex-compact 58.88 MB 0 B 58.88 MB -100.0%
hits_54.vortex 1.0 vortex-compact 117.56 MB 0 B 117.56 MB -100.0%
hits_55.vortex 1.0 vortex-compact 96.03 MB 0 B 96.03 MB -100.0%
hits_56.vortex 1.0 vortex-compact 77.75 MB 0 B 77.75 MB -100.0%
hits_57.vortex 1.0 vortex-compact 83.35 MB 0 B 83.35 MB -100.0%
hits_58.vortex 1.0 vortex-compact 60.31 MB 0 B 60.31 MB -100.0%
hits_59.vortex 1.0 vortex-compact 66.15 MB 0 B 66.15 MB -100.0%
hits_6.vortex 1.0 vortex-compact 63.08 MB 0 B 63.08 MB -100.0%
hits_60.vortex 1.0 vortex-compact 64.15 MB 0 B 64.15 MB -100.0%
hits_61.vortex 1.0 vortex-compact 57.45 MB 0 B 57.45 MB -100.0%
hits_62.vortex 1.0 vortex-compact 74.08 MB 0 B 74.08 MB -100.0%
hits_63.vortex 1.0 vortex-compact 46.00 MB 0 B 46.00 MB -100.0%
hits_64.vortex 1.0 vortex-compact 53.78 MB 0 B 53.78 MB -100.0%
hits_65.vortex 1.0 vortex-compact 129.70 MB 0 B 129.70 MB -100.0%
hits_66.vortex 1.0 vortex-compact 53.36 MB 0 B 53.36 MB -100.0%
hits_67.vortex 1.0 vortex-compact 113.93 MB 0 B 113.93 MB -100.0%
hits_68.vortex 1.0 vortex-compact 75.85 MB 0 B 75.85 MB -100.0%
hits_69.vortex 1.0 vortex-compact 80.82 MB 0 B 80.82 MB -100.0%
hits_7.vortex 1.0 vortex-compact 63.72 MB 0 B 63.72 MB -100.0%
hits_70.vortex 1.0 vortex-compact 61.16 MB 0 B 61.16 MB -100.0%
hits_71.vortex 1.0 vortex-compact 69.17 MB 0 B 69.17 MB -100.0%
hits_72.vortex 1.0 vortex-compact 51.60 MB 0 B 51.60 MB -100.0%
hits_73.vortex 1.0 vortex-compact 69.83 MB 0 B 69.83 MB -100.0%
hits_74.vortex 1.0 vortex-compact 71.46 MB 0 B 71.46 MB -100.0%
hits_75.vortex 1.0 vortex-compact 43.56 MB 0 B 43.56 MB -100.0%
hits_76.vortex 1.0 vortex-compact 76.27 MB 0 B 76.27 MB -100.0%
hits_77.vortex 1.0 vortex-compact 117.90 MB 0 B 117.90 MB -100.0%
hits_78.vortex 1.0 vortex-compact 97.80 MB 0 B 97.80 MB -100.0%
hits_79.vortex 1.0 vortex-compact 85.53 MB 0 B 85.53 MB -100.0%
hits_8.vortex 1.0 vortex-compact 62.81 MB 0 B 62.81 MB -100.0%
hits_80.vortex 1.0 vortex-compact 67.87 MB 0 B 67.87 MB -100.0%
hits_81.vortex 1.0 vortex-compact 65.33 MB 0 B 65.33 MB -100.0%
hits_82.vortex 1.0 vortex-compact 66.78 MB 0 B 66.78 MB -100.0%
hits_83.vortex 1.0 vortex-compact 52.39 MB 0 B 52.39 MB -100.0%
hits_84.vortex 1.0 vortex-compact 72.94 MB 0 B 72.94 MB -100.0%
hits_85.vortex 1.0 vortex-compact 52.53 MB 0 B 52.53 MB -100.0%
hits_86.vortex 1.0 vortex-compact 48.15 MB 0 B 48.15 MB -100.0%
hits_87.vortex 1.0 vortex-compact 118.81 MB 0 B 118.81 MB -100.0%
hits_88.vortex 1.0 vortex-compact 73.15 MB 0 B 73.15 MB -100.0%
hits_89.vortex 1.0 vortex-compact 112.70 MB 0 B 112.70 MB -100.0%
hits_9.vortex 1.0 vortex-compact 65.54 MB 0 B 65.54 MB -100.0%
hits_90.vortex 1.0 vortex-compact 82.51 MB 0 B 82.51 MB -100.0%
hits_91.vortex 1.0 vortex-compact 60.77 MB 0 B 60.77 MB -100.0%
hits_92.vortex 1.0 vortex-compact 94.11 MB 0 B 94.11 MB -100.0%
hits_93.vortex 1.0 vortex-compact 58.73 MB 0 B 58.73 MB -100.0%
hits_94.vortex 1.0 vortex-compact 90.48 MB 0 B 90.48 MB -100.0%
hits_95.vortex 1.0 vortex-compact 57.60 MB 0 B 57.60 MB -100.0%
hits_96.vortex 1.0 vortex-compact 90.92 MB 0 B 90.92 MB -100.0%
hits_97.vortex 1.0 vortex-compact 68.97 MB 0 B 68.97 MB -100.0%
hits_98.vortex 1.0 vortex-compact 72.60 MB 0 B 72.60 MB -100.0%
hits_99.vortex 1.0 vortex-compact 77.16 MB 0 B 77.16 MB -100.0%

Totals:

  • vortex-compact: 7.04 GB → 0 B (-100.0%)
  • vortex-file-compressed: 10.97 GB → 10.97 GB (+0.0%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: TPC-H SF=10 on NVME

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -1.4%
Engines: DataFusion No clear signal (-1.7%, low confidence) · DuckDB No clear signal (+0.7%, low confidence)
Vortex (geomean): 0.976x ➖
Parquet (geomean): 0.974x ➖
Shifts: Parquet (control) -2.6% · Median polish -3.7%

How to read Verdict and Engines
  • Verdict: Overall PR-level signal after subtracting baseline drift estimated from Parquet control rows. It can be Likely improvement, Likely regression, or No clear signal.
  • Engines: Per-engine attribution. DataFusion is compared against DataFusion/Parquet controls; DuckDB is compared against DuckDB/Parquet controls. This answers whether each engine improved or regressed independently.
  • Confidence: Based on directional consistency, share of rows above the noise floor, and control-run noise.

datafusion / vortex-file-compressed (0.955x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/datafusion:vortex-file-compressed 415390426 422913894 0.98
tpch_q02/datafusion:vortex-file-compressed 99942519 110820232 0.90
tpch_q03/datafusion:vortex-file-compressed 194206803 204702941 0.95
tpch_q04/datafusion:vortex-file-compressed 95211170 99569272 0.96
tpch_q05/datafusion:vortex-file-compressed 335925091 348942070 0.96
tpch_q06/datafusion:vortex-file-compressed 40739542 42002408 0.97
tpch_q07/datafusion:vortex-file-compressed 447540335 472330204 0.95
tpch_q08/datafusion:vortex-file-compressed 343364297 352427482 0.97
tpch_q09/datafusion:vortex-file-compressed 592182461 616107531 0.96
tpch_q10/datafusion:vortex-file-compressed 222327934 235108561 0.95
tpch_q11/datafusion:vortex-file-compressed 78304082 83057918 0.94
tpch_q12/datafusion:vortex-file-compressed 115750816 117492829 0.99
tpch_q13/datafusion:vortex-file-compressed 193008975 212556281 0.91
tpch_q14/datafusion:vortex-file-compressed 50720150 52283383 0.97
tpch_q15/datafusion:vortex-file-compressed 99931979 105229367 0.95
tpch_q16/datafusion:vortex-file-compressed 75646729 78184584 0.97
tpch_q17/datafusion:vortex-file-compressed 574068344 625421177 0.92
tpch_q18/datafusion:vortex-file-compressed 833136195 864392310 0.96
tpch_q19/datafusion:vortex-file-compressed 77560616 78669074 0.99
tpch_q20/datafusion:vortex-file-compressed 155506514 164303151 0.95
tpch_q21/datafusion:vortex-file-compressed 594164448 632173657 0.94
tpch_q22/datafusion:vortex-file-compressed 54952297 56152278 0.98
datafusion / parquet (0.958x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/datafusion:parquet 470614547 509856517 0.92
tpch_q02/datafusion:parquet 173783336 174988548 0.99
tpch_q03/datafusion:parquet 252017694 268015430 0.94
tpch_q04/datafusion:parquet 119256327 124520329 0.96
tpch_q05/datafusion:parquet 403273713 418916198 0.96
tpch_q06/datafusion:parquet 129064565 136421544 0.95
tpch_q07/datafusion:parquet 551732362 584306997 0.94
tpch_q08/datafusion:parquet 458657734 476425436 0.96
tpch_q09/datafusion:parquet 714446515 750243098 0.95
tpch_q10/datafusion:parquet 576795833 593224589 0.97
tpch_q11/datafusion:parquet 120934774 123330873 0.98
tpch_q12/datafusion:parquet 213253386 216514603 0.98
tpch_q13/datafusion:parquet 346650180 357873764 0.97
tpch_q14/datafusion:parquet 151566556 159309344 0.95
tpch_q15/datafusion:parquet 257150473 271242418 0.95
tpch_q16/datafusion:parquet 119524137 126591544 0.94
tpch_q17/datafusion:parquet 661365212 711261470 0.93
tpch_q18/datafusion:parquet 856485742 929859864 0.92
tpch_q19/datafusion:parquet 278862103 287859046 0.97
tpch_q20/datafusion:parquet 299167588 299432791 1.00
tpch_q21/datafusion:parquet 649503166 698167278 0.93
tpch_q22/datafusion:parquet 207080754 209189469 0.99
datafusion / arrow (0.928x ➖, 2↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/datafusion:arrow 684834842 724338595 0.95
tpch_q02/datafusion:arrow 108941869 114249798 0.95
tpch_q03/datafusion:arrow 493136535 515120049 0.96
tpch_q04/datafusion:arrow 353197825 372036113 0.95
tpch_q05/datafusion:arrow 730410426 762799298 0.96
tpch_q06/datafusion:arrow 319496198 340265101 0.94
tpch_q07/datafusion:arrow 1129067038 1206095065 0.94
tpch_q08/datafusion:arrow 930200230 1019206927 0.91
tpch_q09/datafusion:arrow 1068227188 1161977836 0.92
tpch_q10/datafusion:arrow 🚀 617739465 687337429 0.90
tpch_q11/datafusion:arrow 91268222 95608240 0.95
tpch_q12/datafusion:arrow 🚀 1004372469 1324242414 0.76
tpch_q13/datafusion:arrow 469414676 498059122 0.94
tpch_q14/datafusion:arrow 358774716 382400325 0.94
tpch_q15/datafusion:arrow 736189290 796568993 0.92
tpch_q16/datafusion:arrow 81778337 84605947 0.97
tpch_q17/datafusion:arrow 951446717 1017240109 0.94
tpch_q18/datafusion:arrow 1775150109 1948611559 0.91
tpch_q19/datafusion:arrow 536265606 575366408 0.93
tpch_q20/datafusion:arrow 496616868 540797042 0.92
tpch_q21/datafusion:arrow 3063056160 3206167619 0.96
tpch_q22/datafusion:arrow 79618994 84447240 0.94
duckdb / vortex-file-compressed (0.998x ➖, 0↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/duckdb:vortex-file-compressed 170874569 168014522 1.02
tpch_q02/duckdb:vortex-file-compressed 52351602 52684937 0.99
tpch_q03/duckdb:vortex-file-compressed 118800395 119150647 1.00
tpch_q04/duckdb:vortex-file-compressed 152502907 151201147 1.01
tpch_q05/duckdb:vortex-file-compressed 133332120 134440701 0.99
tpch_q06/duckdb:vortex-file-compressed 34718513 34702655 1.00
tpch_q07/duckdb:vortex-file-compressed 128583009 127512483 1.01
tpch_q08/duckdb:vortex-file-compressed 168125353 167767556 1.00
tpch_q09/duckdb:vortex-file-compressed 391528177 398179106 0.98
tpch_q10/duckdb:vortex-file-compressed 189973361 193844155 0.98
tpch_q11/duckdb:vortex-file-compressed 30935855 30571971 1.01
tpch_q12/duckdb:vortex-file-compressed 103893901 104545075 0.99
tpch_q13/duckdb:vortex-file-compressed 269242564 274149448 0.98
tpch_q14/duckdb:vortex-file-compressed 53022680 54265982 0.98
tpch_q15/duckdb:vortex-file-compressed 88541698 88261623 1.00
tpch_q16/duckdb:vortex-file-compressed 77948772 76626700 1.02
tpch_q17/duckdb:vortex-file-compressed 87338889 87690553 1.00
tpch_q18/duckdb:vortex-file-compressed 284035296 285567154 0.99
tpch_q19/duckdb:vortex-file-compressed 76118521 75129420 1.01
tpch_q20/duckdb:vortex-file-compressed 138360440 139610301 0.99
tpch_q21/duckdb:vortex-file-compressed 471303973 479549675 0.98
tpch_q22/duckdb:vortex-file-compressed 63223404 62210776 1.02
duckdb / parquet (0.991x ➖, 1↑ 0↓)
name PR 2908c46 (ns) base a649d75 (ns) ratio (PR/base)
tpch_q01/duckdb:parquet 263091004 267445512 0.98
tpch_q02/duckdb:parquet 97710203 103511142 0.94
tpch_q03/duckdb:parquet 209585014 207936002 1.01
tpch_q04/duckdb:parquet 134338850 134345386 1.00
tpch_q05/duckdb:parquet 222538151 228938919 0.97
tpch_q06/duckdb:parquet 73454611 74684213 0.98
tpch_q07/duckdb:parquet 185974261 185819152 1.00
tpch_q08/duckdb:parquet 263223615 264132449 1.00
tpch_q09/duckdb:parquet 472587036 467388487 1.01
tpch_q10/duckdb:parquet 621265800 618475744 1.00
tpch_q11/duckdb:parquet 🚀 63155073 70445160 0.90
tpch_q12/duckdb:parquet 129783896 130240833 1.00
tpch_q13/duckdb:parquet 452757987 453123518 1.00
tpch_q14/duckdb:parquet 178470654 177805952 1.00
tpch_q15/duckdb:parquet 105108127 103923420 1.01
tpch_q16/duckdb:parquet 164237097 164966162 1.00
tpch_q17/duckdb:parquet 180840806 181219194 1.00
tpch_q18/duckdb:parquet 360445006 362252122 1.00
tpch_q19/duckdb:parquet 283704260 281537127 1.01
tpch_q20/duckdb:parquet 230501640 223764851 1.03
tpch_q21/duckdb:parquet 547863594 560628916 0.98
tpch_q22/duckdb:parquet 293272516 295206409 0.99

File Size Changes (47 files changed, -44.5% overall, 12↑ 35↓)
File Scale Format Base HEAD Change %
orders_2.vortex 10.0 vortex-file-compressed 134.01 MB 135.07 MB +1.06 MB +0.8%
supplier_0.vortex 10.0 vortex-file-compressed 5.68 MB 5.72 MB +41.26 KB +0.7%
orders_1.vortex 10.0 vortex-file-compressed 134.57 MB 134.98 MB +421.01 KB +0.3%
part_1.vortex 10.0 vortex-file-compressed 24.70 MB 24.76 MB +65.52 KB +0.3%
lineitem_10.vortex 10.0 vortex-file-compressed 129.51 MB 129.72 MB +219.17 KB +0.2%
lineitem_6.vortex 10.0 vortex-file-compressed 129.37 MB 129.55 MB +184.04 KB +0.1%
lineitem_4.vortex 10.0 vortex-file-compressed 129.38 MB 129.42 MB +44.50 KB +0.0%
lineitem_12.vortex 10.0 vortex-file-compressed 129.48 MB 129.52 MB +33.01 KB +0.0%
lineitem_8.vortex 10.0 vortex-file-compressed 129.17 MB 129.19 MB +27.11 KB +0.0%
lineitem_3.vortex 10.0 vortex-file-compressed 129.34 MB 129.37 MB +21.45 KB +0.0%
partsupp_0.vortex 10.0 vortex-file-compressed 119.77 MB 119.77 MB +4.24 KB +0.0%
lineitem_1.vortex 10.0 vortex-file-compressed 129.30 MB 129.30 MB +2.69 KB +0.0%
lineitem_9.vortex 10.0 vortex-file-compressed 129.21 MB 129.20 MB 11.60 KB -0.0%
lineitem_7.vortex 10.0 vortex-file-compressed 129.28 MB 129.27 MB 16.39 KB -0.0%
lineitem_5.vortex 10.0 vortex-file-compressed 129.66 MB 129.64 MB 27.31 KB -0.0%
customer_0.vortex 10.0 vortex-file-compressed 88.53 MB 88.50 MB 28.48 KB -0.0%
partsupp_1.vortex 10.0 vortex-file-compressed 119.76 MB 119.70 MB 64.44 KB -0.1%
lineitem_0.vortex 10.0 vortex-file-compressed 129.43 MB 129.35 MB 88.71 KB -0.1%
lineitem_2.vortex 10.0 vortex-file-compressed 129.49 MB 129.36 MB 131.48 KB -0.1%
lineitem_11.vortex 10.0 vortex-file-compressed 129.35 MB 129.19 MB 166.77 KB -0.1%
part_0.vortex 10.0 vortex-file-compressed 24.93 MB 24.68 MB 249.36 KB -1.0%
orders_0.vortex 10.0 vortex-file-compressed 134.07 MB 132.67 MB 1.40 MB -1.0%
customer_0.vortex 10.0 vortex-compact 74.12 MB 0 B 74.12 MB -100.0%
duckdb.db 10.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
lineitem_0.vortex 10.0 vortex-compact 100.59 MB 0 B 100.59 MB -100.0%
lineitem_1.vortex 10.0 vortex-compact 100.64 MB 0 B 100.64 MB -100.0%
lineitem_10.vortex 10.0 vortex-compact 100.62 MB 0 B 100.62 MB -100.0%
lineitem_11.vortex 10.0 vortex-compact 100.53 MB 0 B 100.53 MB -100.0%
lineitem_12.vortex 10.0 vortex-compact 100.62 MB 0 B 100.62 MB -100.0%
lineitem_2.vortex 10.0 vortex-compact 100.59 MB 0 B 100.59 MB -100.0%
lineitem_3.vortex 10.0 vortex-compact 100.62 MB 0 B 100.62 MB -100.0%
lineitem_4.vortex 10.0 vortex-compact 100.55 MB 0 B 100.55 MB -100.0%
lineitem_5.vortex 10.0 vortex-compact 100.70 MB 0 B 100.70 MB -100.0%
lineitem_6.vortex 10.0 vortex-compact 100.68 MB 0 B 100.68 MB -100.0%
lineitem_7.vortex 10.0 vortex-compact 100.58 MB 0 B 100.58 MB -100.0%
lineitem_8.vortex 10.0 vortex-compact 100.59 MB 0 B 100.59 MB -100.0%
lineitem_9.vortex 10.0 vortex-compact 100.46 MB 0 B 100.46 MB -100.0%
nation_0.vortex 10.0 vortex-compact 8.18 KB 0 B 8.18 KB -100.0%
orders_0.vortex 10.0 vortex-compact 114.79 MB 0 B 114.79 MB -100.0%
orders_1.vortex 10.0 vortex-compact 114.76 MB 0 B 114.76 MB -100.0%
orders_2.vortex 10.0 vortex-compact 114.78 MB 0 B 114.78 MB -100.0%
part_0.vortex 10.0 vortex-compact 16.88 MB 0 B 16.88 MB -100.0%
part_1.vortex 10.0 vortex-compact 17.06 MB 0 B 17.06 MB -100.0%
partsupp_0.vortex 10.0 vortex-compact 105.29 MB 0 B 105.29 MB -100.0%
partsupp_1.vortex 10.0 vortex-compact 105.69 MB 0 B 105.69 MB -100.0%
region_0.vortex 10.0 vortex-compact 5.83 KB 0 B 5.83 KB -100.0%
supplier_0.vortex 10.0 vortex-compact 4.73 MB 0 B 4.73 MB -100.0%

Totals:

  • vortex-compact: 1.93 GB → 0 B (-100.0%)
  • vortex-file-compressed: 2.41 GB → 2.41 GB (-0.0%)

Comment thread vortex-array/src/scalar_fn/fns/like/pattern.rs

@AdamGS AdamGS left a comment

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.

code is a bit dense but I think it all makes sense?

robert3005 and others added 5 commits July 10, 2026 18:38
Replace the arrow-string backed LIKE executor with a native implementation
over canonical VarBinView arrays, dropping the arrow-string dependency from
vortex-array.

Patterns compile once into a LikePattern: wildcard-free patterns and
prefix/suffix/substring shapes use direct byte comparisons (memchr's SIMD
substring search for contains, ASCII case-insensitive variants for ILIKE
over ASCII data), everything else translates the SQL pattern to an anchored
regex over the value bytes, using the same translation as arrow-string so
semantics are unchanged. Non-constant pattern children reuse the previous
row's compiled pattern while the pattern bytes repeat.

Evaluation exploits the view layout: equality is a single masked 16-byte
compare for needles that fit inline, the prefix path rejects lanes with a
branch-free masked compare of the view's inline 4-byte prefix without
touching the data buffers, the suffix path slices exactly the trailing
needle bytes out of the view or its buffer, and contains/equality reject
on the view length before dereferencing.

Benchmarked against the previous arrow implementation (benches/like.rs,
64Ki strings, median): exact 100us -> 18us, prefix 144us -> 48us,
suffix 171us -> 105us, contains 876us -> 732us, regex 924us -> 744us,
ilike contains 2.52ms -> 2.03ms, per-row patterns 824us -> 565us.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Robert Kruszewski <github@robertk.io>
… flagged words

- Reduce the like benchmark input to 2Ki strings so every benchmark stays
  well under 1ms on CodSpeed's simulated runner (the worst case, ilike,
  measured 15.8ms at the previous size).
- Box the memmem::Finder inside LikePattern::Contains: the searcher is
  ~300 bytes and dominated the enum size (clippy::large_enum_variant).
- Bump the workspace regex pin to 1.12 so direct-minimal-versions agrees
  with datafusion's floor now that vortex-array depends on regex.
- Rename the "hel%" test patterns to "he%" (same matches on the test data)
  to satisfy the typos spell checker.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
@robert3005 robert3005 enabled auto-merge (squash) July 10, 2026 17:41
@robert3005 robert3005 merged commit d2b2378 into develop Jul 10, 2026
71 of 72 checks passed
@robert3005 robert3005 deleted the rk/native-like branch July 10, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants