ShubhamGondane commented on PR #62910:
URL: https://github.com/apache/airflow/pull/62910#issuecomment-4027043336
Thanks for the review @pierrejeambrun
You are right on both counts.
Regarding the performance benchmark - I ran a PostgreSQL benchmark at 20,000
rows and didn't see any measurable difference. Root cause: all duplicated JOINs
are on many-to-one relationships (each TI has exactly one DagRun/DagVersion),
so there's no row multiplication regardless. Updated the PR description to
remove performance claims.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]