pierrejeambrun commented on issue #62025: URL: https://github.com/apache/airflow/issues/62025#issuecomment-3946346491
Answered directly on the linked PR. Removing an index is most probably not possible, if it's just the 'sort' in the UI that could leverage an additional index, then I think it's covered by the documentation on custom indexes in `/Users/pierrejeambrun/Documents/astronomer/git-repositories/airflow/airflow-core/docs/howto/performance.rst`. If you change the query, to sort on `id` only and not `run_after` do you see an improved response time? We can simply change the UI to default sorting to 'id' so it's faster. And people can chose other sort criteria via the UI, if it's slow they need to add custom indexes on the column they usually sort on. -- 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]
