turbaszek commented on pull request #8227:
URL: https://github.com/apache/airflow/pull/8227#issuecomment-638147053
Assuming that we query all combination of (dag_id, run_id, state) + run_typ
!= Backfill we get
> how many times given idex yielded the minimum time
```
"Index('dag_id_state_type', dag_id, _state, run_type),": 0,
"Index('dag_id_state', dag_id, _state),Index('dag_id_type', dag_id,
run_type),": 3,
"Index('dag_id_type', dag_id, run_type),": 2,
"Index('dag_id_state', dag_id, _state),": 2
```
@ashb I've updated the spreadsheet, as expected there's nothing that would
favor another index than the current one.
----------------------------------------------------------------
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:
[email protected]