morningman opened a new pull request #2305: Add a variable to specifically 
limit the memory usage of the load part in the insert operation
URL: https://github.com/apache/incubator-doris/pull/2305
 
 
   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.
   
   Also, revert the CL that setting global variables should not make effect on 
current session's variables.
   
   ISSUE: #2304 
   
   Also fix bug that variable `enable_insert_strict` does not forward to master 
FE. #1542 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to