The GitHub Actions job "Tests" on airflow.git/fix-remove-unreferenced-triggers 
has succeeded.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
1b251c7c851926478183539f48314a9fd53c4609 / Jed Cunningham 
<[email protected]>
Fix slow trigger cleanup query by using NOT EXISTS instead of NOT IN

NOT IN with nullable columns (trigger_id on task_instance and callback)
prevents PostgreSQL from using existing indexes and forces a full
sequential scan with Materialize. NOT EXISTS uses the existing ti_trigger_id
and idx_awm_trigger_id indexes and short-circuits per row.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to