imay commented on a change in pull request #531: Add cpu and io indicates to audit log URL: https://github.com/apache/incubator-doris/pull/531#discussion_r247476801
########## File path: gensrc/proto/data.proto ########## @@ -19,6 +19,11 @@ syntax="proto2"; package doris; +message PQueryStatistic { + optional int64 cpu_by_row = 1; + optional int64 io_by_byte = 2; Review comment: ```suggestion optional int64 scan_rows = 2; ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org