yuxuan-luo commented on code in PR #19233:
URL: https://github.com/apache/doris/pull/19233#discussion_r1184481902


##########
be/src/runtime/runtime_state.h:
##########
@@ -221,6 +221,8 @@ class RuntimeState {
 
     int64_t num_bytes_load_total() { return _num_bytes_load_total.load(); }
 
+    int64_t num_bytes_load_scanner_total() { return 
_num_bytes_load_scanner_total.load(); }

Review Comment:
   load_scanner is the decompressed data size.
   "Users may wonder why loading such ‘small’ files takes hours. We need to 
explain the data size to them"



-- 
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

Reply via email to