sortega commented on code in PR #64311: URL: https://github.com/apache/airflow/pull/64311#discussion_r3022300196
########## airflow-core/newsfragments/64311.improvement.rst: ########## @@ -0,0 +1 @@ +Add database indexes on ``serialized_dag(dag_id, last_updated)``, ``dag_code(dag_id)``, and ``task_instance(dag_version_id)`` to improve query performance. On large deployments, creating the index on ``task_instance`` may take a while and lock the table during the migration. Review Comment: Do you mean the warning (already removed) or the whole newsfragment? -- 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]
