WIP: Some DF fixes#8718
Conversation
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
Polar Signals Profiling ResultsLatest Run
Powered by Polar Signals Cloud |
Benchmarks: PolarSignals ProfilingVortex (geomean): 1.005x ➖ How to read Verdict and Engines
datafusion / vortex-file-compressed (1.005x ➖, 0↑ 0↓)
No file size changes detected. |
Merging this PR will not alter performance
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting 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.040x ➖, 0↑ 1↓)
datafusion / parquet (0.983x ➖, 1↑ 0↓)
datafusion / arrow (0.950x ➖, 6↑ 0↓)
duckdb / vortex-file-compressed (1.057x ➖, 0↑ 1↓)
duckdb / parquet (1.026x ➖, 0↑ 0↓)
File Size Changes (17 files changed, -44.6% overall, 4↑ 13↓)
Totals:
|
Benchmarks: FineWeb NVMeVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (0.972x ➖, 0↑ 0↓)
datafusion / parquet (0.979x ➖, 0↑ 0↓)
duckdb / vortex-file-compressed (0.978x ➖, 0↑ 0↓)
duckdb / parquet (0.990x ➖, 0↑ 0↓)
File Size Changes (3 files changed, -46.4% overall, 0↑ 3↓)
Totals:
|
Benchmarks: TPC-DS SF=1 on NVMEVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (0.969x ➖, 1↑ 1↓)
datafusion / parquet (0.979x ➖, 4↑ 0↓)
duckdb / vortex-file-compressed (0.971x ➖, 6↑ 0↓)
duckdb / parquet (0.983x ➖, 1↑ 0↓)
File Size Changes (30 files changed, -43.4% overall, 2↑ 28↓)
Totals:
|
Benchmarks: Clickbench Sorted on NVMEVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (0.871x ✅, 8↑ 1↓)
datafusion / parquet (0.933x ➖, 3↑ 0↓)
duckdb / vortex-file-compressed (0.848x ✅, 5↑ 0↓)
duckdb / parquet (0.971x ➖, 0↑ 0↓)
File Size Changes (201 files changed, -42.6% overall, 47↑ 154↓)
Totals:
|
Benchmarks: FineWeb S3Verdict: No clear signal (environment too noisy confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.152x ➖, 0↑ 3↓)
datafusion / parquet (1.208x ➖, 0↑ 2↓)
duckdb / vortex-file-compressed (0.980x ➖, 0↑ 0↓)
duckdb / parquet (1.009x ➖, 0↑ 0↓)
|
Benchmarks: Statistical and Population GeneticsVerdict: No clear signal (low confidence) How to read Verdict and Engines
duckdb / vortex-file-compressed (1.012x ➖, 0↑ 0↓)
duckdb / parquet (1.027x ➖, 0↑ 0↓)
File Size Changes (3 files changed, -32.3% overall, 0↑ 3↓)
Totals:
|
Benchmarks: Clickbench on NVMEVerdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (0.982x ➖, 0↑ 1↓)
datafusion / parquet (0.992x ➖, 0↑ 0↓)
duckdb / vortex-file-compressed (0.977x ➖, 2↑ 0↓)
duckdb / parquet (0.990x ➖, 1↑ 0↓)
File Size Changes (201 files changed, -39.1% overall, 56↑ 145↓)
Totals:
|
Benchmarks: TPC-H SF=10 on NVMEVerdict: No clear signal (environment too noisy confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.077x ➖, 0↑ 6↓)
datafusion / parquet (1.018x ➖, 0↑ 4↓)
datafusion / arrow (1.096x ➖, 0↑ 7↓)
duckdb / vortex-file-compressed (1.055x ➖, 0↑ 5↓)
duckdb / parquet (1.039x ➖, 0↑ 5↓)
File Size Changes (47 files changed, -44.4% overall, 18↑ 29↓)
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.251x ➖, 0↑ 7↓)
datafusion / parquet (1.020x ➖, 3↑ 7↓)
duckdb / vortex-file-compressed (1.098x ➖, 0↑ 1↓)
duckdb / parquet (1.102x ➖, 0↑ 0↓)
|
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.