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 GuzielDue 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)
