The GitHub Actions job "Tests" on airflow.git/sortega/perf-add-metadb-indexes 
has failed.
Run started by GitHub user sortega (triggered by sortega).

Head commit for run:
f093fb74f4f2a1d52ab22df2346b52b73f0b519d / Sebastián Ortega 
<[email protected]>
perf: add indexes on serialized_dag, dag_code, and task_instance

Add missing database indexes to improve query performance:
- serialized_dag(dag_id, last_updated): speeds up fetching latest serialized DAG
- dag_code(dag_id): speeds up DAG code lookups by dag_id
- task_instance(dag_version_id): speeds up joins/filters on dag_version_id FK

These indexes resolve full table scan issues observed in production when
querying the metadata database under load.

Report URL: https://github.com/apache/airflow/actions/runs/23940858298

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to