Skip to content

WIP: Some DF fixes#8718

Draft
AdamGS wants to merge 1 commit into
developfrom
adamg/df-touchup
Draft

WIP: Some DF fixes#8718
AdamGS wants to merge 1 commit into
developfrom
adamg/df-touchup

Conversation

@AdamGS

@AdamGS AdamGS commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Rationale for this change

General improvements of the FileSource-based Apache DataFusion integration.

What changes are included in this PR?

  1. DF metrics are in use, so make better use of them both on reads and writes, which is a step towards having the same default observability that ParquetSource provides.
  2. Fix a subtle issue where a dynamic expression only references partition literals, which we currently don't handle correctly.
  3. Drop batch_size from the source, by default DataFusion splits the data coming out of DataScanExec nodes.

What APIs are changed? Are there any user-facing changes?

More metrics will be reported in DF, and batch size needs to be done through the DataSourceExec and FileScanConfig level.

Signed-off-by: Adam Gutglick <adam@spiraldb.com>
@AdamGS AdamGS added the action/benchmark-sql Trigger SQL benchmarks to run on this PR label 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
@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 028151b 1 Explore Profiling Data

Powered by Polar Signals Cloud

@AdamGS AdamGS changed the title Some DF fixes WIP: Some DF fixes Jul 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: PolarSignals Profiling

Vortex (geomean): 1.005x ➖

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.005x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
polarsignals_q00/datafusion:vortex-file-compressed 106732061 117467933 0.91
polarsignals_q01/datafusion:vortex-file-compressed 253508703 279807797 0.91
polarsignals_q02/datafusion:vortex-file-compressed 22882479 23750001 0.96
polarsignals_q03/datafusion:vortex-file-compressed 263466545 252658127 1.04
polarsignals_q04/datafusion:vortex-file-compressed 9888718 9233147 1.07
polarsignals_q05/datafusion:vortex-file-compressed 16029214 15157882 1.06
polarsignals_q06/datafusion:vortex-file-compressed 21655454 19738517 1.10
polarsignals_q07/datafusion:vortex-file-compressed 13592476 13326883 1.02
polarsignals_q08/datafusion:vortex-file-compressed 380736497 399425310 0.95
polarsignals_q09/datafusion:vortex-file-compressed 11767337 11177560 1.05

No file size changes detected.

@codspeed-hq

codspeed-hq Bot commented Jul 10, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

⚡ 4 improved benchmarks
❌ 2 regressed benchmarks
✅ 1624 untouched 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_into_canonical[(1000, 10)] 170 µs 206 µs -17.49%
Simulation compare_int_constant 268.4 µs 298.5 µs -10.08%
Simulation bitwise_not_vortex_buffer_mut[128] 273.6 ns 215.3 ns +27.1%
Simulation chunked_varbinview_canonical_into[(1000, 10)] 190.4 µs 154.6 µs +23.16%
Simulation bitwise_not_vortex_buffer_mut[1024] 333.9 ns 275.6 ns +21.17%
Simulation bitwise_not_vortex_buffer_mut[2048] 427.8 ns 369.4 ns +15.79%

Tip

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


Comparing adamg/df-touchup (028151b) with develop (d96e4ad)

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

Copy link
Copy Markdown
Contributor

Benchmarks: TPC-H SF=1 on NVME

