You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Abhishek Rawat (Jira)" <ji...@apache.org> on 2021/08/13 16:44:00 UTC

[jira] [Created] (IMPALA-10860) Allow setting separate mem_limit for coordinators and executors

Abhishek Rawat created IMPALA-10860:
---------------------------------------

             Summary: Allow setting separate mem_limit for coordinators and executors
                 Key: IMPALA-10860
                 URL: https://issues.apache.org/jira/browse/IMPALA-10860
             Project: IMPALA
          Issue Type: Task
            Reporter: Abhishek Rawat
            Assignee: Abhishek Rawat


The mem_limit query option applies to all impala coordinators and executors. This may not be ideal for dedicated coordinators, since they generally need less memory per query and having same memory limit will reduce system wide query concurrency.

We could add new query options:

 
{code:java}
mem_limit_coordinators
mem_limit_executors 
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org