You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Yida Wu (Jira)" <ji...@apache.org> on 2022/12/07 22:06:00 UTC

[jira] [Resolved] (IMPALA-11470) Support Caching Codegen Functions

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

Yida Wu resolved IMPALA-11470.
------------------------------
    Fix Version/s: Impala 4.3.0
       Resolution: Fixed

> Support Caching Codegen Functions
> ---------------------------------
>
>                 Key: IMPALA-11470
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11470
>             Project: IMPALA
>          Issue Type: Task
>          Components: Backend
>            Reporter: Yida Wu
>            Assignee: Yida Wu
>            Priority: Major
>             Fix For: Impala 4.3.0
>
>
> Impala traditionally has been a leader in low latency queries. However, it is reported that for sub second queries codegen could take the majority of the time, for example, codegen alone can take 300ms for a sub second query.
>  
> This task aims to add support of memory caches for codegen functions to improve the performance of sub second queries by reducing the codegen generation time. Users can specify the total cache size for all of the codegen functions and which query is going to use the cache.



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