wangbo commented on code in PR #713: URL: https://github.com/apache/doris-website/pull/713#discussion_r1677694869
########## docs/admin-manual/resource-admin/workload-policy.md: ########## @@ -58,9 +58,10 @@ The policy used in FE is mainly used to modify the session variable, and current ### Policy used in BE 1. Condition - * be_scan_rows,The number of rows scanned by an SQL within a single BE process, and if there are multiple concurrency, it is the cumulative value of multiple concurrency. - * be_scan_bytes,The number of bytes scanned by an SQL within a single BE process, and if there are multiple concurrency, it is the cumulative value of multiple concurrency. + * be_scan_rows,The number of rows scanned by an SQL within a single BE process, if the SQL is executed concurrently on the BE, it is the cumulative value of multiple concurrency. + * be_scan_bytes,The number of bytes scanned by an SQL within a single BE process, if the SQL is executed concurrently on the BE, it is the cumulative value of multiple concurrency, measured in bytes. * query_time,The running time of an SQL on a single BE process, measured in milliseconds. + * query_be_memory_bytes, The memory used by an SQL within a BE process, if the SQL is executed concurrently on the BE, it is the cumulative value of multiple concurrency, measured in bytes. Review Comment: 2.1 document has add it. -- 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: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org