shaotianfeng commented on issue #25604: URL: https://github.com/apache/doris/issues/25604#issuecomment-1770251979
This sql could have found 5000 pieces of data, and found one after adding limit 1, but the background still has a lot of resources occupied after querying the data. 这个sql原本可以查出5000条数据,添加limit 1之后查出一条,但后台在查询出数据之后还在有大量资源被占用。 -- 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]
