zicat opened a new issue, #51103: URL: https://github.com/apache/doris/issues/51103
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris 3.0.5 ### What's Wrong? In Doris 3.0.5 , create a table as follow: `CREATE TABLE test_table(...) ENGINE=OLAP DUPLICATE KEY(...) PARTITION BY RANGE(...)() DISTRIBUTED BY RANDOM BUCKETS AUTO PROPERTIES ( "group_commit_interval_ms" = "20000", "group_commit_data_bytes" = "655360000" );` Using stream load api to put data to the table, the cpu is high than Doris2. In Doris 2, the avg cpu usage is 0.7% but in Doris 2 the avg cpu usage is 4%. I try to search and the reason may be caused by the code in be/src/pipeline/exec/group_commit_scan_operator.cpp  ### What You Expected? I expected the be service cpu usage is same than doris2. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org