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

Abhishek Rawat updated IMPALA-14661:
------------------------------------
    Priority: Critical  (was: Major)

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