You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alex Guziel (JIRA)" <ji...@apache.org> on 2017/04/03 21:31:41 UTC

[jira] [Created] (AIRFLOW-1064) TaskInstanceModelView is slow

Alex Guziel created AIRFLOW-1064:
------------------------------------

             Summary: TaskInstanceModelView is slow
                 Key: AIRFLOW-1064
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1064
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Alex Guziel
            Assignee: Alex Guziel


Due to a bad query (a full table scan), the TaskInstanceModelView is very slow. Adding an index is costly, and job_id is a good approximation.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)