The GitHub Actions job "Tests" on airflow.git/fix-xcom-clear-bulk-delete has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 7922636a9c7e588c2755dd23bd0b0b1c89e139a9 / Kaxil Naik <[email protected]> Use bulk DELETE for XComModel.clear() instead of loading records The clear() method was loading all matching XCom records into memory and deleting them one by one. For tasks with many XCom entries, this caused unnecessary memory usage and N+1 DELETE statements. This change uses a single bulk DELETE statement which is both more memory-efficient and faster. Report URL: https://github.com/apache/airflow/actions/runs/21265002184 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
