You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/04 15:38:39 UTC

[GitHub] [airflow] ashb edited a comment on pull request #20975: Switch XCom implementation to use run_id

ashb edited a comment on pull request #20975:
URL: https://github.com/apache/airflow/pull/20975#issuecomment-1030097238


   I'm performance testing this now. Currently running locally with just shy of 300k XCom rows (about 50% of which have a matching DagRun row)
   
   Not looking promising so far:
   
   ```
   query            | INSERT INTO __airflow_tmp_xcom SELECT dag_run.id, xcom.task_id, xcom.key, xcom.value, xcom.timestamp, xcom.dag_id, dag_run.run_id +
                    | FROM xcom JOIN dag_run ON xcom.dag_id = dag_run.dag_id
   ?column?         | 00:06:15.036453
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org