yiguolei commented on code in PR #713:
URL: https://github.com/apache/doris-website/pull/713#discussion_r1625340063
##########
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:
add specific version, since 2.1.5
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]