You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/26 12:31:07 UTC

[GitHub] [incubator-doris] morningman opened a new issue #2304: Add a variable to specifically limit the memory usage of the load part in the insert operation.

morningman opened a new issue #2304: Add a variable to specifically limit the memory usage of the load part in the insert operation.
URL: https://github.com/apache/incubator-doris/issues/2304
 
 
   The insert operation is divided into two parts, query and import. Currently, only one variable of `exec_mem_limit` is used to limit the memory of the insert operation. Currently, both load and query has same mem limit, equals to `exec_mem_limit`. But in many cases, queries require more memory and load requires less memory.
   
   Therefore, a `load_mem_limit` variable is added to specify the memory limit of the load part in the insert operation.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org