ashb commented on code in PR #57828:
URL: https://github.com/apache/airflow/pull/57828#discussion_r2499806459


##########
airflow-core/src/airflow/migrations/versions/0092_3_2_0_add_start_date_index_to_dagrun.py:
##########


Review Comment:
   We discussed this idea (generally, not this PR specifically) and I think we 
don't want to add all indexes just to support filtering/ordering on the UI, but 
instead to give a general means to create index on fields that each user cares 
about
   
   The reason we can't just add all indices for every column you can sort or 
order by is that the # of combinations is too large and it will kill DB write 
performance and the disk size needed.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to