kangpinghuang opened a new issue #2643: estimate_segment_size brings injury to performance URL: https://github.com/apache/incubator-doris/issues/2643 **Describe the bug** perf shows that in load process the estimate_segment_size is called many times and is time-cost, about 30% cpu is spent there. And what is more, this also leads to slow compaction. One base compaction with one segment with 200M data run for 900s. Logs show that most of time is also spent at call estimate_segment_size.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org