xiaohuanlin commented on PR #53733: URL: https://github.com/apache/airflow/pull/53733#issuecomment-3124884383
I removed the `GROUP BY` clause because it’s not needed—there’s no aggregation in the query. Keeping an unnecessary GROUP BY can slow down performance, especially when querying large event logs. Databases like PostgreSQL may still perform sorting or hashing even if the results don’t change. -- 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]
