hf200012 commented on code in PR #13172:
URL: https://github.com/apache/doris/pull/13172#discussion_r990611468


##########
docs/en/docs/admin-manual/config/be-config.md:
##########
@@ -450,7 +450,7 @@ Cgroups assigned to doris
 ### `doris_max_scan_key_num`
 
 * Type: int
-* Description: Used to limit the maximum number of scan keys that a scan node 
can split in a query request. When a conditional query request reaches the scan 
node, the scan node will try to split the conditions related to the key column 
in the query condition into multiple scan key ranges. After that, these scan 
key ranges will be assigned to multiple scanner threads for data scanning. A 
larger value usually means that more scanner threads can be used to increase 
the parallelism of the scanning operation. However, in high concurrency 
scenarios, too many threads may bring greater scheduling overhead and system 
load, and will slow down the query response speed. An empirical value is 50. 
This configuration can be configured separately at the session level. For 
details, please refer to the description of `max_scan_key_num` in 
[Variables](../../advanced/variables.md).
+* Description: Used to limit the maximum number of scan keys that a scan node 
can split in a query request. When a conditional query request reaches the scan 
node, the scan node will try to split the conditions related to the key column 
in the query condition into multiple scan key ranges. After that, these scan 
key ranges will be assigned to multiple scanner threads for data scanning. A 
larger value usually means that more scanner threads can be used to increase 
the parallelism of the scanning operation. However, in high concurrency 
scenarios, too many threads may bring greater scheduling overhead and system 
load, and will slow down the query response speed. An empirical value is 50. 
This configuration can be configured separately at the session level. For 
details, please refer to the description of `max_scan_key_num` in 
[Variables](../../../advanced/variables.md).

Review Comment:
   ```suggestion
   * Description: Used to limit the maximum number of scan keys that a scan 
node can split in a query request. When a conditional query request reaches the 
scan node, the scan node will try to split the conditions related to the key 
column in the query condition into multiple scan key ranges. After that, these 
scan key ranges will be assigned to multiple scanner threads for data scanning. 
A larger value usually means that more scanner threads can be used to increase 
the parallelism of the scanning operation. However, in high concurrency 
scenarios, too many threads may bring greater scheduling overhead and system 
load, and will slow down the query response speed. An empirical value is 50. 
This configuration can be configured separately at the session level. For 
details, please refer to the description of `max_scan_key_num` in 
[Variables](../../../advanced/variables).
   ```



##########
docs/en/docs/data-operate/export/outfile.md:
##########
@@ -106,7 +106,7 @@ Planning example for concurrent export:
 
 ## Usage example
 
-For details, please refer to [OUTFILE 
Document](../sql-reference/sql-statements/Data%20Manipulation/OUTFILE.md).
+For details, please refer to [OUTFILE 
Document](../../sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md).

Review Comment:
   ```suggestion
   For details, please refer to [OUTFILE 
Document](../../sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE).
   ```



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