SavingFrame commented on code in PR #57828: URL: https://github.com/apache/airflow/pull/57828#discussion_r2509750551
########## airflow-core/src/airflow/migrations/versions/0092_3_2_0_add_start_date_index_to_dagrun.py: ########## Review Comment: I guess we have some columns set as the default ordering on the frontend. Should we create indexes for these columns, or at least change them to columns that already have indexes? My main point is that it's not ideal when we have slow performance on default sorting and users have to wait just to change it -- 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]