Verdict: No clear signal (low confidence)
Attributed Vortex impact: +1.0%
Engines: DataFusion No clear signal (+1.2%, low confidence) · DuckDB No clear signal (+3.0%, low confidence)
Vortex (geomean): 1.048x ➖
Parquet (geomean): 1.004x ➖
Shifts: Parquet (control) +0.4% · Median polish +2.6%

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.040x ➖, 0↑ 1↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/datafusion:vortex-file-compressed 57840345 53677741 1.08
tpch_q02/datafusion:vortex-file-compressed 24415443 23352304 1.05
tpch_q03/datafusion:vortex-file-compressed 33315968 31918276 1.04
tpch_q04/datafusion:vortex-file-compressed 20132913 19780604 1.02
tpch_q05/datafusion:vortex-file-compressed 🚨 51173041 46421049 1.10
tpch_q06/datafusion:vortex-file-compressed 10440862 9891423 1.06
tpch_q07/datafusion:vortex-file-compressed 55173613 54685676 1.01
tpch_q08/datafusion:vortex-file-compressed 40629053 39048112 1.04
tpch_q09/datafusion:vortex-file-compressed 53812984 53566909 1.00
tpch_q10/datafusion:vortex-file-compressed 34831470 34132239 1.02
tpch_q11/datafusion:vortex-file-compressed 17913314 16879182 1.06
tpch_q12/datafusion:vortex-file-compressed 24229357 24044920 1.01
tpch_q13/datafusion:vortex-file-compressed 28567138 27882866 1.02
tpch_q14/datafusion:vortex-file-compressed 15726945 15235714 1.03
tpch_q15/datafusion:vortex-file-compressed 24193582 23280008 1.04
tpch_q16/datafusion:vortex-file-compressed 20491412 20485746 1.00
tpch_q17/datafusion:vortex-file-compressed 71152173 65291865 1.09
tpch_q18/datafusion:vortex-file-compressed 83101648 78721158 1.06
tpch_q19/datafusion:vortex-file-compressed 20186819 18581019 1.09
tpch_q20/datafusion:vortex-file-compressed 32062789 31099230 1.03
tpch_q21/datafusion:vortex-file-compressed 73306762 70361516 1.04
tpch_q22/datafusion:vortex-file-compressed 12646235 12679842 1.00
datafusion / parquet (0.983x ➖, 1↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/datafusion:parquet 136575427 138675192 0.98
tpch_q02/datafusion:parquet 63592581 64862578 0.98
tpch_q03/datafusion:parquet 86906363 87100222 1.00
tpch_q04/datafusion:parquet 48316003 50364785 0.96
tpch_q05/datafusion:parquet 92654445 99382532 0.93
tpch_q06/datafusion:parquet 39633988 39613658 1.00
tpch_q07/datafusion:parquet 111768272 109532017 1.02
tpch_q08/datafusion:parquet 97642476 103393400 0.94
tpch_q09/datafusion:parquet 123413399 127995307 0.96
tpch_q10/datafusion:parquet 122808510 121791099 1.01
tpch_q11/datafusion:parquet 43373270 43935961 0.99
tpch_q12/datafusion:parquet 74277288 80033022 0.93
tpch_q13/datafusion:parquet 213178683 203922640 1.05
tpch_q14/datafusion:parquet 47965352 47396705 1.01
tpch_q15/datafusion:parquet 65508137 64637833 1.01
tpch_q16/datafusion:parquet 46618206 48104288 0.97
tpch_q17/datafusion:parquet 🚀 146923807 164253597 0.89
tpch_q18/datafusion:parquet 158639340 159232490 1.00
tpch_q19/datafusion:parquet 72242522 76543235 0.94
tpch_q20/datafusion:parquet 76323790 73727610 1.04
tpch_q21/datafusion:parquet 144317525 145689047 0.99
tpch_q22/datafusion:parquet 46166755 45048147 1.02
datafusion / arrow (0.950x ➖, 6↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/datafusion:arrow 63192768 67331979 0.94
tpch_q02/datafusion:arrow 🚀 17367080 19589600 0.89
tpch_q03/datafusion:arrow 🚀 36631566 43635114 0.84
tpch_q04/datafusion:arrow 🚀 30712930 36040966 0.85
tpch_q05/datafusion:arrow 🚀 62919860 70047525 0.90
tpch_q06/datafusion:arrow 25357136 26178985 0.97
tpch_q07/datafusion:arrow 115381287 119383463 0.97
tpch_q08/datafusion:arrow 48887705 49144747 0.99
tpch_q09/datafusion:arrow 🚀 71337246 79273256 0.90
tpch_q10/datafusion:arrow 55390865 61014266 0.91
tpch_q11/datafusion:arrow 9834593 10366241 0.95
tpch_q12/datafusion:arrow 55333173 58309522 0.95
tpch_q13/datafusion:arrow 49370979 47156897 1.05
tpch_q14/datafusion:arrow 25532884 25790944 0.99
tpch_q15/datafusion:arrow 52231428 51407424 1.02
tpch_q16/datafusion:arrow 17206043 17708154 0.97
tpch_q17/datafusion:arrow 74066329 71501879 1.04
tpch_q18/datafusion:arrow 118002517 128626491 0.92
tpch_q19/datafusion:arrow 🚀 40295664 45180056 0.89
tpch_q20/datafusion:arrow 40442492 40967309 0.99
tpch_q21/datafusion:arrow 167388847 157577910 1.06
tpch_q22/datafusion:arrow 12810657 13068632 0.98
duckdb / vortex-file-compressed (1.057x ➖, 0↑ 1↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/duckdb:vortex-file-compressed 28737983 28290791 1.02
tpch_q02/duckdb:vortex-file-compressed 25891473 25029348 1.03
tpch_q03/duckdb:vortex-file-compressed 32495194 30492005 1.07
tpch_q04/duckdb:vortex-file-compressed 28308657 27460774 1.03
tpch_q05/duckdb:vortex-file-compressed 36412745 34722363 1.05
tpch_q06/duckdb:vortex-file-compressed 8851602 8358785 1.06
tpch_q07/duckdb:vortex-file-compressed 35418401 32863788 1.08
tpch_q08/duckdb:vortex-file-compressed 40345398 38614466 1.04
tpch_q09/duckdb:vortex-file-compressed 59282923 55094823 1.08
tpch_q10/duckdb:vortex-file-compressed 42578543 40659082 1.05
tpch_q11/duckdb:vortex-file-compressed 14618954 13371765 1.09
tpch_q12/duckdb:vortex-file-compressed 24029950 22889902 1.05
tpch_q13/duckdb:vortex-file-compressed 41360133 39254196 1.05
tpch_q14/duckdb:vortex-file-compressed 20890719 19377392 1.08
tpch_q15/duckdb:vortex-file-compressed 17119534 15789685 1.08
tpch_q16/duckdb:vortex-file-compressed 28152357 26825623 1.05
tpch_q17/duckdb:vortex-file-compressed 23907561 22706384 1.05
tpch_q18/duckdb:vortex-file-compressed 53786973 50510870 1.06
tpch_q19/duckdb:vortex-file-compressed 26900479 26490151 1.02
tpch_q20/duckdb:vortex-file-compressed 32877352 30829487 1.07
tpch_q21/duckdb:vortex-file-compressed 🚨 105504690 95627639 1.10
tpch_q22/duckdb:vortex-file-compressed 17361490 16513011 1.05
duckdb / parquet (1.026x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/duckdb:parquet 79663395 85925171 0.93
tpch_q02/duckdb:parquet 40796499 39519111 1.03
tpch_q03/duckdb:parquet 72250096 70047464 1.03
tpch_q04/duckdb:parquet 51036835 52891709 0.96
tpch_q05/duckdb:parquet 69690587 67869871 1.03
tpch_q06/duckdb:parquet 22906990 22343801 1.03
tpch_q07/duckdb:parquet 72267995 74592053 0.97
tpch_q08/duckdb:parquet 85339671 82371188 1.04
tpch_q09/duckdb:parquet 140386982 136319399 1.03
tpch_q10/duckdb:parquet 131631540 125137301 1.05
tpch_q11/duckdb:parquet 23410145 22241049 1.05
tpch_q12/duckdb:parquet 54651045 53534128 1.02
tpch_q13/duckdb:parquet 271973221 252771266 1.08
tpch_q14/duckdb:parquet 52549345 50568885 1.04
tpch_q15/duckdb:parquet 27081340 26011243 1.04
tpch_q16/duckdb:parquet 59958845 57844921 1.04
tpch_q17/duckdb:parquet 60324456 55272866 1.09
tpch_q18/duckdb:parquet 121114235 124167975 0.98
tpch_q19/duckdb:parquet 73648665 69046915 1.07
tpch_q20/duckdb:parquet 66992944 67601880 0.99
tpch_q21/duckdb:parquet 181498026 168859275 1.07
tpch_q22/duckdb:parquet 55486967 53537460 1.04

File Size Changes (17 files changed, -44.6% overall, 4↑ 13↓)
File Scale Format Base HEAD Change %
part_0.vortex 1.0 vortex-file-compressed 5.00 MB 5.01 MB +10.19 KB +0.2%
lineitem_0.vortex 1.0 vortex-file-compressed 82.17 MB 82.26 MB +91.19 KB +0.1%
partsupp_0.vortex 1.0 vortex-file-compressed 23.69 MB 23.69 MB +5.98 KB +0.0%
lineitem_1.vortex 1.0 vortex-file-compressed 81.99 MB 82.00 MB +688 B +0.0%
customer_0.vortex 1.0 vortex-file-compressed 8.89 MB 8.89 MB 9.08 KB -0.1%
supplier_0.vortex 1.0 vortex-file-compressed 603.65 KB 601.27 KB 2.38 KB -0.4%
orders_0.vortex 1.0 vortex-file-compressed 35.49 MB 34.72 MB 791.79 KB -2.2%
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.31 MB 0 B 3.31 MB -100.0%
partsupp_0.vortex 1.0 vortex-compact 20.91 MB 0 B 20.91 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.17 MB → 0 B (-100.0%)
  • vortex-file-compressed: 238.11 MB → 237.43 MB (-0.3%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: FineWeb NVMe

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -0.9%
Engines: DataFusion No clear signal (-0.6%, low confidence) · DuckDB No clear signal (-1.2%, low confidence)
Vortex (geomean): 0.975x ➖
Parquet (geomean): 0.984x ➖
Shifts: Parquet (control) -1.6% · Median polish -2.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.972x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/datafusion:vortex-file-compressed 5003702 5467034 0.92
fineweb_q01/datafusion:vortex-file-compressed 33593483 33705037 1.00
fineweb_q02/datafusion:vortex-file-compressed 37060294 40459671 0.92
fineweb_q03/datafusion:vortex-file-compressed 56851515 55461736 1.03
fineweb_q04/datafusion:vortex-file-compressed 269662836 283854514 0.95
fineweb_q05/datafusion:vortex-file-compressed 217351265 229773932 0.95
fineweb_q06/datafusion:vortex-file-compressed 52253598 50783461 1.03
fineweb_q07/datafusion:vortex-file-compressed 55252611 55343693 1.00
fineweb_q08/datafusion:vortex-file-compressed 21668264 22046115 0.98
datafusion / parquet (0.979x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/datafusion:parquet 6530239 6925002 0.94
fineweb_q01/datafusion:parquet 278415382 301442953 0.92
fineweb_q02/datafusion:parquet 290647198 301706011 0.96
fineweb_q03/datafusion:parquet 293130360 276972650 1.06
fineweb_q04/datafusion:parquet 308039731 308588673 1.00
fineweb_q05/datafusion:parquet 293315723 305379223 0.96
fineweb_q06/datafusion:parquet 286939595 289272756 0.99
fineweb_q07/datafusion:parquet 279072806 280750746 0.99
fineweb_q08/datafusion:parquet 273074438 278468606 0.98
duckdb / vortex-file-compressed (0.978x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/duckdb:vortex-file-compressed 3253946 3333277 0.98
fineweb_q01/duckdb:vortex-file-compressed 33064464 33111468 1.00
fineweb_q02/duckdb:vortex-file-compressed 39430756 39829122 0.99
fineweb_q03/duckdb:vortex-file-compressed 109689628 116344354 0.94
fineweb_q04/duckdb:vortex-file-compressed 263635730 270902572 0.97
fineweb_q05/duckdb:vortex-file-compressed 212435943 214773604 0.99
fineweb_q06/duckdb:vortex-file-compressed 50890601 52958065 0.96
fineweb_q07/duckdb:vortex-file-compressed 53924221 55685640 0.97
fineweb_q08/duckdb:vortex-file-compressed 21412802 21412997 1.00
duckdb / parquet (0.990x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/duckdb:parquet 31026470 32486295 0.96
fineweb_q01/duckdb:parquet 87645484 85683642 1.02
fineweb_q02/duckdb:parquet 84549505 84764850 1.00
fineweb_q03/duckdb:parquet 316114715 317278966 1.00
fineweb_q04/duckdb:parquet 444500778 447759722 0.99
fineweb_q05/duckdb:parquet 414160537 420340495 0.99
fineweb_q06/duckdb:parquet 203064514 206912766 0.98
fineweb_q07/duckdb:parquet 215169230 219558059 0.98
fineweb_q08/duckdb:parquet 32232666 32299270 1.00

File Size Changes (3 files changed, -46.4% overall, 0↑ 3↓)
File Scale Format Base HEAD Change %
sample.vortex 1.0 vortex-file-compressed 1.43 GB 1.43 GB 2.05 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: -1.1%
Engines: DataFusion No clear signal (-1.1%, low confidence) · DuckDB No clear signal (-1.2%, low confidence)
Vortex (geomean): 0.970x ➖
Parquet (geomean): 0.981x ➖
Shifts: Parquet (control) -1.9% · Median polish -2.1%

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.969x ➖, 1↑ 1↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpcds_q01/datafusion:vortex-file-compressed 21945396 23079711 0.95
tpcds_q02/datafusion:vortex-file-compressed 43848722 44449207 0.99
tpcds_q03/datafusion:vortex-file-compressed 14825710 15828136 0.94
tpcds_q04/datafusion:vortex-file-compressed 223509386 232371654 0.96
tpcds_q05/datafusion:vortex-file-compressed 42134038 43844996 0.96
tpcds_q06/datafusion:vortex-file-compressed 23274233 23331433 1.00
tpcds_q07/datafusion:vortex-file-compressed 40849734 43707865 0.93
tpcds_q08/datafusion:vortex-file-compressed 28788957 30253561 0.95
tpcds_q09/datafusion:vortex-file-compressed 31929509 32009220 1.00
tpcds_q10/datafusion:vortex-file-compressed 37197223 37913710 0.98
tpcds_q11/datafusion:vortex-file-compressed 125605223 130605476 0.96
tpcds_q12/datafusion:vortex-file-compressed 16815287 17590921 0.96
tpcds_q13/datafusion:vortex-file-compressed 41538124 42723850 0.97
tpcds_q14/datafusion:vortex-file-compressed 154495147 164636911 0.94
tpcds_q15/datafusion:vortex-file-compressed 25975120 26483026 0.98
tpcds_q16/datafusion:vortex-file-compressed 22931916 23627225 0.97
tpcds_q17/datafusion:vortex-file-compressed 59174432 60195732 0.98
tpcds_q18/datafusion:vortex-file-compressed 57605167 61269872 0.94
tpcds_q19/datafusion:vortex-file-compressed 21163266 22784119 0.93
tpcds_q20/datafusion:vortex-file-compressed 21041805 20455016 1.03
tpcds_q21/datafusion:vortex-file-compressed 35548508 37111536 0.96
tpcds_q22/datafusion:vortex-file-compressed 🚨 161132498 129693452 1.24
tpcds_q23/datafusion:vortex-file-compressed 157834294 147629596 1.07
tpcds_q24/datafusion:vortex-file-compressed 82749836 86940898 0.95
tpcds_q25/datafusion:vortex-file-compressed 62342389 64400086 0.97
tpcds_q26/datafusion:vortex-file-compressed 29867267 29970199 1.00
tpcds_q27/datafusion:vortex-file-compressed 91026995 96568181 0.94
tpcds_q28/datafusion:vortex-file-compressed 33022136 34681819 0.95
tpcds_q29/datafusion:vortex-file-compressed 59267280 59580716 0.99
tpcds_q30/datafusion:vortex-file-compressed 🚀 23040353 25836439 0.89
tpcds_q31/datafusion:vortex-file-compressed 69359420 71324265 0.97
tpcds_q32/datafusion:vortex-file-compressed 17948514 17936344 1.00
tpcds_q33/datafusion:vortex-file-compressed 28740064 29545523 0.97
tpcds_q34/datafusion:vortex-file-compressed 25523365 26054130 0.98
tpcds_q35/datafusion:vortex-file-compressed 44279902 44227808 1.00
tpcds_q36/datafusion:vortex-file-compressed 55511540 59697236 0.93
tpcds_q37/datafusion:vortex-file-compressed 20059390 20373382 0.98
tpcds_q38/datafusion:vortex-file-compressed 39595704 40388262 0.98
tpcds_q39/datafusion:vortex-file-compressed 104588499 111790362 0.94
tpcds_q40/datafusion:vortex-file-compressed 28496783 30074523 0.95
tpcds_q41/datafusion:vortex-file-compressed 19993676 20606283 0.97
tpcds_q42/datafusion:vortex-file-compressed 13562209 13691839 0.99
tpcds_q43/datafusion:vortex-file-compressed 18765899 19310519 0.97
tpcds_q44/datafusion:vortex-file-compressed 28668064 29652973 0.97
tpcds_q45/datafusion:vortex-file-compressed 25053905 25350506 0.99
tpcds_q46/datafusion:vortex-file-compressed 35544785 36197618 0.98
tpcds_q47/datafusion:vortex-file-compressed 139295519 141735596 0.98
tpcds_q48/datafusion:vortex-file-compressed 36182381 37364248 0.97
tpcds_q49/datafusion:vortex-file-compressed 56605971 57856690 0.98
tpcds_q50/datafusion:vortex-file-compressed 38225991 39191174 0.98
tpcds_q51/datafusion:vortex-file-compressed 86485988 91827961 0.94
tpcds_q52/datafusion:vortex-file-compressed 13428633 14793517 0.91
tpcds_q53/datafusion:vortex-file-compressed 21961730 23269132 0.94
tpcds_q54/datafusion:vortex-file-compressed 33542733 34947637 0.96
tpcds_q55/datafusion:vortex-file-compressed 13313224 13975331 0.95
tpcds_q56/datafusion:vortex-file-compressed 29723248 30596215 0.97
tpcds_q57/datafusion:vortex-file-compressed 87584598 90188064 0.97
tpcds_q58/datafusion:vortex-file-compressed 51607155 56341852 0.92
tpcds_q59/datafusion:vortex-file-compressed 60153344 60983224 0.99
tpcds_q60/datafusion:vortex-file-compressed 29075398 29687325 0.98
tpcds_q61/datafusion:vortex-file-compressed 39289810 41617783 0.94
tpcds_q62/datafusion:vortex-file-compressed 21217570 21389232 0.99
tpcds_q63/datafusion:vortex-file-compressed 21485204 22233453 0.97
tpcds_q64/datafusion:vortex-file-compressed 386602494 382342110 1.01
tpcds_q65/datafusion:vortex-file-compressed 50926667 51206692 0.99
tpcds_q66/datafusion:vortex-file-compressed 67576046 70228074 0.96
tpcds_q67/datafusion:vortex-file-compressed 151126785 156361185 0.97
tpcds_q68/datafusion:vortex-file-compressed 33603381 34343195 0.98
tpcds_q69/datafusion:vortex-file-compressed 34975222 36627359 0.95
tpcds_q70/datafusion:vortex-file-compressed 94711560 94756180 1.00
tpcds_q71/datafusion:vortex-file-compressed 22794631 24080683 0.95
tpcds_q72/datafusion:vortex-file-compressed 2057485764 2197489365 0.94
tpcds_q73/datafusion:vortex-file-compressed 23891055 24882835 0.96
tpcds_q74/datafusion:vortex-file-compressed 77716554 81309238 0.96
tpcds_q75/datafusion:vortex-file-compressed 108934810 109939696 0.99
tpcds_q76/datafusion:vortex-file-compressed 27317052 27510253 0.99
tpcds_q77/datafusion:vortex-file-compressed 35613348 37672886 0.95
tpcds_q78/datafusion:vortex-file-compressed 108550301 110201026 0.99
tpcds_q79/datafusion:vortex-file-compressed 29170791 30701439 0.95
tpcds_q80/datafusion:vortex-file-compressed 86297994 87751453 0.98
tpcds_q81/datafusion:vortex-file-compressed 24380736 24451106 1.00
tpcds_q82/datafusion:vortex-file-compressed 21273012 22322874 0.95
tpcds_q83/datafusion:vortex-file-compressed 34578998 35196864 0.98
tpcds_q84/datafusion:vortex-file-compressed 11471674 12418146 0.92
tpcds_q85/datafusion:vortex-file-compressed 83973812 91412979 0.92
tpcds_q86/datafusion:vortex-file-compressed 14664543 15180754 0.97
tpcds_q87/datafusion:vortex-file-compressed 39403204 40247147 0.98
tpcds_q88/datafusion:vortex-file-compressed 52786590 55454019 0.95
tpcds_q89/datafusion:vortex-file-compressed 25279178 25817615 0.98
tpcds_q90/datafusion:vortex-file-compressed 13194667 14423022 0.91
tpcds_q91/datafusion:vortex-file-compressed 17565706 18734701 0.94
tpcds_q92/datafusion:vortex-file-compressed 15657609 16602052 0.94
tpcds_q93/datafusion:vortex-file-compressed 31354743 33410845 0.94
tpcds_q94/datafusion:vortex-file-compressed 20960963 21198623 0.99
tpcds_q95/datafusion:vortex-file-compressed 54606087 57594860 0.95
tpcds_q96/datafusion:vortex-file-compressed 13492916 13004711 1.04
tpcds_q97/datafusion:vortex-file-compressed 28771892 29457958 0.98
tpcds_q98/datafusion:vortex-file-compressed 24003531 25507348 0.94
tpcds_q99/datafusion:vortex-file-compressed 25631708 25171368 1.02
datafusion / parquet (0.979x ➖, 4↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpcds_q01/datafusion:parquet 🚀 23760072 26458162 0.90
tpcds_q02/datafusion:parquet 41458012 44719262 0.93
tpcds_q03/datafusion:parquet 13180688 13925520 0.95
tpcds_q04/datafusion:parquet 293555625 301197688 0.97
tpcds_q05/datafusion:parquet 45724904 46421375 0.98
tpcds_q06/datafusion:parquet 23168335 22682260 1.02
tpcds_q07/datafusion:parquet 75360032 76160216 0.99
tpcds_q08/datafusion:parquet 30409141 29032009 1.05
tpcds_q09/datafusion:parquet 40880465 38341061 1.07
tpcds_q10/datafusion:parquet 70976980 70193270 1.01
tpcds_q11/datafusion:parquet 154677305 142815219 1.08
tpcds_q12/datafusion:parquet 18343454 17564056 1.04
tpcds_q13/datafusion:parquet 74004533 76868926 0.96
tpcds_q14/datafusion:parquet 160023725 158657783 1.01
tpcds_q15/datafusion:parquet 20555476 21964586 0.94
tpcds_q16/datafusion:parquet 27907577 28712966 0.97
tpcds_q17/datafusion:parquet 60756858 64130797 0.95
tpcds_q18/datafusion:parquet 108877541 113026954 0.96
tpcds_q19/datafusion:parquet 22615005 23160330 0.98
tpcds_q20/datafusion:parquet 17464387 17038394 1.03
tpcds_q21/datafusion:parquet 18443191 18415693 1.00
tpcds_q22/datafusion:parquet 🚀 148268689 172107022 0.86
tpcds_q23/datafusion:parquet 150633228 153993619 0.98
tpcds_q24/datafusion:parquet 88041852 88597086 0.99
tpcds_q25/datafusion:parquet 63504634 65844257 0.96
tpcds_q26/datafusion:parquet 63704915 63657649 1.00
tpcds_q27/datafusion:parquet 133387393 142054344 0.94
tpcds_q28/datafusion:parquet 44772103 43352195 1.03
tpcds_q29/datafusion:parquet 64282758 62120612 1.03
tpcds_q30/datafusion:parquet 32758999 33989595 0.96
tpcds_q31/datafusion:parquet 65503008 68210112 0.96
tpcds_q32/datafusion:parquet 16735040 16970459 0.99
tpcds_q33/datafusion:parquet 26655296 28209039 0.94
tpcds_q34/datafusion:parquet 23100116 23596455 0.98
tpcds_q35/datafusion:parquet 72617845 71433356 1.02
tpcds_q36/datafusion:parquet 57371931 58453452 0.98
tpcds_q37/datafusion:parquet 19206118 19667603 0.98
tpcds_q38/datafusion:parquet 39352903 41832968 0.94
tpcds_q39/datafusion:parquet 77655548 81489866 0.95
tpcds_q40/datafusion:parquet 24764721 24733286 1.00
tpcds_q41/datafusion:parquet 14625446 15392626 0.95
tpcds_q42/datafusion:parquet 11885028 12328381 0.96
tpcds_q43/datafusion:parquet 17017224 17868076 0.95
tpcds_q44/datafusion:parquet 34131799 32755840 1.04
tpcds_q45/datafusion:parquet 27516631 29222784 0.94
tpcds_q46/datafusion:parquet 32715361 33278782 0.98
tpcds_q47/datafusion:parquet 127215599 127705999 1.00
tpcds_q48/datafusion:parquet 69311022 70415829 0.98
tpcds_q49/datafusion:parquet 54531035 56393036 0.97
tpcds_q50/datafusion:parquet 42645411 42408902 1.01
tpcds_q51/datafusion:parquet 88195771 87356135 1.01
tpcds_q52/datafusion:parquet 12340947 12155994 1.02
tpcds_q53/datafusion:parquet 🚀 17735544 19923182 0.89
tpcds_q54/datafusion:parquet 32054226 33873352 0.95
tpcds_q55/datafusion:parquet 11278597 11561656 0.98
tpcds_q56/datafusion:parquet 27239339 28540364 0.95
tpcds_q57/datafusion:parquet 98988441 97218995 1.02
tpcds_q58/datafusion:parquet 55677158 57064135 0.98
tpcds_q59/datafusion:parquet 62381406 65321576 0.95
tpcds_q60/datafusion:parquet 27783789 28284332 0.98
tpcds_q61/datafusion:parquet 42440701 42197043 1.01
tpcds_q62/datafusion:parquet 24326818 24772475 0.98
tpcds_q63/datafusion:parquet 18900039 17772200 1.06
tpcds_q64/datafusion:parquet 286187422 312345945 0.92
tpcds_q65/datafusion:parquet 37377625 40236087 0.93
tpcds_q66/datafusion:parquet 69955824 70133910 1.00
tpcds_q67/datafusion:parquet 152971574 151940885 1.01
tpcds_q68/datafusion:parquet 31479580 31531943 1.00
tpcds_q69/datafusion:parquet 67039763 67420252 0.99
tpcds_q70/datafusion:parquet 35239269 34073618 1.03
tpcds_q71/datafusion:parquet 24565522 22410373 1.10
tpcds_q72/datafusion:parquet 585218408 592859631 0.99
tpcds_q73/datafusion:parquet 20219153 21562021 0.94
tpcds_q74/datafusion:parquet 80779015 83003518 0.97
tpcds_q75/datafusion:parquet 107707177 108077717 1.00
tpcds_q76/datafusion:parquet 30782394 30430285 1.01
tpcds_q77/datafusion:parquet 38773361 37996099 1.02
tpcds_q78/datafusion:parquet 111954493 113686606 0.98
tpcds_q79/datafusion:parquet 25976500 27386361 0.95
tpcds_q80/datafusion:parquet 72764918 75479597 0.96
tpcds_q81/datafusion:parquet 30165815 30421716 0.99
tpcds_q82/datafusion:parquet 18831402 19722832 0.95
tpcds_q83/datafusion:parquet 40216785 41322366 0.97
tpcds_q84/datafusion:parquet 39395646 40682072 0.97
tpcds_q85/datafusion:parquet 144493761 146828862 0.98
tpcds_q86/datafusion:parquet 15715177 14749462 1.07
tpcds_q87/datafusion:parquet 43340852 44027486 0.98
tpcds_q88/datafusion:parquet 59934214 60920252 0.98
tpcds_q89/datafusion:parquet 21549061 23095375 0.93
tpcds_q90/datafusion:parquet 14288946 14700399 0.97
tpcds_q91/datafusion:parquet 56619513 60496406 0.94
tpcds_q92/datafusion:parquet 17254818 17218522 1.00
tpcds_q93/datafusion:parquet 29866860 30625748 0.98
tpcds_q94/datafusion:parquet 20693186 20604885 1.00
tpcds_q95/datafusion:parquet 60180771 62139376 0.97
tpcds_q96/datafusion:parquet 🚀 11103992 14599094 0.76
tpcds_q97/datafusion:parquet 30558632 29672168 1.03
tpcds_q98/datafusion:parquet 20949556 21744623 0.96
tpcds_q99/datafusion:parquet 25778143 26918746 0.96
duckdb / vortex-file-compressed (0.971x ➖, 6↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpcds_q01/duckdb:vortex-file-compressed 21675815 22345583 0.97
tpcds_q02/duckdb:vortex-file-compressed 21852955 22195430 0.98
tpcds_q03/duckdb:vortex-file-compressed 18495894 19136991 0.97
tpcds_q04/duckdb:vortex-file-compressed 88922377 94145676 0.94
tpcds_q05/duckdb:vortex-file-compressed 33566757 34059112 0.99
tpcds_q06/duckdb:vortex-file-compressed 33939418 34501465 0.98
tpcds_q07/duckdb:vortex-file-compressed 28220698 29418563 0.96
tpcds_q08/duckdb:vortex-file-compressed 26003462 26819769 0.97
tpcds_q09/duckdb:vortex-file-compressed 15863316 16305018 0.97
tpcds_q10/duckdb:vortex-file-compressed 39918921 40187689 0.99
tpcds_q11/duckdb:vortex-file-compressed 73956044 72419076 1.02
tpcds_q12/duckdb:vortex-file-compressed 15296137 16351697 0.94
tpcds_q13/duckdb:vortex-file-compressed 35616554 35673399 1.00
tpcds_q14/duckdb:vortex-file-compressed 101172816 103596433 0.98
tpcds_q15/duckdb:vortex-file-compressed 26783356 28683083 0.93
tpcds_q16/duckdb:vortex-file-compressed 22619472 23364772 0.97
tpcds_q17/duckdb:vortex-file-compressed 47367580 48925838 0.97
tpcds_q18/duckdb:vortex-file-compressed 38771281 40932778 0.95
tpcds_q19/duckdb:vortex-file-compressed 🚀 33552318 37550960 0.89
tpcds_q20/duckdb:vortex-file-compressed 15989964 16498653 0.97
tpcds_q21/duckdb:vortex-file-compressed 15881033 16823054 0.94
tpcds_q22/duckdb:vortex-file-compressed 70017681 73094725 0.96
tpcds_q23/duckdb:vortex-file-compressed 85177533 87347651 0.98
tpcds_q24/duckdb:vortex-file-compressed 43261031 46092769 0.94
tpcds_q25/duckdb:vortex-file-compressed 35765542 38455777 0.93
tpcds_q26/duckdb:vortex-file-compressed 18853438 18934800 1.00
tpcds_q27/duckdb:vortex-file-compressed 28751174 29286649 0.98
tpcds_q28/duckdb:vortex-file-compressed 11590312 11890479 0.97
tpcds_q29/duckdb:vortex-file-compressed 44246883 46419138 0.95
tpcds_q30/duckdb:vortex-file-compressed 🚀 24905013 28083561 0.89
tpcds_q31/duckdb:vortex-file-compressed 32249741 34477474 0.94
tpcds_q32/duckdb:vortex-file-compressed 12907229 13348455 0.97
tpcds_q33/duckdb:vortex-file-compressed 25840405 25413019 1.02
tpcds_q34/duckdb:vortex-file-compressed 26899594 27713960 0.97
tpcds_q35/duckdb:vortex-file-compressed 66314333 69212532 0.96
tpcds_q36/duckdb:vortex-file-compressed 25359100 25960185 0.98
tpcds_q37/duckdb:vortex-file-compressed 19336058 19642394 0.98
tpcds_q38/duckdb:vortex-file-compressed 🚀 35181002 40506584 0.87
tpcds_q39/duckdb:vortex-file-compressed 28156451 28386763 0.99
tpcds_q40/duckdb:vortex-file-compressed 18133994 17827510 1.02
tpcds_q41/duckdb:vortex-file-compressed 12178343 12543180 0.97
tpcds_q42/duckdb:vortex-file-compressed 15630529 15917974 0.98
tpcds_q43/duckdb:vortex-file-compressed 17257871 18146585 0.95
tpcds_q44/duckdb:vortex-file-compressed 20965786 23047169 0.91
tpcds_q45/duckdb:vortex-file-compressed 29738600 31090949 0.96
tpcds_q46/duckdb:vortex-file-compressed 32275880 32143921 1.00
tpcds_q47/duckdb:vortex-file-compressed 52371613 52917707 0.99
tpcds_q48/duckdb:vortex-file-compressed 30708890 32200356 0.95
tpcds_q49/duckdb:vortex-file-compressed 37824816 35861629 1.05
tpcds_q50/duckdb:vortex-file-compressed 27413444 27443020 1.00
tpcds_q51/duckdb:vortex-file-compressed 104794527 106575953 0.98
tpcds_q52/duckdb:vortex-file-compressed 15680335 14919339 1.05
tpcds_q53/duckdb:vortex-file-compressed 23614478 23893802 0.99
tpcds_q54/duckdb:vortex-file-compressed 28708993 29631967 0.97
tpcds_q55/duckdb:vortex-file-compressed 14073967 14893874 0.94
tpcds_q56/duckdb:vortex-file-compressed 27211213 28707503 0.95
tpcds_q57/duckdb:vortex-file-compressed 36686639 35426219 1.04
tpcds_q58/duckdb:vortex-file-compressed 30778703 29102288 1.06
tpcds_q59/duckdb:vortex-file-compressed 38810908 39220876 0.99
tpcds_q60/duckdb:vortex-file-compressed 26118362 26847396 0.97
tpcds_q61/duckdb:vortex-file-compressed 31718987 32067886 0.99
tpcds_q62/duckdb:vortex-file-compressed 14793647 15101884 0.98
tpcds_q63/duckdb:vortex-file-compressed 20957156 22117713 0.95
tpcds_q64/duckdb:vortex-file-compressed 95942017 99197893 0.97
tpcds_q65/duckdb:vortex-file-compressed 23832903 22934112 1.04
tpcds_q66/duckdb:vortex-file-compressed 28793077 29969786 0.96
tpcds_q67/duckdb:vortex-file-compressed 137557602 143281427 0.96
tpcds_q68/duckdb:vortex-file-compressed 🚀 32744195 37608473 0.87
tpcds_q69/duckdb:vortex-file-compressed 41241976 41824763 0.99
tpcds_q70/duckdb:vortex-file-compressed 31762082 33003775 0.96
tpcds_q71/duckdb:vortex-file-compressed 22583480 23002914 0.98
tpcds_q72/duckdb:vortex-file-compressed 147594233 151230494 0.98
tpcds_q73/duckdb:vortex-file-compressed 27775599 28974080 0.96
tpcds_q74/duckdb:vortex-file-compressed 45595444 46500812 0.98
tpcds_q75/duckdb:vortex-file-compressed 48966165 49445327 0.99
tpcds_q76/duckdb:vortex-file-compressed 23051948 21422378 1.08
tpcds_q77/duckdb:vortex-file-compressed 25901482 25584152 1.01
tpcds_q78/duckdb:vortex-file-compressed 64261382 67715465 0.95
tpcds_q79/duckdb:vortex-file-compressed 28213724 27138261 1.04
tpcds_q80/duckdb:vortex-file-compressed 47010984 49068723 0.96
tpcds_q81/duckdb:vortex-file-compressed 28369522 30010720 0.95
tpcds_q82/duckdb:vortex-file-compressed 45808216 46137642 0.99
tpcds_q83/duckdb:vortex-file-compressed 27157761 27799213 0.98
tpcds_q84/duckdb:vortex-file-compressed 16393402 17246035 0.95
tpcds_q85/duckdb:vortex-file-compressed 42771106 43915822 0.97
tpcds_q86/duckdb:vortex-file-compressed 16225231 16600659 0.98
tpcds_q87/duckdb:vortex-file-compressed 🚀 38116895 43077962 0.88
tpcds_q88/duckdb:vortex-file-compressed 58303666 60260431 0.97
tpcds_q89/duckdb:vortex-file-compressed 23576402 24105206 0.98
tpcds_q90/duckdb:vortex-file-compressed 10600752 10998492 0.96
tpcds_q91/duckdb:vortex-file-compressed 21472911 22341850 0.96
tpcds_q92/duckdb:vortex-file-compressed 18186076 17961461 1.01
tpcds_q93/duckdb:vortex-file-compressed 28173073 28444649 0.99
tpcds_q94/duckdb:vortex-file-compressed 21523562 22574877 0.95
tpcds_q95/duckdb:vortex-file-compressed 122988504 124013022 0.99
tpcds_q96/duckdb:vortex-file-compressed 14203473 13918998 1.02
tpcds_q97/duckdb:vortex-file-compressed 🚀 35238904 39715902 0.89
tpcds_q98/duckdb:vortex-file-compressed 19293164 19927959 0.97
tpcds_q99/duckdb:vortex-file-compressed 17916072 18831798 0.95
duckdb / parquet (0.983x ➖, 1↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpcds_q01/duckdb:parquet 28411033 29603215 0.96
tpcds_q02/duckdb:parquet 24215327 24574751 0.99
tpcds_q03/duckdb:parquet 12920930 13129171 0.98
tpcds_q04/duckdb:parquet 171624738 173469399 0.99
tpcds_q05/duckdb:parquet 31562254 32553461 0.97
tpcds_q06/duckdb:parquet 34129209 34308609 0.99
tpcds_q07/duckdb:parquet 24195185 24224915 1.00
tpcds_q08/duckdb:parquet 30050025 30068940 1.00
tpcds_q09/duckdb:parquet 43963547 44399064 0.99
tpcds_q10/duckdb:parquet 36974327 39076587 0.95
tpcds_q11/duckdb:parquet 86576379 89503132 0.97
tpcds_q12/duckdb:parquet 17009182 17340993 0.98
tpcds_q13/duckdb:parquet 35070970 35354737 0.99
tpcds_q14/duckdb:parquet 102820344 102658992 1.00
tpcds_q15/duckdb:parquet 30738066 31296747 0.98
tpcds_q16/duckdb:parquet 22657124 23659819 0.96
tpcds_q17/duckdb:parquet 40115659 39284005 1.02
tpcds_q18/duckdb:parquet 48658154 49105633 0.99
tpcds_q19/duckdb:parquet 31312857 32219853 0.97
tpcds_q20/duckdb:parquet 18462482 19055069 0.97
tpcds_q21/duckdb:parquet 11702713 12108149 0.97
tpcds_q22/duckdb:parquet 70834229 70370636 1.01
tpcds_q23/duckdb:parquet 82544975 83006158 0.99
tpcds_q24/duckdb:parquet 46553363 46969254 0.99
tpcds_q25/duckdb:parquet 35589979 35963917 0.99
tpcds_q26/duckdb:parquet 39305698 39510980 0.99
tpcds_q27/duckdb:parquet 52620731 53535433 0.98
tpcds_q28/duckdb:parquet 43478071 42736303 1.02
tpcds_q29/duckdb:parquet 39201634 40805970 0.96
tpcds_q30/duckdb:parquet 37751969 38330275 0.98
tpcds_q31/duckdb:parquet 27957556 27265022 1.03
tpcds_q32/duckdb:parquet 12927161 12952051 1.00
tpcds_q33/duckdb:parquet 23652330 23325516 1.01
tpcds_q34/duckdb:parquet 22914325 24521549 0.93
tpcds_q35/duckdb:parquet 63548708 63763506 1.00
tpcds_q36/duckdb:parquet 22606663 22862256 0.99
tpcds_q37/duckdb:parquet 14329977 14687432 0.98
tpcds_q38/duckdb:parquet 39244642 36746506 1.07
tpcds_q39/duckdb:parquet 31831149 32610627 0.98
tpcds_q40/duckdb:parquet 19477063 19792965 0.98
tpcds_q41/duckdb:parquet 8659237 9022648 0.96
tpcds_q42/duckdb:parquet 12737318 13151197 0.97
tpcds_q43/duckdb:parquet 18854143 18515057 1.02
tpcds_q44/duckdb:parquet 26643617 26245569 1.02
tpcds_q45/duckdb:parquet 28633587 28437203 1.01
tpcds_q46/duckdb:parquet 47821205 47565150 1.01
tpcds_q47/duckdb:parquet 49484676 50373953 0.98
tpcds_q48/duckdb:parquet 32306672 32589548 0.99
tpcds_q49/duckdb:parquet 28021498 28965567 0.97
tpcds_q50/duckdb:parquet 25846743 26294566 0.98
tpcds_q51/duckdb:parquet 103795829 110505106 0.94
tpcds_q52/duckdb:parquet 🚀 12444271 14678556 0.85
tpcds_q53/duckdb:parquet 19238870 19673794 0.98
tpcds_q54/duckdb:parquet 28435311 29423808 0.97
tpcds_q55/duckdb:parquet 12750836 13368760 0.95
tpcds_q56/duckdb:parquet 22999374 24343468 0.94
tpcds_q57/duckdb:parquet 37749554 38984276 0.97
tpcds_q58/duckdb:parquet 26383266 27151772 0.97
tpcds_q59/duckdb:parquet 35801046 36714725 0.98
tpcds_q60/duckdb:parquet 24836230 25632080 0.97
tpcds_q61/duckdb:parquet 33942007 35796980 0.95
tpcds_q62/duckdb:parquet 12572711 12913202 0.97
tpcds_q63/duckdb:parquet 17653413 17764397 0.99
tpcds_q64/duckdb:parquet 75187716 81971610 0.92
tpcds_q65/duckdb:parquet 22694477 22978443 0.99
tpcds_q66/duckdb:parquet 29180028 29729262 0.98
tpcds_q67/duckdb:parquet 138568682 139198744 1.00
tpcds_q68/duckdb:parquet 38423851 39050992 0.98
tpcds_q69/duckdb:parquet 38837685 38555195 1.01
tpcds_q70/duckdb:parquet 23411795 23198408 1.01
tpcds_q71/duckdb:parquet 23067648 24109240 0.96
tpcds_q72/duckdb:parquet 167228034 168274938 0.99
tpcds_q73/duckdb:parquet 21044106 20989785 1.00
tpcds_q74/duckdb:parquet 127122689 128517354 0.99
tpcds_q75/duckdb:parquet 58921806 58166331 1.01
tpcds_q76/duckdb:parquet 22090183 21777126 1.01
tpcds_q77/duckdb:parquet 25047324 25883257 0.97
tpcds_q78/duckdb:parquet 76679272 77656525 0.99
tpcds_q79/duckdb:parquet 30462460 30276383 1.01
tpcds_q80/duckdb:parquet 42959545 43277005 0.99
tpcds_q81/duckdb:parquet 35088920 35438561 0.99
tpcds_q82/duckdb:parquet 16292193 17249309 0.94
tpcds_q83/duckdb:parquet 18159654 18769290 0.97
tpcds_q84/duckdb:parquet 21675115 21711923 1.00
tpcds_q85/duckdb:parquet 41466617 42216883 0.98
tpcds_q86/duckdb:parquet 13520015 14107294 0.96
tpcds_q87/duckdb:parquet 39508858 39379272 1.00
tpcds_q88/duckdb:parquet 54108204 53241453 1.02
tpcds_q89/duckdb:parquet 21331661 22215373 0.96
tpcds_q90/duckdb:parquet 8454356 8558052 0.99
tpcds_q91/duckdb:parquet 25576291 25877646 0.99
tpcds_q92/duckdb:parquet 12813688 13317608 0.96
tpcds_q93/duckdb:parquet 31587731 31876880 0.99
tpcds_q94/duckdb:parquet 17983449 18525920 0.97
tpcds_q95/duckdb:parquet 135154537 130802821 1.03
tpcds_q96/duckdb:parquet 10555088 10829001 0.97
tpcds_q97/duckdb:parquet 38857414 38582848 1.01
tpcds_q98/duckdb:parquet 24406140 25249243 0.97
tpcds_q99/duckdb:parquet 20585830 20190240 1.02

File Size Changes (30 files changed, -43.4% overall, 2↑ 28↓)
File Scale Format Base HEAD Change %
time_dim.vortex 1.0 vortex-file-compressed 380.61 KB 433.76 KB +53.15 KB +14.0%
customer.vortex 1.0 vortex-file-compressed 4.27 MB 4.27 MB +552 B +0.0%
catalog_page.vortex 1.0 vortex-file-compressed 565.38 KB 565.16 KB 224 B -0.0%
customer_address.vortex 1.0 vortex-file-compressed 829.44 KB 828.84 KB 616 B -0.1%
item.vortex 1.0 vortex-file-compressed 1.64 MB 1.63 MB 1.45 KB -0.1%
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.54 KB 0 B 993.54 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: 270.00 MB → 270.05 MB (+0.0%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: Clickbench Sorted on NVME

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -9.7%
Engines: DataFusion No clear signal (-6.6%, low confidence) · DuckDB No clear signal (-12.7%, low confidence)
Vortex (geomean): 0.859x ✅
Parquet (geomean): 0.952x ➖
Shifts: Parquet (control) -4.8% · Median polish -8.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.871x ✅, 8↑ 1↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench-sorted_q23/datafusion:vortex-file-compressed 🚨 507924917 424052356 1.20
clickbench-sorted_q24/datafusion:vortex-file-compressed 🚀 21217364 30838087 0.69
clickbench-sorted_q26/datafusion:vortex-file-compressed 🚀 22012651 25695281 0.86
clickbench-sorted_q36/datafusion:vortex-file-compressed 61519741 66017639 0.93
clickbench-sorted_q37/datafusion:vortex-file-compressed 🚀 44430844 49788169 0.89
clickbench-sorted_q38/datafusion:vortex-file-compressed 🚀 43569096 49302323 0.88
clickbench-sorted_q39/datafusion:vortex-file-compressed 🚀 115796232 131063768 0.88
clickbench-sorted_q40/datafusion:vortex-file-compressed 🚀 19366307 22384024 0.87
clickbench-sorted_q41/datafusion:vortex-file-compressed 🚀 19027455 25900883 0.73
clickbench-sorted_q42/datafusion:vortex-file-compressed 🚀 13770597 15918464 0.87
datafusion / parquet (0.933x ➖, 3↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench-sorted_q23/datafusion:parquet 🚀 4626067330 5298312302 0.87
clickbench-sorted_q24/datafusion:parquet 28384578 29569064 0.96
clickbench-sorted_q26/datafusion:parquet 28925962 30051689 0.96
clickbench-sorted_q36/datafusion:parquet 181828924 187941142 0.97
clickbench-sorted_q37/datafusion:parquet 111694910 118028451 0.95
clickbench-sorted_q38/datafusion:parquet 164291998 172718417 0.95
clickbench-sorted_q39/datafusion:parquet 292403069 312831671 0.93
clickbench-sorted_q40/datafusion:parquet 🚀 65069749 72654339 0.90
clickbench-sorted_q41/datafusion:parquet 61247160 63524047 0.96
clickbench-sorted_q42/datafusion:parquet 🚀 28827460 32690244 0.88
duckdb / vortex-file-compressed (0.848x ✅, 5↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench-sorted_q23/duckdb:vortex-file-compressed 🚀 140855471 230854107 0.61
clickbench-sorted_q24/duckdb:vortex-file-compressed 🚀 20329724 31992701 0.64
clickbench-sorted_q26/duckdb:vortex-file-compressed 🚀 33504423 53295032 0.63
clickbench-sorted_q36/duckdb:vortex-file-compressed 59725136 65545199 0.91
clickbench-sorted_q37/duckdb:vortex-file-compressed 🚀 45295442 50622576 0.89
clickbench-sorted_q38/duckdb:vortex-file-compressed 54212360 54166159 1.00
clickbench-sorted_q39/duckdb:vortex-file-compressed 🚀 111776928 124526413 0.90
clickbench-sorted_q40/duckdb:vortex-file-compressed 29903833 28655784 1.04
clickbench-sorted_q41/duckdb:vortex-file-compressed 27445001 27007602 1.02
clickbench-sorted_q42/duckdb:vortex-file-compressed 24029830 23767836 1.01
duckdb / parquet (0.971x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench-sorted_q23/duckdb:parquet 198080085 197366460 1.00
clickbench-sorted_q24/duckdb:parquet 29050952 29346074 0.99
clickbench-sorted_q26/duckdb:parquet 23784981 24586818 0.97
clickbench-sorted_q36/duckdb:parquet 108449776 113096281 0.96
clickbench-sorted_q37/duckdb:parquet 92494867 94978288 0.97
clickbench-sorted_q38/duckdb:parquet 93403148 101743590 0.92
clickbench-sorted_q39/duckdb:parquet 177033676 189980965 0.93
clickbench-sorted_q40/duckdb:parquet 40365520 43185519 0.93
clickbench-sorted_q41/duckdb:parquet 40731052 41505656 0.98
clickbench-sorted_q42/duckdb:parquet 30234099 28512100 1.06

File Size Changes (201 files changed, -42.6% overall, 47↑ 154↓)
File Scale Format Base HEAD Change %
hits_001.vortex 1.0 vortex-file-compressed 188.11 MB 191.80 MB +3.69 MB +2.0%
hits_024.vortex 1.0 vortex-file-compressed 158.59 MB 160.21 MB +1.62 MB +1.0%
hits_064.vortex 1.0 vortex-file-compressed 190.00 MB 191.64 MB +1.64 MB +0.9%
hits_092.vortex 1.0 vortex-file-compressed 197.23 MB 198.77 MB +1.54 MB +0.8%
hits_061.vortex 1.0 vortex-file-compressed 159.00 MB 160.10 MB +1.10 MB +0.7%
hits_007.vortex 1.0 vortex-file-compressed 198.17 MB 199.24 MB +1.07 MB +0.5%
hits_017.vortex 1.0 vortex-file-compressed 146.18 MB 146.94 MB +777.10 KB +0.5%
hits_045.vortex 1.0 vortex-file-compressed 139.50 MB 140.13 MB +648.87 KB +0.5%
hits_085.vortex 1.0 vortex-file-compressed 198.01 MB 198.86 MB +870.53 KB +0.4%
hits_087.vortex 1.0 vortex-file-compressed 160.12 MB 160.73 MB +623.68 KB +0.4%
hits_033.vortex 1.0 vortex-file-compressed 198.51 MB 199.24 MB +742.37 KB +0.4%
hits_040.vortex 1.0 vortex-file-compressed 142.74 MB 143.24 MB +512.10 KB +0.4%
hits_066.vortex 1.0 vortex-file-compressed 162.34 MB 162.88 MB +549.20 KB +0.3%
hits_035.vortex 1.0 vortex-file-compressed 102.19 MB 102.52 MB +341.95 KB +0.3%
hits_036.vortex 1.0 vortex-file-compressed 170.64 MB 170.96 MB +325.01 KB +0.2%
hits_048.vortex 1.0 vortex-file-compressed 198.58 MB 198.95 MB +370.16 KB +0.2%
hits_046.vortex 1.0 vortex-file-compressed 100.90 MB 101.07 MB +177.04 KB +0.2%
hits_079.vortex 1.0 vortex-file-compressed 179.81 MB 180.07 MB +268.83 KB +0.1%
hits_093.vortex 1.0 vortex-file-compressed 131.09 MB 131.28 MB +194.78 KB +0.1%
hits_084.vortex 1.0 vortex-file-compressed 153.90 MB 154.11 MB +215.00 KB +0.1%
hits_090.vortex 1.0 vortex-file-compressed 191.37 MB 191.61 MB +243.34 KB +0.1%
hits_006.vortex 1.0 vortex-file-compressed 125.70 MB 125.85 MB +156.24 KB +0.1%
hits_082.vortex 1.0 vortex-file-compressed 139.97 MB 140.14 MB +172.18 KB +0.1%
hits_056.vortex 1.0 vortex-file-compressed 135.04 MB 135.19 MB +155.16 KB +0.1%
hits_059.vortex 1.0 vortex-file-compressed 197.93 MB 198.14 MB +224.23 KB +0.1%
hits_055.vortex 1.0 vortex-file-compressed 198.78 MB 198.99 MB +220.52 KB +0.1%
hits_009.vortex 1.0 vortex-file-compressed 100.88 MB 100.98 MB +103.80 KB +0.1%
hits_070.vortex 1.0 vortex-file-compressed 198.95 MB 199.14 MB +194.34 KB +0.1%
hits_025.vortex 1.0 vortex-file-compressed 171.26 MB 171.41 MB +145.16 KB +0.1%
hits_020.vortex 1.0 vortex-file-compressed 159.60 MB 159.70 MB +107.81 KB +0.1%
hits_047.vortex 1.0 vortex-file-compressed 153.81 MB 153.91 MB +99.86 KB +0.1%
hits_076.vortex 1.0 vortex-file-compressed 160.13 MB 160.22 MB +94.47 KB +0.1%
hits_049.vortex 1.0 vortex-file-compressed 190.42 MB 190.52 MB +97.43 KB +0.0%
hits_003.vortex 1.0 vortex-file-compressed 135.88 MB 135.94 MB +64.76 KB +0.0%
hits_097.vortex 1.0 vortex-file-compressed 191.81 MB 191.90 MB +90.75 KB +0.0%
hits_022.vortex 1.0 vortex-file-compressed 198.08 MB 198.17 MB +89.54 KB +0.0%
hits_039.vortex 1.0 vortex-file-compressed 160.40 MB 160.47 MB +69.65 KB +0.0%
hits_026.vortex 1.0 vortex-file-compressed 130.80 MB 130.85 MB +51.71 KB +0.0%
hits_094.vortex 1.0 vortex-file-compressed 157.66 MB 157.72 MB +60.45 KB +0.0%
hits_043.vortex 1.0 vortex-file-compressed 125.92 MB 125.95 MB +31.23 KB +0.0%
hits_074.vortex 1.0 vortex-file-compressed 198.24 MB 198.29 MB +47.77 KB +0.0%
hits_029.vortex 1.0 vortex-file-compressed 198.84 MB 198.87 MB +39.34 KB +0.0%
hits_042.vortex 1.0 vortex-file-compressed 200.25 MB 200.28 MB +29.81 KB +0.0%
hits_077.vortex 1.0 vortex-file-compressed 171.78 MB 171.79 MB +15.88 KB +0.0%
hits_057.vortex 1.0 vortex-file-compressed 159.36 MB 159.37 MB +13.95 KB +0.0%
hits_071.vortex 1.0 vortex-file-compressed 140.16 MB 140.17 MB +4.46 KB +0.0%
hits_083.vortex 1.0 vortex-file-compressed 156.47 MB 156.48 MB +2.58 KB +0.0%
hits_008.vortex 1.0 vortex-file-compressed 139.52 MB 139.52 MB 1.94 KB -0.0%
hits_095.vortex 1.0 vortex-file-compressed 153.81 MB 153.80 MB 5.59 KB -0.0%
hits_030.vortex 1.0 vortex-file-compressed 131.44 MB 131.43 MB 5.28 KB -0.0%
hits_075.vortex 1.0 vortex-file-compressed 188.54 MB 188.53 MB 9.51 KB -0.0%
hits_013.vortex 1.0 vortex-file-compressed 160.61 MB 160.60 MB 8.34 KB -0.0%
hits_078.vortex 1.0 vortex-file-compressed 130.68 MB 130.67 MB 11.62 KB -0.0%
hits_081.vortex 1.0 vortex-file-compressed 199.14 MB 199.12 MB 21.88 KB -0.0%
hits_011.vortex 1.0 vortex-file-compressed 198.49 MB 198.46 MB 29.57 KB -0.0%
hits_052.vortex 1.0 vortex-file-compressed 130.47 MB 130.43 MB 37.24 KB -0.0%
hits_069.vortex 1.0 vortex-file-compressed 141.68 MB 141.64 MB 44.84 KB -0.0%
hits_068.vortex 1.0 vortex-file-compressed 159.73 MB 159.67 MB 53.86 KB -0.0%
hits_098.vortex 1.0 vortex-file-compressed 137.01 MB 136.95 MB 58.80 KB -0.0%
hits_010.vortex 1.0 vortex-file-compressed 168.47 MB 168.40 MB 76.01 KB -0.0%
hits_018.vortex 1.0 vortex-file-compressed 198.73 MB 198.64 MB 89.88 KB -0.0%
hits_060.vortex 1.0 vortex-file-compressed 192.27 MB 192.18 MB 91.42 KB -0.0%
hits_067.vortex 1.0 vortex-file-compressed 131.27 MB 131.20 MB 66.23 KB -0.0%
hits_000.vortex 1.0 vortex-file-compressed 131.15 MB 131.08 MB 68.38 KB -0.1%
hits_091.vortex 1.0 vortex-file-compressed 146.45 MB 146.37 MB 84.42 KB -0.1%
hits_063.vortex 1.0 vortex-file-compressed 131.35 MB 131.27 MB 82.78 KB -0.1%
hits_021.vortex 1.0 vortex-file-compressed 153.90 MB 153.79 MB 106.25 KB -0.1%
hits_005.vortex 1.0 vortex-file-compressed 166.92 MB 166.80 MB 121.09 KB -0.1%
hits_072.vortex 1.0 vortex-file-compressed 102.05 MB 101.98 MB 74.67 KB -0.1%
hits_014.vortex 1.0 vortex-file-compressed 171.37 MB 171.24 MB 131.00 KB -0.1%
hits_089.vortex 1.0 vortex-file-compressed 131.18 MB 131.08 MB 104.34 KB -0.1%
hits_051.vortex 1.0 vortex-file-compressed 171.70 MB 171.56 MB 138.98 KB -0.1%
hits_099.vortex 1.0 vortex-file-compressed 170.72 MB 170.58 MB 146.00 KB -0.1%
hits_080.vortex 1.0 vortex-file-compressed 126.30 MB 126.18 MB 118.83 KB -0.1%
hits_023.vortex 1.0 vortex-file-compressed 194.36 MB 194.18 MB 186.67 KB -0.1%
hits_088.vortex 1.0 vortex-file-compressed 171.44 MB 171.28 MB 164.80 KB -0.1%
hits_058.vortex 1.0 vortex-file-compressed 154.57 MB 154.42 MB 154.20 KB -0.1%
hits_037.vortex 1.0 vortex-file-compressed 176.49 MB 176.31 MB 183.59 KB -0.1%
hits_032.vortex 1.0 vortex-file-compressed 154.28 MB 154.12 MB 161.38 KB -0.1%
hits_041.vortex 1.0 vortex-file-compressed 130.89 MB 130.75 MB 147.17 KB -0.1%
hits_065.vortex 1.0 vortex-file-compressed 160.69 MB 160.51 MB 186.74 KB -0.1%
hits_015.vortex 1.0 vortex-file-compressed 130.82 MB 130.62 MB 196.70 KB -0.1%
hits_031.vortex 1.0 vortex-file-compressed 159.29 MB 159.05 MB 241.26 KB -0.1%
hits_012.vortex 1.0 vortex-file-compressed 191.95 MB 191.57 MB 395.39 KB -0.2%
hits_016.vortex 1.0 vortex-file-compressed 179.88 MB 179.50 MB 382.69 KB -0.2%
hits_027.vortex 1.0 vortex-file-compressed 189.33 MB 188.89 MB 443.87 KB -0.2%
hits_004.vortex 1.0 vortex-file-compressed 131.20 MB 130.89 MB 312.29 KB -0.2%
hits_096.vortex 1.0 vortex-file-compressed 198.81 MB 198.34 MB 483.53 KB -0.2%
hits_053.vortex 1.0 vortex-file-compressed 189.27 MB 188.79 MB 492.50 KB -0.3%
hits_073.vortex 1.0 vortex-file-compressed 172.34 MB 171.86 MB 500.47 KB -0.3%
hits_062.vortex 1.0 vortex-file-compressed 170.45 MB 169.94 MB 520.55 KB -0.3%
hits_002.vortex 1.0 vortex-file-compressed 160.79 MB 160.25 MB 545.35 KB -0.3%
hits_028.vortex 1.0 vortex-file-compressed 151.82 MB 151.25 MB 575.40 KB -0.4%
hits_044.vortex 1.0 vortex-file-compressed 199.02 MB 198.26 MB 784.26 KB -0.4%
hits_019.vortex 1.0 vortex-file-compressed 140.84 MB 140.26 MB 592.57 KB -0.4%
hits_054.vortex 1.0 vortex-file-compressed 147.16 MB 146.54 MB 639.42 KB -0.4%
hits_050.vortex 1.0 vortex-file-compressed 159.93 MB 159.11 MB 838.72 KB -0.5%
hits_086.vortex 1.0 vortex-file-compressed 192.35 MB 191.03 MB 1.32 MB -0.7%
hits_034.vortex 1.0 vortex-file-compressed 182.84 MB 181.03 MB 1.81 MB -1.0%
hits_038.vortex 1.0 vortex-file-compressed 191.58 MB 188.96 MB 2.63 MB -1.4%
duckdb.db 1.0 vortex-compact 268.00 KB 0 B 268.00 KB -100.0%
hits_000.vortex 1.0 vortex-compact 97.42 MB 0 B 97.42 MB -100.0%
hits_001.vortex 1.0 vortex-compact 136.95 MB 0 B 136.95 MB -100.0%
hits_002.vortex 1.0 vortex-compact 122.34 MB 0 B 122.34 MB -100.0%
hits_003.vortex 1.0 vortex-compact 103.34 MB 0 B 103.34 MB -100.0%
hits_004.vortex 1.0 vortex-compact 97.70 MB 0 B 97.70 MB -100.0%
hits_005.vortex 1.0 vortex-compact 115.58 MB 0 B 115.58 MB -100.0%
hits_006.vortex 1.0 vortex-compact 93.75 MB 0 B 93.75 MB -100.0%
hits_007.vortex 1.0 vortex-compact 152.00 MB 0 B 152.00 MB -100.0%
hits_008.vortex 1.0 vortex-compact 105.07 MB 0 B 105.07 MB -100.0%
hits_009.vortex 1.0 vortex-compact 74.76 MB 0 B 74.76 MB -100.0%
hits_010.vortex 1.0 vortex-compact 121.64 MB 0 B 121.64 MB -100.0%
hits_011.vortex 1.0 vortex-compact 151.44 MB 0 B 151.44 MB -100.0%
hits_012.vortex 1.0 vortex-compact 138.10 MB 0 B 138.10 MB -100.0%
hits_013.vortex 1.0 vortex-compact 123.42 MB 0 B 123.42 MB -100.0%
hits_014.vortex 1.0 vortex-compact 131.59 MB 0 B 131.59 MB -100.0%
hits_015.vortex 1.0 vortex-compact 97.24 MB 0 B 97.24 MB -100.0%
hits_016.vortex 1.0 vortex-compact 125.72 MB 0 B 125.72 MB -100.0%
hits_017.vortex 1.0 vortex-compact 110.58 MB 0 B 110.58 MB -100.0%
hits_018.vortex 1.0 vortex-compact 152.03 MB 0 B 152.03 MB -100.0%
hits_019.vortex 1.0 vortex-compact 105.44 MB 0 B 105.44 MB -100.0%
hits_020.vortex 1.0 vortex-compact 111.46 MB 0 B 111.46 MB -100.0%
hits_021.vortex 1.0 vortex-compact 109.86 MB 0 B 109.86 MB -100.0%
hits_022.vortex 1.0 vortex-compact 152.41 MB 0 B 152.41 MB -100.0%
hits_023.vortex 1.0 vortex-compact 140.92 MB 0 B 140.92 MB -100.0%
hits_024.vortex 1.0 vortex-compact 122.75 MB 0 B 122.75 MB -100.0%
hits_025.vortex 1.0 vortex-compact 130.81 MB 0 B 130.81 MB -100.0%
hits_026.vortex 1.0 vortex-compact 97.45 MB 0 B 97.45 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.54 MB 0 B 114.54 MB -100.0%
hits_029.vortex 1.0 vortex-compact 151.75 MB 0 B 151.75 MB -100.0%
hits_030.vortex 1.0 vortex-compact 98.87 MB 0 B 98.87 MB -100.0%
hits_031.vortex 1.0 vortex-compact 110.54 MB 0 B 110.54 MB -100.0%
hits_032.vortex 1.0 vortex-compact 109.89 MB 0 B 109.89 MB -100.0%
hits_033.vortex 1.0 vortex-compact 151.80 MB 0 B 151.80 MB -100.0%
hits_034.vortex 1.0 vortex-compact 131.70 MB 0 B 131.70 MB -100.0%
hits_035.vortex 1.0 vortex-compact 75.29 MB 0 B 75.29 MB -100.0%
hits_036.vortex 1.0 vortex-compact 131.50 MB 0 B 131.50 MB -100.0%
hits_037.vortex 1.0 vortex-compact 131.42 MB 0 B 131.42 MB -100.0%
hits_038.vortex 1.0 vortex-compact 137.50 MB 0 B 137.50 MB -100.0%
hits_039.vortex 1.0 vortex-compact 122.57 MB 0 B 122.57 MB -100.0%
hits_040.vortex 1.0 vortex-compact 109.18 MB 0 B 109.18 MB -100.0%
hits_041.vortex 1.0 vortex-compact 96.65 MB 0 B 96.65 MB -100.0%
hits_042.vortex 1.0 vortex-compact 135.77 MB 0 B 135.77 MB -100.0%
hits_043.vortex 1.0 vortex-compact 94.08 MB 0 B 94.08 MB -100.0%
hits_044.vortex 1.0 vortex-compact 152.14 MB 0 B 152.14 MB -100.0%
hits_045.vortex 1.0 vortex-compact 105.24 MB 0 B 105.24 MB -100.0%
hits_046.vortex 1.0 vortex-compact 74.34 MB 0 B 74.34 MB -100.0%
hits_047.vortex 1.0 vortex-compact 109.70 MB 0 B 109.70 MB -100.0%
hits_048.vortex 1.0 vortex-compact 152.57 MB 0 B 152.57 MB -100.0%
hits_049.vortex 1.0 vortex-compact 138.70 MB 0 B 138.70 MB -100.0%
hits_050.vortex 1.0 vortex-compact 123.24 MB 0 B 123.24 MB -100.0%
hits_051.vortex 1.0 vortex-compact 131.42 MB 0 B 131.42 MB -100.0%
hits_052.vortex 1.0 vortex-compact 96.76 MB 0 B 96.76 MB -100.0%
hits_053.vortex 1.0 vortex-compact 137.01 MB 0 B 137.01 MB -100.0%
hits_054.vortex 1.0 vortex-compact 110.64 MB 0 B 110.64 MB -100.0%
hits_055.vortex 1.0 vortex-compact 151.65 MB 0 B 151.65 MB -100.0%
hits_056.vortex 1.0 vortex-compact 100.28 MB 0 B 100.28 MB -100.0%
hits_057.vortex 1.0 vortex-compact 110.63 MB 0 B 110.63 MB -100.0%
hits_058.vortex 1.0 vortex-compact 110.32 MB 0 B 110.32 MB -100.0%
hits_059.vortex 1.0 vortex-compact 151.25 MB 0 B 151.25 MB -100.0%
hits_060.vortex 1.0 vortex-compact 139.47 MB 0 B 139.47 MB -100.0%
hits_061.vortex 1.0 vortex-compact 122.05 MB 0 B 122.05 MB -100.0%
hits_062.vortex 1.0 vortex-compact 130.94 MB 0 B 130.94 MB -100.0%
hits_063.vortex 1.0 vortex-compact 98.05 MB 0 B 98.05 MB -100.0%
hits_064.vortex 1.0 vortex-compact 138.14 MB 0 B 138.14 MB -100.0%
hits_065.vortex 1.0 vortex-compact 122.63 MB 0 B 122.63 MB -100.0%
hits_066.vortex 1.0 vortex-compact 116.31 MB 0 B 116.31 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.13 MB 0 B 111.13 MB -100.0%
hits_069.vortex 1.0 vortex-compact 99.64 MB 0 B 99.64 MB -100.0%
hits_070.vortex 1.0 vortex-compact 152.07 MB 0 B 152.07 MB -100.0%
hits_071.vortex 1.0 vortex-compact 105.04 MB 0 B 105.04 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 131.45 MB 0 B 131.45 MB -100.0%
hits_074.vortex 1.0 vortex-compact 151.41 MB 0 B 151.41 MB -100.0%
hits_075.vortex 1.0 vortex-compact 137.03 MB 0 B 137.03 MB -100.0%
hits_076.vortex 1.0 vortex-compact 122.62 MB 0 B 122.62 MB -100.0%
hits_077.vortex 1.0 vortex-compact 131.65 MB 0 B 131.65 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.38 MB 0 B 126.38 MB -100.0%
hits_080.vortex 1.0 vortex-compact 94.37 MB 0 B 94.37 MB -100.0%
hits_081.vortex 1.0 vortex-compact 152.21 MB 0 B 152.21 MB -100.0%
hits_082.vortex 1.0 vortex-compact 105.09 MB 0 B 105.09 MB -100.0%
hits_083.vortex 1.0 vortex-compact 109.19 MB 0 B 109.19 MB -100.0%
hits_084.vortex 1.0 vortex-compact 109.91 MB 0 B 109.91 MB -100.0%
hits_085.vortex 1.0 vortex-compact 151.74 MB 0 B 151.74 MB -100.0%
hits_086.vortex 1.0 vortex-compact 138.88 MB 0 B 138.88 MB -100.0%
hits_087.vortex 1.0 vortex-compact 122.59 MB 0 B 122.59 MB -100.0%
hits_088.vortex 1.0 vortex-compact 131.48 MB 0 B 131.48 MB -100.0%
hits_089.vortex 1.0 vortex-compact 98.14 MB 0 B 98.14 MB -100.0%
hits_090.vortex 1.0 vortex-compact 139.35 MB 0 B 139.35 MB -100.0%
hits_091.vortex 1.0 vortex-compact 110.62 MB 0 B 110.62 MB -100.0%
hits_092.vortex 1.0 vortex-compact 151.74 MB 0 B 151.74 MB -100.0%
hits_093.vortex 1.0 vortex-compact 97.78 MB 0 B 97.78 MB -100.0%
hits_094.vortex 1.0 vortex-compact 109.93 MB 0 B 109.93 MB -100.0%
hits_095.vortex 1.0 vortex-compact 109.92 MB 0 B 109.92 MB -100.0%
hits_096.vortex 1.0 vortex-compact 151.67 MB 0 B 151.67 MB -100.0%
hits_097.vortex 1.0 vortex-compact 139.51 MB 0 B 139.51 MB -100.0%
hits_098.vortex 1.0 vortex-compact 101.37 MB 0 B 101.37 MB -100.0%
hits_099.vortex 1.0 vortex-compact 130.81 MB 0 B 130.81 MB -100.0%

Totals:

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

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: FineWeb S3

Verdict: No clear signal (environment too noisy confidence)
Attributed Vortex impact: -3.7%
Engines: DataFusion No clear signal (-4.6%, environment too noisy confidence) · DuckDB No clear signal (-2.8%, low confidence)
Vortex (geomean): 1.063x ➖
Parquet (geomean): 1.104x ➖
Shifts: Parquet (control) +10.4% · Median polish +3.1%

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.152x ➖, 0↑ 3↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/datafusion:vortex-file-compressed 🚨 46766206 30658685 1.53
fineweb_q01/datafusion:vortex-file-compressed 🚨 790766151 523323521 1.51
fineweb_q02/datafusion:vortex-file-compressed 🚨 813269047 510003257 1.59
fineweb_q03/datafusion:vortex-file-compressed 1156396222 1084782446 1.07
fineweb_q04/datafusion:vortex-file-compressed 1142147549 1199813273 0.95
fineweb_q05/datafusion:vortex-file-compressed 1088944714 1106521692 0.98
fineweb_q06/datafusion:vortex-file-compressed 1510923241 1487849486 1.02
fineweb_q07/datafusion:vortex-file-compressed 1170303275 1101589247 1.06
fineweb_q08/datafusion:vortex-file-compressed 464672996 516431669 0.90
datafusion / parquet (1.208x ➖, 0↑ 2↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/datafusion:parquet 1178992622 1121724286 1.05
fineweb_q01/datafusion:parquet 2434635175 1880065675 1.29
fineweb_q02/datafusion:parquet 2238981352 1856894648 1.21
fineweb_q03/datafusion:parquet 2075996881 2029933877 1.02
fineweb_q04/datafusion:parquet 2206526737 1876686221 1.18
fineweb_q05/datafusion:parquet 2333978512 1975900002 1.18
fineweb_q06/datafusion:parquet 2289343578 1799335487 1.27
fineweb_q07/datafusion:parquet 🚨 2476356681 1786874082 1.39
fineweb_q08/datafusion:parquet 🚨 2382851278 1791294100 1.33
duckdb / vortex-file-compressed (0.980x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/duckdb:vortex-file-compressed 91932964 84143124 1.09
fineweb_q01/duckdb:vortex-file-compressed 709801441 706753120 1.00
fineweb_q02/duckdb:vortex-file-compressed 636886080 576232764 1.11
fineweb_q03/duckdb:vortex-file-compressed 1408203487 1279445646 1.10
fineweb_q04/duckdb:vortex-file-compressed 1429447386 1480000495 0.97
fineweb_q05/duckdb:vortex-file-compressed 1319545255 1358029830 0.97
fineweb_q06/duckdb:vortex-file-compressed 1634503837 1542781216 1.06
fineweb_q07/duckdb:vortex-file-compressed 1321181016 1567870711 0.84
fineweb_q08/duckdb:vortex-file-compressed 563770151 752857668 0.75
duckdb / parquet (1.009x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
fineweb_q00/duckdb:parquet 1317998703 1299547371 1.01
fineweb_q01/duckdb:parquet 1627029703 1525466577 1.07
fineweb_q02/duckdb:parquet 1509474755 1407265742 1.07
fineweb_q03/duckdb:parquet 4331874904 4206309615 1.03
fineweb_q04/duckdb:parquet 2033683089 2052935830 0.99
fineweb_q05/duckdb:parquet 2293016939 2429639849 0.94
fineweb_q06/duckdb:parquet 4674390890 4833338240 0.97
fineweb_q07/duckdb:parquet 2896366337 2985173572 0.97
fineweb_q08/duckdb:parquet 1235482112 1198953205 1.03

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: Statistical and Population Genetics

Verdict: No clear signal (low confidence)
Attributed Vortex impact: -1.5%
Engines: DuckDB No clear signal (-1.5%, low confidence)
Vortex (geomean): 1.012x ➖
Parquet (geomean): 1.027x ➖
Shifts: Parquet (control) +2.7% · Median polish +2.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.

duckdb / vortex-file-compressed (1.012x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
statpopgen_q00/duckdb:vortex-file-compressed 12279988 12184838 1.01
statpopgen_q01/duckdb:vortex-file-compressed 26628874 26717913 1.00
statpopgen_q02/duckdb:vortex-file-compressed 521923737 516379429 1.01
statpopgen_q03/duckdb:vortex-file-compressed 1065578732 1054333145 1.01
statpopgen_q04/duckdb:vortex-file-compressed 1056751290 1061337925 1.00
statpopgen_q05/duckdb:vortex-file-compressed 489503597 483848893 1.01
statpopgen_q06/duckdb:vortex-file-compressed 1517614334 1518446333 1.00
statpopgen_q07/duckdb:vortex-file-compressed 203690640 198888709 1.02
statpopgen_q08/duckdb:vortex-file-compressed 238399648 231211262 1.03
statpopgen_q09/duckdb:vortex-file-compressed 838540233 818316388 1.02
statpopgen_q10/duckdb:vortex-file-compressed 2582569982 2524508608 1.02
duckdb / parquet (1.027x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
statpopgen_q00/duckdb:parquet 307193973 298794861 1.03
statpopgen_q01/duckdb:parquet 392008639 373182630 1.05
statpopgen_q02/duckdb:parquet 772409695 749711707 1.03
statpopgen_q03/duckdb:parquet 1190196203 1192181835 1.00
statpopgen_q04/duckdb:parquet 1202325133 1194902119 1.01
statpopgen_q05/duckdb:parquet 829104908 803318353 1.03
statpopgen_q06/duckdb:parquet 1455376160 1414513148 1.03
statpopgen_q07/duckdb:parquet 891141214 844502305 1.06
statpopgen_q08/duckdb:parquet 869943299 856983789 1.02
statpopgen_q09/duckdb:parquet 1024180930 998234037 1.03
statpopgen_q10/duckdb:parquet 2260238358 2194594909 1.03

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 55.89 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: -1.1%
Engines: DataFusion No clear signal (-1.0%, low confidence) · DuckDB No clear signal (-1.3%, low confidence)
Vortex (geomean): 0.980x ➖
Parquet (geomean): 0.991x ➖
Shifts: Parquet (control) -0.9% · 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 ➖, 0↑ 1↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench_q00/datafusion:vortex-file-compressed 1552935 1604972 0.97
clickbench_q01/datafusion:vortex-file-compressed 17812504 18838668 0.95
clickbench_q02/datafusion:vortex-file-compressed 33885821 36291556 0.93
clickbench_q03/datafusion:vortex-file-compressed 37081311 38041414 0.97
clickbench_q04/datafusion:vortex-file-compressed 234283935 237210134 0.99
clickbench_q05/datafusion:vortex-file-compressed 299708495 309983182 0.97
clickbench_q06/datafusion:vortex-file-compressed 1610583 1575982 1.02
clickbench_q07/datafusion:vortex-file-compressed 🚨 25525341 22855793 1.12
clickbench_q08/datafusion:vortex-file-compressed 319202531 327907210 0.97
clickbench_q09/datafusion:vortex-file-compressed 440791085 457045394 0.96
clickbench_q10/datafusion:vortex-file-compressed 76012951 72507812 1.05
clickbench_q11/datafusion:vortex-file-compressed 81495182 88305369 0.92
clickbench_q12/datafusion:vortex-file-compressed 256759003 261070959 0.98
clickbench_q13/datafusion:vortex-file-compressed 422825806 422641036 1.00
clickbench_q14/datafusion:vortex-file-compressed 257206309 260739660 0.99
clickbench_q15/datafusion:vortex-file-compressed 271442132 289002138 0.94
clickbench_q16/datafusion:vortex-file-compressed 654260144 659315165 0.99
clickbench_q17/datafusion:vortex-file-compressed 648611619 640145408 1.01
clickbench_q18/datafusion:vortex-file-compressed 1342385161 1359265935 0.99
clickbench_q19/datafusion:vortex-file-compressed 25534598 26483533 0.96
clickbench_q20/datafusion:vortex-file-compressed 301341248 313993376 0.96
clickbench_q21/datafusion:vortex-file-compressed 393032482 397154706 0.99
clickbench_q22/datafusion:vortex-file-compressed 501965287 492340028 1.02
clickbench_q23/datafusion:vortex-file-compressed 617847881 642428659 0.96
clickbench_q24/datafusion:vortex-file-compressed 42760105 41873218 1.02
clickbench_q25/datafusion:vortex-file-compressed 74946907 79048864 0.95
clickbench_q26/datafusion:vortex-file-compressed 42995307 44399392 0.97
clickbench_q27/datafusion:vortex-file-compressed 406252257 418150739 0.97
clickbench_q28/datafusion:vortex-file-compressed 2351815598 2378847971 0.99
clickbench_q29/datafusion:vortex-file-compressed 50537460 53245010 0.95
clickbench_q30/datafusion:vortex-file-compressed 220921613 217142453 1.02
clickbench_q31/datafusion:vortex-file-compressed 243733209 245775363 0.99
clickbench_q32/datafusion:vortex-file-compressed 1012843069 1042551011 0.97
clickbench_q33/datafusion:vortex-file-compressed 1396425727 1412171145 0.99
clickbench_q34/datafusion:vortex-file-compressed 1392207968 1411028811 0.99
clickbench_q35/datafusion:vortex-file-compressed 240208978 237182531 1.01
clickbench_q36/datafusion:vortex-file-compressed 52692133 56725272 0.93
clickbench_q37/datafusion:vortex-file-compressed 24857826 24378781 1.02
clickbench_q38/datafusion:vortex-file-compressed 15919353 17168312 0.93
clickbench_q39/datafusion:vortex-file-compressed 121971666 116041009 1.05
clickbench_q40/datafusion:vortex-file-compressed 11826949 12095380 0.98
clickbench_q41/datafusion:vortex-file-compressed 12006448 12476191 0.96
clickbench_q42/datafusion:vortex-file-compressed 10959963 11294474 0.97
datafusion / parquet (0.992x ➖, 0↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench_q00/datafusion:parquet 1562515 1530441 1.02
clickbench_q01/datafusion:parquet 19065410 19461009 0.98
clickbench_q02/datafusion:parquet 42911813 45164853 0.95
clickbench_q03/datafusion:parquet 34546384 35438668 0.97
clickbench_q04/datafusion:parquet 273997652 266419488 1.03
clickbench_q05/datafusion:parquet 327216671 315299666 1.04
clickbench_q06/datafusion:parquet 1519869 1522216 1.00
clickbench_q07/datafusion:parquet 22041274 20799433 1.06
clickbench_q08/datafusion:parquet 325152490 326594759 1.00
clickbench_q09/datafusion:parquet 462429439 476168830 0.97
clickbench_q10/datafusion:parquet 90998629 91141355 1.00
clickbench_q11/datafusion:parquet 115798885 115735546 1.00
clickbench_q12/datafusion:parquet 290062383 291016953 1.00
clickbench_q13/datafusion:parquet 472524458 476380845 0.99
clickbench_q14/datafusion:parquet 307713357 316283876 0.97
clickbench_q15/datafusion:parquet 273148548 279913322 0.98
clickbench_q16/datafusion:parquet 633445093 668168566 0.95
clickbench_q17/datafusion:parquet 640559479 652517532 0.98
clickbench_q18/datafusion:parquet 1343951335 1343331842 1.00
clickbench_q19/datafusion:parquet 27005212 27586838 0.98
clickbench_q20/datafusion:parquet 558231914 567607261 0.98
clickbench_q21/datafusion:parquet 618617543 619007520 1.00
clickbench_q22/datafusion:parquet 897148083 908121297 0.99
clickbench_q23/datafusion:parquet 3970177871 4042721886 0.98
clickbench_q24/datafusion:parquet 56210524 54341953 1.03
clickbench_q25/datafusion:parquet 125582561 124362753 1.01
clickbench_q26/datafusion:parquet 51479720 52936645 0.97
clickbench_q27/datafusion:parquet 653251768 645712251 1.01
clickbench_q28/datafusion:parquet 2439151482 2446200363 1.00
clickbench_q29/datafusion:parquet 43745260 44041661 0.99
clickbench_q30/datafusion:parquet 309140256 319425483 0.97
clickbench_q31/datafusion:parquet 343295651 347160062 0.99
clickbench_q32/datafusion:parquet 1056385241 1118687309 0.94
clickbench_q33/datafusion:parquet 1489309342 1487148611 1.00
clickbench_q34/datafusion:parquet 1480979122 1505335303 0.98
clickbench_q35/datafusion:parquet 245682169 249199396 0.99
clickbench_q36/datafusion:parquet 109090185 108367143 1.01
clickbench_q37/datafusion:parquet 44370294 44658115 0.99
clickbench_q38/datafusion:parquet 60591908 59493220 1.02
clickbench_q39/datafusion:parquet 204497544 205230499 1.00
clickbench_q40/datafusion:parquet 23036039 23031574 1.00
clickbench_q41/datafusion:parquet 22447446 22207256 1.01
clickbench_q42/datafusion:parquet 21500505 22511125 0.96
duckdb / vortex-file-compressed (0.977x ➖, 2↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench_q00/duckdb:vortex-file-compressed 9461830 10000439 0.95
clickbench_q01/duckdb:vortex-file-compressed 15909338 15691655 1.01
clickbench_q02/duckdb:vortex-file-compressed 20228836 20825639 0.97
clickbench_q03/duckdb:vortex-file-compressed 25730859 26699402 0.96
clickbench_q04/duckdb:vortex-file-compressed 197771266 201238238 0.98
clickbench_q05/duckdb:vortex-file-compressed 182458748 187346445 0.97
clickbench_q06/duckdb:vortex-file-compressed 17747977 19415288 0.91
clickbench_q07/duckdb:vortex-file-compressed 20035126 20036982 1.00
clickbench_q08/duckdb:vortex-file-compressed 271158905 268874987 1.01
clickbench_q09/duckdb:vortex-file-compressed 347951701 355407238 0.98
clickbench_q10/duckdb:vortex-file-compressed 72119667 73461125 0.98
clickbench_q11/duckdb:vortex-file-compressed 82972856 85302923 0.97
clickbench_q12/duckdb:vortex-file-compressed 207406549 213923897 0.97
clickbench_q13/duckdb:vortex-file-compressed 410446459 412536177 0.99
clickbench_q14/duckdb:vortex-file-compressed 242517539 245187998 0.99
clickbench_q15/duckdb:vortex-file-compressed 250042126 255033078 0.98
clickbench_q16/duckdb:vortex-file-compressed 536422894 540254008 0.99
clickbench_q17/duckdb:vortex-file-compressed 431651699 436043579 0.99
clickbench_q18/duckdb:vortex-file-compressed 949100586 969772341 0.98
clickbench_q19/duckdb:vortex-file-compressed 20516797 21084546 0.97
clickbench_q20/duckdb:vortex-file-compressed 291929480 301392056 0.97
clickbench_q21/duckdb:vortex-file-compressed 387697175 390002844 0.99
clickbench_q22/duckdb:vortex-file-compressed 534209095 572252366 0.93
clickbench_q23/duckdb:vortex-file-compressed 🚀 177400923 209460642 0.85
clickbench_q24/duckdb:vortex-file-compressed 36327869 38475004 0.94
clickbench_q25/duckdb:vortex-file-compressed 84286531 83507562 1.01
clickbench_q26/duckdb:vortex-file-compressed 🚀 45280667 51304670 0.88
clickbench_q27/duckdb:vortex-file-compressed 209213668 217500766 0.96
clickbench_q28/duckdb:vortex-file-compressed 3060204223 3106803864 0.99
clickbench_q29/duckdb:vortex-file-compressed 25654624 27456886 0.93
clickbench_q30/duckdb:vortex-file-compressed 205441302 199711326 1.03
clickbench_q31/duckdb:vortex-file-compressed 290010707 305244566 0.95
clickbench_q32/duckdb:vortex-file-compressed 1128273866 1137647214 0.99
clickbench_q33/duckdb:vortex-file-compressed 1116333204 1183904690 0.94
clickbench_q34/duckdb:vortex-file-compressed 1188318278 1219932895 0.97
clickbench_q35/duckdb:vortex-file-compressed 365749778 373353396 0.98
clickbench_q36/duckdb:vortex-file-compressed 30873037 29251655 1.06
clickbench_q37/duckdb:vortex-file-compressed 21524389 19879465 1.08
clickbench_q38/duckdb:vortex-file-compressed 23588971 23374449 1.01
clickbench_q39/duckdb:vortex-file-compressed 44194988 44672827 0.99
clickbench_q40/duckdb:vortex-file-compressed 20435674 21974562 0.93
clickbench_q41/duckdb:vortex-file-compressed 20233840 19194313 1.05
clickbench_q42/duckdb:vortex-file-compressed 22585294 21920323 1.03
duckdb / parquet (0.990x ➖, 1↑ 0↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
clickbench_q00/duckdb:parquet 22227916 22949381 0.97
clickbench_q01/duckdb:parquet 30047403 29613930 1.01
clickbench_q02/duckdb:parquet 49786427 51752101 0.96
clickbench_q03/duckdb:parquet 40478525 39442236 1.03
clickbench_q04/duckdb:parquet 204460149 204871765 1.00
clickbench_q05/duckdb:parquet 262153633 260240038 1.01
clickbench_q06/duckdb:parquet 48009535 47035056 1.02
clickbench_q07/duckdb:parquet 31885829 31808813 1.00
clickbench_q08/duckdb:parquet 269342742 274432186 0.98
clickbench_q09/duckdb:parquet 398202655 409862452 0.97
clickbench_q10/duckdb:parquet 82347449 84451967 0.98
clickbench_q11/duckdb:parquet 99880757 99141969 1.01
clickbench_q12/duckdb:parquet 279971885 277790801 1.01
clickbench_q13/duckdb:parquet 469473851 472805533 0.99
clickbench_q14/duckdb:parquet 313306345 321632002 0.97
clickbench_q15/duckdb:parquet 258326361 258770433 1.00
clickbench_q16/duckdb:parquet 592609669 596161467 0.99
clickbench_q17/duckdb:parquet 492093327 500093357 0.98
clickbench_q18/duckdb:parquet 1031583273 1034568307 1.00
clickbench_q19/duckdb:parquet 27686030 28553744 0.97
clickbench_q20/duckdb:parquet 411382139 418168921 0.98
clickbench_q21/duckdb:parquet 527667099 537220866 0.98
clickbench_q22/duckdb:parquet 920162367 922638996 1.00
clickbench_q23/duckdb:parquet 269354115 283743500 0.95
clickbench_q24/duckdb:parquet 69847875 69406133 1.01
clickbench_q25/duckdb:parquet 163747833 164820228 0.99
clickbench_q26/duckdb:parquet 54388818 57917676 0.94
clickbench_q27/duckdb:parquet 467826551 470765789 0.99
clickbench_q28/duckdb:parquet 4759255197 4770691590 1.00
clickbench_q29/duckdb:parquet 41953623 41625930 1.01
clickbench_q30/duckdb:parquet 309246275 313684519 0.99
clickbench_q31/duckdb:parquet 374952000 379845315 0.99
clickbench_q32/duckdb:parquet 1105342140 1108901673 1.00
clickbench_q33/duckdb:parquet 1094155644 1104545742 0.99
clickbench_q34/duckdb:parquet 1138137819 1148615649 0.99
clickbench_q35/duckdb:parquet 365528604 367763080 0.99
clickbench_q36/duckdb:parquet 🚀 45290474 50386204 0.90
clickbench_q37/duckdb:parquet 34669875 33901467 1.02
clickbench_q38/duckdb:parquet 35548589 34647701 1.03
clickbench_q39/duckdb:parquet 81905007 78308496 1.05
clickbench_q40/duckdb:parquet 19972401 20582571 0.97
clickbench_q41/duckdb:parquet 20294386 20657131 0.98
clickbench_q42/duckdb:parquet 22014114 22613430 0.97

File Size Changes (201 files changed, -39.1% overall, 56↑ 145↓)
File Scale Format Base HEAD Change %
hits_69.vortex 1.0 vortex-file-compressed 122.89 MB 123.46 MB +585.78 KB +0.5%
hits_82.vortex 1.0 vortex-file-compressed 99.46 MB 99.87 MB +412.16 KB +0.4%
hits_52.vortex 1.0 vortex-file-compressed 103.41 MB 103.62 MB +221.78 KB +0.2%
hits_92.vortex 1.0 vortex-file-compressed 146.39 MB 146.62 MB +238.32 KB +0.2%
hits_63.vortex 1.0 vortex-file-compressed 69.00 MB 69.10 MB +110.97 KB +0.2%
hits_75.vortex 1.0 vortex-file-compressed 63.25 MB 63.33 MB +83.16 KB +0.1%
hits_59.vortex 1.0 vortex-file-compressed 101.59 MB 101.72 MB +129.23 KB +0.1%
hits_93.vortex 1.0 vortex-file-compressed 90.15 MB 90.26 MB +111.46 KB +0.1%
hits_83.vortex 1.0 vortex-file-compressed 89.14 MB 89.25 MB +108.62 KB +0.1%
hits_53.vortex 1.0 vortex-file-compressed 85.72 MB 85.82 MB +104.13 KB +0.1%
hits_89.vortex 1.0 vortex-file-compressed 184.08 MB 184.26 MB +191.95 KB +0.1%
hits_95.vortex 1.0 vortex-file-compressed 96.12 MB 96.22 MB +96.45 KB +0.1%
hits_70.vortex 1.0 vortex-file-compressed 93.34 MB 93.43 MB +90.50 KB +0.1%
hits_66.vortex 1.0 vortex-file-compressed 90.02 MB 90.10 MB +83.90 KB +0.1%
hits_5.vortex 1.0 vortex-file-compressed 92.88 MB 92.96 MB +77.58 KB +0.1%
hits_91.vortex 1.0 vortex-file-compressed 96.83 MB 96.91 MB +79.48 KB +0.1%
hits_44.vortex 1.0 vortex-file-compressed 185.76 MB 185.90 MB +143.62 KB +0.1%
hits_77.vortex 1.0 vortex-file-compressed 168.06 MB 168.19 MB +127.51 KB +0.1%
hits_7.vortex 1.0 vortex-file-compressed 93.94 MB 94.00 MB +65.13 KB +0.1%
hits_36.vortex 1.0 vortex-file-compressed 68.29 MB 68.34 MB +46.66 KB +0.1%
hits_94.vortex 1.0 vortex-file-compressed 138.45 MB 138.54 MB +93.97 KB +0.1%
hits_2.vortex 1.0 vortex-file-compressed 185.94 MB 186.06 MB +120.96 KB +0.1%
hits_65.vortex 1.0 vortex-file-compressed 183.36 MB 183.47 MB +111.80 KB +0.1%
hits_17.vortex 1.0 vortex-file-compressed 87.22 MB 87.27 MB +52.59 KB +0.1%
hits_1.vortex 1.0 vortex-file-compressed 138.25 MB 138.33 MB +81.31 KB +0.1%
hits_16.vortex 1.0 vortex-file-compressed 79.27 MB 79.32 MB +45.88 KB +0.1%
hits_33.vortex 1.0 vortex-file-compressed 57.00 MB 57.03 MB +32.66 KB +0.1%
hits_0.vortex 1.0 vortex-file-compressed 89.49 MB 89.54 MB +46.86 KB +0.1%
hits_58.vortex 1.0 vortex-file-compressed 90.19 MB 90.23 MB +46.52 KB +0.1%
hits_22.vortex 1.0 vortex-file-compressed 76.85 MB 76.89 MB +39.38 KB +0.1%
hits_49.vortex 1.0 vortex-file-compressed 75.42 MB 75.46 MB +38.61 KB +0.0%
hits_62.vortex 1.0 vortex-file-compressed 117.27 MB 117.32 MB +54.31 KB +0.0%
hits_12.vortex 1.0 vortex-file-compressed 100.81 MB 100.85 MB +44.88 KB +0.0%
hits_47.vortex 1.0 vortex-file-compressed 41.24 MB 41.25 MB +17.91 KB +0.0%
hits_43.vortex 1.0 vortex-file-compressed 226.39 MB 226.48 MB +93.56 KB +0.0%
hits_11.vortex 1.0 vortex-file-compressed 79.68 MB 79.71 MB +30.48 KB +0.0%
hits_32.vortex 1.0 vortex-file-compressed 66.54 MB 66.57 MB +24.61 KB +0.0%
hits_60.vortex 1.0 vortex-file-compressed 103.10 MB 103.14 MB +34.59 KB +0.0%
hits_9.vortex 1.0 vortex-file-compressed 98.99 MB 99.02 MB +29.90 KB +0.0%
hits_61.vortex 1.0 vortex-file-compressed 101.03 MB 101.05 MB +27.27 KB +0.0%
hits_84.vortex 1.0 vortex-file-compressed 116.96 MB 116.98 MB +29.59 KB +0.0%
hits_38.vortex 1.0 vortex-file-compressed 99.01 MB 99.03 MB +23.37 KB +0.0%
hits_8.vortex 1.0 vortex-file-compressed 93.26 MB 93.28 MB +21.91 KB +0.0%
hits_87.vortex 1.0 vortex-file-compressed 172.09 MB 172.13 MB +40.06 KB +0.0%
hits_45.vortex 1.0 vortex-file-compressed 121.93 MB 121.95 MB +23.27 KB +0.0%
hits_78.vortex 1.0 vortex-file-compressed 164.15 MB 164.18 MB +29.20 KB +0.0%
hits_48.vortex 1.0 vortex-file-compressed 28.01 MB 28.01 MB +4.86 KB +0.0%
hits_35.vortex 1.0 vortex-file-compressed 114.97 MB 114.98 MB +14.56 KB +0.0%
hits_19.vortex 1.0 vortex-file-compressed 73.21 MB 73.22 MB +6.81 KB +0.0%
hits_76.vortex 1.0 vortex-file-compressed 113.81 MB 113.82 MB +7.91 KB +0.0%
hits_24.vortex 1.0 vortex-file-compressed 75.94 MB 75.94 MB +3.69 KB +0.0%
hits_88.vortex 1.0 vortex-file-compressed 110.87 MB 110.87 MB +4.11 KB +0.0%
hits_34.vortex 1.0 vortex-file-compressed 97.37 MB 97.37 MB +3.54 KB +0.0%
hits_56.vortex 1.0 vortex-file-compressed 123.14 MB 123.14 MB +3.38 KB +0.0%
hits_42.vortex 1.0 vortex-file-compressed 221.67 MB 221.67 MB +5.42 KB +0.0%
hits_97.vortex 1.0 vortex-file-compressed 106.68 MB 106.69 MB +1.48 KB +0.0%
hits_39.vortex 1.0 vortex-file-compressed 80.06 MB 80.06 MB 728 B -0.0%
hits_26.vortex 1.0 vortex-file-compressed 109.18 MB 109.18 MB 3.34 KB -0.0%
hits_98.vortex 1.0 vortex-file-compressed 118.16 MB 118.16 MB 5.15 KB -0.0%
hits_50.vortex 1.0 vortex-file-compressed 179.23 MB 179.22 MB 12.30 KB -0.0%
hits_41.vortex 1.0 vortex-file-compressed 222.97 MB 222.95 MB 15.87 KB -0.0%
hits_28.vortex 1.0 vortex-file-compressed 119.74 MB 119.73 MB 8.95 KB -0.0%
hits_68.vortex 1.0 vortex-file-compressed 122.70 MB 122.69 MB 11.29 KB -0.0%
hits_67.vortex 1.0 vortex-file-compressed 184.03 MB 184.02 MB 17.45 KB -0.0%
hits_85.vortex 1.0 vortex-file-compressed 91.49 MB 91.48 MB 13.07 KB -0.0%
hits_72.vortex 1.0 vortex-file-compressed 84.45 MB 84.43 MB 12.58 KB -0.0%
hits_30.vortex 1.0 vortex-file-compressed 86.76 MB 86.75 MB 13.39 KB -0.0%
hits_46.vortex 1.0 vortex-file-compressed 69.03 MB 69.02 MB 13.05 KB -0.0%
hits_29.vortex 1.0 vortex-file-compressed 59.42 MB 59.41 MB 11.73 KB -0.0%
hits_51.vortex 1.0 vortex-file-compressed 277.54 MB 277.48 MB 59.52 KB -0.0%
hits_3.vortex 1.0 vortex-file-compressed 141.77 MB 141.73 MB 33.68 KB -0.0%
hits_14.vortex 1.0 vortex-file-compressed 111.28 MB 111.25 MB 30.66 KB -0.0%
hits_40.vortex 1.0 vortex-file-compressed 117.61 MB 117.58 MB 32.84 KB -0.0%
hits_80.vortex 1.0 vortex-file-compressed 104.98 MB 104.95 MB 29.82 KB -0.0%
hits_64.vortex 1.0 vortex-file-compressed 80.97 MB 80.94 MB 24.21 KB -0.0%
hits_23.vortex 1.0 vortex-file-compressed 76.49 MB 76.47 MB 23.53 KB -0.0%
hits_86.vortex 1.0 vortex-file-compressed 69.00 MB 68.98 MB 21.62 KB -0.0%
hits_15.vortex 1.0 vortex-file-compressed 89.12 MB 89.09 MB 29.88 KB -0.0%
hits_13.vortex 1.0 vortex-file-compressed 99.07 MB 99.04 MB 34.73 KB -0.0%
hits_96.vortex 1.0 vortex-file-compressed 135.19 MB 135.14 MB 52.19 KB -0.0%
hits_27.vortex 1.0 vortex-file-compressed 122.39 MB 122.35 MB 48.09 KB -0.0%
hits_74.vortex 1.0 vortex-file-compressed 119.56 MB 119.51 MB 48.18 KB -0.0%
hits_57.vortex 1.0 vortex-file-compressed 128.04 MB 127.99 MB 53.36 KB -0.0%
hits_54.vortex 1.0 vortex-file-compressed 221.28 MB 221.16 MB 126.64 KB -0.1%
hits_4.vortex 1.0 vortex-file-compressed 108.27 MB 108.21 MB 64.27 KB -0.1%
hits_18.vortex 1.0 vortex-file-compressed 104.42 MB 104.35 MB 74.39 KB -0.1%
hits_81.vortex 1.0 vortex-file-compressed 100.72 MB 100.64 MB 84.70 KB -0.1%
hits_21.vortex 1.0 vortex-file-compressed 92.81 MB 92.72 MB 87.52 KB -0.1%
hits_6.vortex 1.0 vortex-file-compressed 93.30 MB 93.20 MB 104.49 KB -0.1%
hits_99.vortex 1.0 vortex-file-compressed 122.93 MB 122.79 MB 138.62 KB -0.1%
hits_20.vortex 1.0 vortex-file-compressed 62.60 MB 62.52 MB 74.65 KB -0.1%
hits_10.vortex 1.0 vortex-file-compressed 69.38 MB 69.30 MB 83.02 KB -0.1%
hits_25.vortex 1.0 vortex-file-compressed 113.19 MB 113.02 MB 170.23 KB -0.1%
hits_71.vortex 1.0 vortex-file-compressed 101.74 MB 101.59 MB 158.86 KB -0.2%
hits_73.vortex 1.0 vortex-file-compressed 109.58 MB 109.42 MB 171.27 KB -0.2%
hits_31.vortex 1.0 vortex-file-compressed 90.09 MB 89.95 MB 147.38 KB -0.2%
hits_79.vortex 1.0 vortex-file-compressed 144.07 MB 143.82 MB 256.17 KB -0.2%
hits_37.vortex 1.0 vortex-file-compressed 85.58 MB 85.26 MB 323.61 KB -0.4%
hits_90.vortex 1.0 vortex-file-compressed 141.71 MB 139.73 MB 1.98 MB -1.4%
hits_55.vortex 1.0 vortex-file-compressed 168.91 MB 166.36 MB 2.55 MB -1.5%
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 81.71 MB 0 B 81.71 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.98 GB → 10.97 GB (-0.0%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: TPC-H SF=10 on NVME

Verdict: No clear signal (environment too noisy confidence)
Attributed Vortex impact: +4.6%
Engines: DataFusion No clear signal (+6.7%, environment too noisy confidence) · DuckDB No clear signal (+1.6%, low confidence)
Vortex (geomean): 1.066x ➖
Parquet (geomean): 1.028x ➖
Shifts: Parquet (control) +2.8% · Median polish +2.8%

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.077x ➖, 0↑ 6↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/datafusion:vortex-file-compressed 449266402 427762499 1.05
tpch_q02/datafusion:vortex-file-compressed 106134386 107700479 0.99
tpch_q03/datafusion:vortex-file-compressed 196930094 198835006 0.99
tpch_q04/datafusion:vortex-file-compressed 98406132 96011130 1.02
tpch_q05/datafusion:vortex-file-compressed 345762674 338878048 1.02
tpch_q06/datafusion:vortex-file-compressed 39468948 38106985 1.04
tpch_q07/datafusion:vortex-file-compressed 458270241 450378188 1.02
tpch_q08/datafusion:vortex-file-compressed 344466717 340235179 1.01
tpch_q09/datafusion:vortex-file-compressed 645752778 591332874 1.09
tpch_q10/datafusion:vortex-file-compressed 🚨 298793318 221822328 1.35
tpch_q11/datafusion:vortex-file-compressed 🚨 103189540 79005512 1.31
tpch_q12/datafusion:vortex-file-compressed 🚨 146433916 112574256 1.30
tpch_q13/datafusion:vortex-file-compressed 🚨 247934831 198829770 1.25
tpch_q14/datafusion:vortex-file-compressed 🚨 62259393 50616658 1.23
tpch_q15/datafusion:vortex-file-compressed 🚨 122871626 97979934 1.25
tpch_q16/datafusion:vortex-file-compressed 75013135 76639822 0.98
tpch_q17/datafusion:vortex-file-compressed 585781297 578223225 1.01
tpch_q18/datafusion:vortex-file-compressed 827677055 824971426 1.00
tpch_q19/datafusion:vortex-file-compressed 74997362 78371106 0.96
tpch_q20/datafusion:vortex-file-compressed 160114081 157182351 1.02
tpch_q21/datafusion:vortex-file-compressed 596180765 592576332 1.01
tpch_q22/datafusion:vortex-file-compressed 55319579 58190292 0.95
datafusion / parquet (1.018x ➖, 0↑ 4↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/datafusion:parquet 484574976 493313662 0.98
tpch_q02/datafusion:parquet 176441462 185482897 0.95
tpch_q03/datafusion:parquet 259224450 270552534 0.96
tpch_q04/datafusion:parquet 131423993 121252247 1.08
tpch_q05/datafusion:parquet 🚨 513644369 407922378 1.26
tpch_q06/datafusion:parquet 147030704 134307028 1.09
tpch_q07/datafusion:parquet 🚨 721584626 585910537 1.23
tpch_q08/datafusion:parquet 🚨 526325554 467914925 1.12
tpch_q09/datafusion:parquet 🚨 915867780 758060622 1.21
tpch_q10/datafusion:parquet 581565024 591376968 0.98
tpch_q11/datafusion:parquet 120062504 123221281 0.97
tpch_q12/datafusion:parquet 208224213 212414744 0.98
tpch_q13/datafusion:parquet 353612738 357145653 0.99
tpch_q14/datafusion:parquet 156679133 162431966 0.96
tpch_q15/datafusion:parquet 257899839 262638520 0.98
tpch_q16/datafusion:parquet 119551471 124795223 0.96
tpch_q17/datafusion:parquet 665591061 682764918 0.97
tpch_q18/datafusion:parquet 886549918 899016290 0.99
tpch_q19/datafusion:parquet 279012076 287846004 0.97
tpch_q20/datafusion:parquet 296305541 321533250 0.92
tpch_q21/datafusion:parquet 654633674 683939021 0.96
tpch_q22/datafusion:parquet 208588422 219452734 0.95
datafusion / arrow (1.096x ➖, 0↑ 7↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/datafusion:arrow 689993519 685837766 1.01
tpch_q02/datafusion:arrow 110959286 112758598 0.98
tpch_q03/datafusion:arrow 494410949 486199953 1.02
tpch_q04/datafusion:arrow 357433910 351516957 1.02
tpch_q05/datafusion:arrow 753926572 716591396 1.05
tpch_q06/datafusion:arrow 🚨 421110602 310867863 1.35
tpch_q07/datafusion:arrow 1162785881 1077323788 1.08
tpch_q08/datafusion:arrow 959572544 913514811 1.05
tpch_q09/datafusion:arrow 🚨 1261801725 1056552604 1.19
tpch_q10/datafusion:arrow 665409056 612931387 1.09
tpch_q11/datafusion:arrow 95031321 92419565 1.03
tpch_q12/datafusion:arrow 🚨 1391609593 1001039837 1.39
tpch_q13/datafusion:arrow 479518111 471396147 1.02
tpch_q14/datafusion:arrow 🚨 448704585 350399965 1.28
tpch_q15/datafusion:arrow 🚨 1010044852 723859777 1.40
tpch_q16/datafusion:arrow 83850712 80378758 1.04
tpch_q17/datafusion:arrow 🚨 1057946874 948488376 1.12
tpch_q18/datafusion:arrow 1865695083 1838698865 1.01
tpch_q19/datafusion:arrow 🚨 696555569 566275411 1.23
tpch_q20/datafusion:arrow 507945602 523182885 0.97
tpch_q21/datafusion:arrow 3087342227 3254379251 0.95
tpch_q22/datafusion:arrow 87933822 87574351 1.00
duckdb / vortex-file-compressed (1.055x ➖, 0↑ 5↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/duckdb:vortex-file-compressed 169410035 168729528 1.00
tpch_q02/duckdb:vortex-file-compressed 53894250 53274984 1.01
tpch_q03/duckdb:vortex-file-compressed 125421507 117545844 1.07
tpch_q04/duckdb:vortex-file-compressed 159652759 150902608 1.06
tpch_q05/duckdb:vortex-file-compressed 138637194 133509002 1.04
tpch_q06/duckdb:vortex-file-compressed 34859494 34087078 1.02
tpch_q07/duckdb:vortex-file-compressed 132143404 129190301 1.02
tpch_q08/duckdb:vortex-file-compressed 174621740 167409412 1.04
tpch_q09/duckdb:vortex-file-compressed 396649666 392582081 1.01
tpch_q10/duckdb:vortex-file-compressed 🚨 223127174 196180663 1.14
tpch_q11/duckdb:vortex-file-compressed 🚨 35541709 30424066 1.17
tpch_q12/duckdb:vortex-file-compressed 🚨 125951984 104084419 1.21
tpch_q13/duckdb:vortex-file-compressed 🚨 316799527 272246906 1.16
tpch_q14/duckdb:vortex-file-compressed 58400951 53731250 1.09
tpch_q15/duckdb:vortex-file-compressed 🚨 97516103 87530751 1.11
tpch_q16/duckdb:vortex-file-compressed 79881176 77748650 1.03
tpch_q17/duckdb:vortex-file-compressed 88220758 86224829 1.02
tpch_q18/duckdb:vortex-file-compressed 288528520 288302259 1.00
tpch_q19/duckdb:vortex-file-compressed 74261542 74531420 1.00
tpch_q20/duckdb:vortex-file-compressed 140750567 138237375 1.02
tpch_q21/duckdb:vortex-file-compressed 478415750 471511251 1.01
tpch_q22/duckdb:vortex-file-compressed 63528326 62831609 1.01
duckdb / parquet (1.039x ➖, 0↑ 5↓)
name PR 028151b (ns) base d96e4ad (ns) ratio (PR/base)
tpch_q01/duckdb:parquet 263229067 262607145 1.00
tpch_q02/duckdb:parquet 102153817 103626168 0.99
tpch_q03/duckdb:parquet 🚨 233341671 210909936 1.11
tpch_q04/duckdb:parquet 🚨 151379499 133701181 1.13
tpch_q05/duckdb:parquet 🚨 247833369 223472240 1.11
tpch_q06/duckdb:parquet 80173112 74597628 1.07
tpch_q07/duckdb:parquet 🚨 207719581 185948951 1.12
tpch_q08/duckdb:parquet 271820114 262264429 1.04
tpch_q09/duckdb:parquet 469691788 470638094 1.00
tpch_q10/duckdb:parquet 617315208 621878856 0.99
tpch_q11/duckdb:parquet 65499044 63618665 1.03
tpch_q12/duckdb:parquet 132940140 131181895 1.01
tpch_q13/duckdb:parquet 428869377 421009662 1.02
tpch_q14/duckdb:parquet 181898298 178105846 1.02
tpch_q15/duckdb:parquet 106339024 104168055 1.02
tpch_q16/duckdb:parquet 166283588 165848830 1.00
tpch_q17/duckdb:parquet 179740054 182566738 0.98
tpch_q18/duckdb:parquet 🚨 401236590 363072415 1.11
tpch_q19/duckdb:parquet 307088177 287113202 1.07
tpch_q20/duckdb:parquet 239147154 229481084 1.04
tpch_q21/duckdb:parquet 553457789 559900695 0.99
tpch_q22/duckdb:parquet 297970559 292203353 1.02

File Size Changes (47 files changed, -44.4% overall, 18↑ 29↓)
File Scale Format Base HEAD Change %
part_1.vortex 10.0 vortex-file-compressed 24.66 MB 24.77 MB +109.40 KB +0.4%
orders_1.vortex 10.0 vortex-file-compressed 134.48 MB 134.93 MB +464.41 KB +0.3%
orders_0.vortex 10.0 vortex-file-compressed 133.22 MB 133.58 MB +372.41 KB +0.3%
lineitem_1.vortex 10.0 vortex-file-compressed 129.19 MB 129.47 MB +288.11 KB +0.2%
lineitem_0.vortex 10.0 vortex-file-compressed 129.29 MB 129.56 MB +268.91 KB +0.2%
lineitem_11.vortex 10.0 vortex-file-compressed 129.03 MB 129.25 MB +224.59 KB +0.2%
lineitem_2.vortex 10.0 vortex-file-compressed 129.24 MB 129.42 MB +176.51 KB +0.1%
lineitem_12.vortex 10.0 vortex-file-compressed 129.48 MB 129.64 MB +170.52 KB +0.1%
orders_2.vortex 10.0 vortex-file-compressed 134.07 MB 134.23 MB +164.22 KB +0.1%
lineitem_6.vortex 10.0 vortex-file-compressed 129.31 MB 129.46 MB +152.28 KB +0.1%
lineitem_4.vortex 10.0 vortex-file-compressed 129.38 MB 129.52 MB +150.35 KB +0.1%
lineitem_3.vortex 10.0 vortex-file-compressed 129.22 MB 129.36 MB +143.52 KB +0.1%
lineitem_8.vortex 10.0 vortex-file-compressed 129.07 MB 129.14 MB +71.03 KB +0.1%
customer_0.vortex 10.0 vortex-file-compressed 88.48 MB 88.52 MB +36.88 KB +0.0%
part_0.vortex 10.0 vortex-file-compressed 24.87 MB 24.88 MB +8.35 KB +0.0%
partsupp_1.vortex 10.0 vortex-file-compressed 119.70 MB 119.74 MB +35.30 KB +0.0%
lineitem_7.vortex 10.0 vortex-file-compressed 129.32 MB 129.35 MB +34.41 KB +0.0%
lineitem_10.vortex 10.0 vortex-file-compressed 129.53 MB 129.56 MB +21.04 KB +0.0%
lineitem_5.vortex 10.0 vortex-file-compressed 129.62 MB 129.59 MB 26.65 KB -0.0%
partsupp_0.vortex 10.0 vortex-file-compressed 119.77 MB 119.71 MB 60.36 KB -0.0%
lineitem_9.vortex 10.0 vortex-file-compressed 129.32 MB 129.23 MB 97.20 KB -0.1%
supplier_0.vortex 10.0 vortex-file-compressed 5.76 MB 5.73 MB 27.37 KB -0.5%
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 17.21 MB 0 B 17.21 MB -100.0%
part_1.vortex 10.0 vortex-compact 16.92 MB 0 B 16.92 MB -100.0%
partsupp_0.vortex 10.0 vortex-compact 105.57 MB 0 B 105.57 MB -100.0%
partsupp_1.vortex 10.0 vortex-compact 105.73 MB 0 B 105.73 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.1%)

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks: TPC-H SF=1 on S3

Verdict: No clear signal (environment too noisy confidence)
Attributed Vortex impact: +10.5%
Engines: DataFusion No clear signal (+22.6%, environment too noisy confidence) · DuckDB No clear signal (-0.4%, environment too noisy confidence)
Vortex (geomean): 1.172x ➖
Parquet (geomean): 1.060x ➖
Shifts: Parquet (control) +6.0% · Median polish +9.6%

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.251x ➖, 0↑ 7↓)
name PR 028151b (ns) base a530b3b (ns) ratio (PR/base)
tpch_q01/datafusion:vortex-file-compressed 319193239 280245542 1.14
tpch_q02/datafusion:vortex-file-compressed 🚨 627716552 453939637 1.38
tpch_q03/datafusion:vortex-file-compressed 🚨 674161243 444893927 1.52
tpch_q04/datafusion:vortex-file-compressed 260335546 231030755 1.13
tpch_q05/datafusion:vortex-file-compressed 473369878 448788999 1.05
tpch_q06/datafusion:vortex-file-compressed 385081101 308544187 1.25
tpch_q07/datafusion:vortex-file-compressed 619021513 494286847 1.25
tpch_q08/datafusion:vortex-file-compressed 718102780 601144067 1.19
tpch_q09/datafusion:vortex-file-compressed 574698220 462842354 1.24
tpch_q10/datafusion:vortex-file-compressed 🚨 694245447 495888655 1.40
tpch_q11/datafusion:vortex-file-compressed 459629271 358337857 1.28
tpch_q12/datafusion:vortex-file-compressed 🚨 892260637 421860551 2.12
tpch_q13/datafusion:vortex-file-compressed 🚨 287212921 199282230 1.44
tpch_q14/datafusion:vortex-file-compressed 🚨 348850235 243729481 1.43
tpch_q15/datafusion:vortex-file-compressed 🚨 633145381 445287053 1.42
tpch_q16/datafusion:vortex-file-compressed 264872908 220063911 1.20
tpch_q17/datafusion:vortex-file-compressed 477582464 460233137 1.04
tpch_q18/datafusion:vortex-file-compressed 360946138 438356722 0.82
tpch_q19/datafusion:vortex-file-compressed 603821147 530272807 1.14
tpch_q20/datafusion:vortex-file-compressed 534424383 434890990 1.23
tpch_q21/datafusion:vortex-file-compressed 672254718 564662099 1.19
tpch_q22/datafusion:vortex-file-compressed 178444358 163630159 1.09
datafusion / parquet (1.020x ➖, 3↑ 7↓)
name PR 028151b (ns) base a530b3b (ns) ratio (PR/base)
tpch_q01/datafusion:parquet 🚨 342790930 246486246 1.39
tpch_q02/datafusion:parquet 471545741 523091885 0.90
tpch_q03/datafusion:parquet 🚨 583097910 358509843 1.63
tpch_q04/datafusion:parquet 🚨 380939532 225498370 1.69
tpch_q05/datafusion:parquet 🚨 821458747 478954508 1.72
tpch_q06/datafusion:parquet 🚨 310227951 146752398 2.11
tpch_q07/datafusion:parquet 640650040 518858972 1.23
tpch_q08/datafusion:parquet 🚨 751516399 564311236 1.33
tpch_q09/datafusion:parquet 🚨 668172745 450506439 1.48
tpch_q10/datafusion:parquet 🚀 520183918 1515368164 0.34
tpch_q11/datafusion:parquet 🚀 415732372 878132617 0.47
tpch_q12/datafusion:parquet 333531847 281329756 1.19
tpch_q13/datafusion:parquet 505629386 517164843 0.98
tpch_q14/datafusion:parquet 229650568 224426504 1.02
tpch_q15/datafusion:parquet 366696915 359192143 1.02
tpch_q16/datafusion:parquet 214900616 248086152 0.87
tpch_q17/datafusion:parquet 488962629 518676359 0.94
tpch_q18/datafusion:parquet 🚀 467955115 799729555 0.59
tpch_q19/datafusion:parquet 399907178 530720903 0.75
tpch_q20/datafusion:parquet 421114435 572236527 0.74
tpch_q21/datafusion:parquet 694771339 706190454 0.98
tpch_q22/datafusion:parquet 206018201 209178538 0.98
duckdb / vortex-file-compressed (1.098x ➖, 0↑ 1↓)
name PR 028151b (ns) base a530b3b (ns) ratio (PR/base)
tpch_q01/duckdb:vortex-file-compressed 325244675 325945421 1.00
tpch_q02/duckdb:vortex-file-compressed 1003275352 957380472 1.05
tpch_q03/duckdb:vortex-file-compressed 697791847 616106880 1.13
tpch_q04/duckdb:vortex-file-compressed 🚨 561471400 384170552 1.46
tpch_q05/duckdb:vortex-file-compressed 934919460 883501625 1.06
tpch_q06/duckdb:vortex-file-compressed 467836406 381976367 1.22
tpch_q07/duckdb:vortex-file-compressed 994731887 889032892 1.12
tpch_q08/duckdb:vortex-file-compressed 1184696791 1060153473 1.12
tpch_q09/duckdb:vortex-file-compressed 1106972395 931939915 1.19
tpch_q10/duckdb:vortex-file-compressed 964497682 766152386 1.26
tpch_q11/duckdb:vortex-file-compressed 553495057 517584876 1.07
tpch_q12/duckdb:vortex-file-compressed 699038832 616166640 1.13
tpch_q13/duckdb:vortex-file-compressed 511191886 499755425 1.02
tpch_q14/duckdb:vortex-file-compressed 453287164 420459160 1.08
tpch_q15/duckdb:vortex-file-compressed 357546710 320771576 1.11
tpch_q16/duckdb:vortex-file-compressed 398970038 365621307 1.09
tpch_q17/duckdb:vortex-file-compressed 752700861 710314194 1.06
tpch_q18/duckdb:vortex-file-compressed 590562782 640102250 0.92
tpch_q19/duckdb:vortex-file-compressed 520781123 528557246 0.99
tpch_q20/duckdb:vortex-file-compressed 963067277 876438713 1.10
tpch_q21/duckdb:vortex-file-compressed 1258976713 1274544072 0.99
tpch_q22/duckdb:vortex-file-compressed 305129876 277928162 1.10
duckdb / parquet (1.102x ➖, 0↑ 0↓)
name PR 028151b (ns) base a530b3b (ns) ratio (PR/base)
tpch_q01/duckdb:parquet 545780346 462454466 1.18
tpch_q02/duckdb:parquet 1255910128 1201690023 1.05
tpch_q03/duckdb:parquet 1198102843 1043093102 1.15
tpch_q04/duckdb:parquet 856861179 720998380 1.19
tpch_q05/duckdb:parquet 1488400779 1287946447 1.16
tpch_q06/duckdb:parquet 538406498 427680425 1.26
tpch_q07/duckdb:parquet 1551527582 1284168095 1.21
tpch_q08/duckdb:parquet 1708844306 1610198670 1.06
tpch_q09/duckdb:parquet 1505637018 1403203388 1.07
tpch_q10/duckdb:parquet 1419503727 1328569526 1.07
tpch_q11/duckdb:parquet 773668125 752698262 1.03
tpch_q12/duckdb:parquet 812529972 785812564 1.03
tpch_q13/duckdb:parquet 942254895 941046696 1.00
tpch_q14/duckdb:parquet 746393645 700968319 1.06
tpch_q15/duckdb:parquet 686104987 540080507 1.27
tpch_q16/duckdb:parquet 717168648 619692906 1.16
tpch_q17/duckdb:parquet 921128688 835025992 1.10
tpch_q18/duckdb:parquet 927686413 894942205 1.04
tpch_q19/duckdb:parquet 871203360 808090251 1.08
tpch_q20/duckdb:parquet 1256804460 1145991908 1.10
tpch_q21/duckdb:parquet 1114952701 1136701751 0.98
tpch_q22/duckdb:parquet 614923266 575272562 1.07

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant