[ 
https://issues.apache.org/jira/browse/IMPALA-14661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yida Wu resolved IMPALA-14661.
------------------------------
     Fix Version/s: Impala 5.0.0
    Target Version: Impala 5.0.0
        Resolution: Fixed

> Optimize admissiond memory usage by compressing RPC payloads
> ------------------------------------------------------------
>
>                 Key: IMPALA-14661
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14661
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Backend
>    Affects Versions: Impala 4.5.0
>            Reporter: Yida Wu
>            Assignee: Yida Wu
>            Priority: Critical
>             Fix For: Impala 5.0.0
>
>
> In global admissiond mode, the TQueryExecRequest in the admission request can 
> be very large for complex queries, consuming significant memory in the 
> admissiond service.
> This task is to optimize memory usage by compressing the request payload on 
> the client side (coordinator) before sending. On the server side 
> (admissiond), we store the compressed version in memory and only decompress 
> it just-in-time when the admission decision is actually being made. This can 
> largely reduces the memory footprint for queued queries.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to