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 "Yida Wu (Jira)" <ji...@apache.org> on 2023/06/28 16:48:00 UTC

[jira] [Created] (IMPALA-12253) Improve the integration of codegen cache and async codegen

Yida Wu created IMPALA-12253:
--------------------------------

             Summary: Improve the integration of codegen cache and async codegen
                 Key: IMPALA-12253
                 URL: https://issues.apache.org/jira/browse/IMPALA-12253
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Yida Wu
            Assignee: Yida Wu


IMPALA-11470 adds support for codegen caching, from the single node perf A-B testing, codegen caching could perform better than async codegen when the cache hits for low latency queries, while the async codegen is faster for the first runs. To better integrate the codegen caching with the existing async codegen, we may optimize the workflow like below while async codegen and codegen caching both enabled:
 # Generate the codegen caching key before doing async codegen.
 # If key is existing in the cache, go codegen caching.
 # Otherwise, go async codegen.

  



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

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