The GitHub Actions job "Tests (AMD)" on airflow.git/add-helpful-af3-indexes has 
succeeded.
Run started by GitHub user seanmuth (triggered by seanmuth).

Head commit for run:
35c790c6f6ee9335d9fb8c5cdc5e92ddfabf6ed0 / seanmuth <[email protected]>
Add composite index on task_instance(updated_at, dag_id)

GET /dags/~/dagRuns/~/taskInstances filtered by an updated_at range plus the 
dag_id IN (...) clause from PermittedTIFilter does a full sequential scan on 
task_instance (~39s avg in RDS Performance Insights). A composite index led by 
updated_at bounds the scan to the time window and filters dag_id within it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to