You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR seems to introduce a performance regression due to the similar reasons as it was in https://github.com/apache/datafusion/pull/9830#issuecomment-2028430188 -- now `apply_batch_filter` may be executed way more times. Query used for the comparison:
EXPLAIN ANALYZE SELECT count(1) FROM nation n JOIN lineitem li ON n.n_nationkey < li.l_orderkey
and for the single partition execution I've got the following results:
and for the single partition execution I've got the following results:
(
join_time
metric shows the issue).Any thoughts on it?
Originally posted by @korowa in #12504 (comment)
The text was updated successfully, but these errors were encountered: