ephraimbuddy opened a new pull request, #60938: URL: https://github.com/apache/airflow/pull/60938
Improve database query performance in DagFileProcessorManager for deployments with many Dags: - Use yield_per to stream results when checking stale Dags - Chunk bulk updates/deletes to avoid database query size limits - Select only needed columns instead of full ORM objects - Use bulk DELETE statements instead of individual session.delete() calls -- 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]
