Yida Wu created IMPALA-14661:
--------------------------------

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


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)

Reply via email to