Add FilterPushdown support to spark data source#7785
Conversation
Merging this PR will improve performance by 20.24%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | new_bp_prim_test_between[i32, 32768] |
169.9 µs | 141.1 µs | +20.42% |
| ⚡ | Simulation | new_bp_prim_test_between[i64, 16384] |
144.4 µs | 115.2 µs | +25.4% |
| ⚡ | Simulation | new_bp_prim_test_between[i64, 32768] |
236.7 µs | 178.1 µs | +32.94% |
| ⚡ | Simulation | new_alp_prim_test_between[f64, 16384] |
148.8 µs | 126.9 µs | +17.26% |
| ⚡ | Simulation | new_bp_prim_test_between[i32, 16384] |
109.1 µs | 94.8 µs | +15.07% |
| ⚡ | Simulation | new_bp_prim_test_between[i16, 32768] |
134.1 µs | 120.3 µs | +11.54% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing rk/sparkfilterpushdown (771ffc7) with develop (7349cd6)
Footnotes
-
24 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. ↩
Signed-off-by: Robert Kruszewski <github@robertk.io>
8511f8b to
764ab51
Compare
Add spark filter pushdown to spark datasource
Signed-off-by: Robert Kruszewski github@robertk.io