Skip to content

perf: Allow specifying the engine for validate and filter#364

Open
Oliver Borchert (borchero) wants to merge 3 commits into
collect-allfrom
streaming
Open

perf: Allow specifying the engine for validate and filter#364
Oliver Borchert (borchero) wants to merge 3 commits into
collect-allfrom
streaming

Conversation

@borchero

@borchero Oliver Borchert (borchero) commented Jul 6, 2026

Copy link
Copy Markdown
Member

Motivation

The streaming engine is sometimes faster; this speedup should accessible to the user.

In our benchmark, specifying engine="streaming" results in slowdowns of ~30-40% because of maintain_order="left" in our joins (which is ~2.5x faster on the in-memory engine compared to the streaming engine).

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (f7b80ce) to head (3bf20b0).

Additional details and impacted files
@@              Coverage Diff              @@
##           collect-all      #364   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files               56        56           
  Lines             3481      3481           
=============================================
  Hits              3481      3481           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants