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 2020/06/11 12:12:02 UTC

[GitHub] [airflow] mikaelfr commented on pull request #9204: Add filtering tasks/task instances by tags

mikaelfr commented on pull request #9204:
URL: https://github.com/apache/airflow/pull/9204#issuecomment-642604377


   No, I haven't tested query counts for task instances. I can potentially see some performance degradation when you have tasks that run frequently with a few tags each. 
   
   One thing I could do is to remove foreign keys from task_tag table and just manually join task instances and task tags on task_id and dag_id. This should keep task tags table lighter at least. What do you think?


----------------------------------------------------------------
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.

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