Assortment of VortexSource improvements and fixes#8718
Conversation
Polar Signals Profiling ResultsLatest Run
Previous Runs (1)
Powered by Polar Signals Cloud |
Benchmarks: PolarSignals ProfilingVortex (geomean): 0.974x ➖ How to read Verdict and Engines
datafusion / vortex-file-compressed (0.974x ➖, 1↑ 0↓)
No file size changes detected. |
Merging this PR will not alter performance
Comparing Footnotes
|
Benchmarks: TPC-H SF=1 on NVMEVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.018x ➖, 0↑ 1↓)
datafusion / parquet (0.978x ➖, 2↑ 0↓)
datafusion / arrow (0.973x ➖, 2↑ 0↓)
duckdb / vortex-file-compressed (1.007x ➖, 0↑ 0↓)
duckdb / parquet (0.994x ➖, 0↑ 1↓)
File Size Changes (10 files changed, -44.4% overall, 0↑ 10↓)
Totals:
|
Benchmarks: FineWeb NVMeVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.010x ➖, 0↑ 1↓)
datafusion / parquet (0.974x ➖, 1↑ 0↓)
duckdb / vortex-file-compressed (0.973x ➖, 0↑ 1↓)
duckdb / parquet (0.969x ➖, 0↑ 0↓)
File Size Changes (2 files changed, -46.3% overall, 0↑ 2↓)
Totals:
|
Benchmarks: TPC-DS SF=1 on NVMEVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (0.990x ➖, 0↑ 4↓)
datafusion / parquet (0.987x ➖, 0↑ 1↓)
duckdb / vortex-file-compressed (0.998x ➖, 0↑ 3↓)
duckdb / parquet (0.999x ➖, 0↑ 4↓)
File Size Changes (25 files changed, -43.5% overall, 0↑ 25↓)
Totals:
|
🚨🚨🚨❌❌❌ SQL BENCHMARK FAILED ❌❌❌🚨🚨🚨Benchmark |
Benchmarks: FineWeb S3Verdict: No clear signal (environment too noisy confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.038x ➖, 0↑ 1↓)
datafusion / parquet (1.173x ➖, 0↑ 2↓)
duckdb / vortex-file-compressed (1.059x ➖, 0↑ 0↓)
duckdb / parquet (1.088x ➖, 0↑ 0↓)
|
Benchmarks: Statistical and Population GeneticsVerdict: No clear signal (low confidence) How to read Verdict and Engines
duckdb / vortex-file-compressed (0.950x ➖, 0↑ 0↓)
duckdb / parquet (0.900x ✅, 5↑ 0↓)
File Size Changes (2 files changed, -32.3% overall, 0↑ 2↓)
Totals:
|
🚨🚨🚨❌❌❌ SQL BENCHMARK FAILED ❌❌❌🚨🚨🚨Benchmark |
Benchmarks: TPC-H SF=10 on NVMEVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (0.966x ➖, 0↑ 0↓)
datafusion / parquet (0.955x ➖, 0↑ 0↓)
datafusion / arrow (0.919x ➖, 7↑ 0↓)
duckdb / vortex-file-compressed (0.972x ➖, 0↑ 0↓)
duckdb / parquet (0.972x ➖, 0↑ 0↓)
File Size Changes (25 files changed, -44.5% overall, 0↑ 25↓)
Totals:
|
Benchmarks: TPC-H SF=1 on S3Verdict: No clear signal (environment too noisy confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.165x ➖, 0↑ 4↓)
datafusion / parquet (1.086x ➖, 0↑ 3↓)
duckdb / vortex-file-compressed (1.061x ➖, 0↑ 0↓)
duckdb / parquet (1.095x ➖, 0↑ 0↓)
|
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
VortexSource improvements and fixes
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
Rationale for this change
General improvements of the
FileSource-based Apache DataFusion integration.What changes are included in this PR?
ParquetSourceprovides.batch_sizefrom the source, by default DataFusion splits the data coming out ofDataScanExecnodes.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
DataSourceExecandFileScanConfiglevel.