ObinnaIheanachor commented on issue #62025:
URL: https://github.com/apache/airflow/issues/62025#issuecomment-3920910190

   Thanks, super helpful. I’m focusing on the ORM/query shape side: validate 
whether `eager_load_dag_run_for_validation()` is causing unnecessary eager 
loads / row explosion for the GET /dags/{dag_id}/dagRuns list endpoint, and add 
a regression test to lock in the optimised loading strategy (likely minimal 
options for list vs full eager loading for detail).
   
   Your EXPLAIN/index work sounds complementary. If you can share the slow 
query + plan (before/after), we can decide whether indexing is still needed 
after the eager-loading change. Happy to coordinate so we land the most robust 
fix.


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