linrrzqqq commented on PR #56915: URL: https://github.com/apache/doris/pull/56915#issuecomment-3419653959
> check the performance after the pr change Before ```text mysql> SELECT COUNT(DAYNAME(`dt`)) FROM test_lc_time_names; +----------------------+ | COUNT(DAYNAME(`dt`)) | +----------------------+ | 100000000 | +----------------------+ 1 row in set (1.24 sec) ``` After pr: ```text mysql> SELECT COUNT(DAYNAME(`dt`)) FROM test_lc_time_names; +----------------------+ | COUNT(DAYNAME(`dt`)) | +----------------------+ | 100000000 | +----------------------+ 1 row in set (1.20 sec) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
