pierrejeambrun commented on issue #61212: URL: https://github.com/apache/airflow/issues/61212#issuecomment-3824622352
Might be because of the non indexed start date. Additional indexes depending on airflow usage isn't handled by airflow itself but deferred to users. Doc here `airflow/airflow-core/docs/howto/performance.rst` Do you think adding such index here could solve the issue, or is that coming from the multiple joins? (If it's the join we could conditionally join depending on the filters applied, instead of always joining everything). Thanks for your investigations -- 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]
