zhiqiang-hhhh opened a new pull request, #41993: URL: https://github.com/apache/doris/pull/41993
`RawRowsRead` is moved from segment profile to scan operator profile. `RawRowsRead` is renamed to `ScanRows` so that it has same name with audit log. `ScanBytes` is added. It has same value with `CompressedBytesRead` in segment iterator profile <img width="319" alt="image" src="https://github.com/user-attachments/assets/88c25c32-18a0-4db8-9f98-e82dc642c1db"> I am not sure whether we should modify the calculation of `CompressedBytesRead`. Currently, `CompressedBytesRead` does not include size of page that is cached by doris page cache. -- 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 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