You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "João Pedro Antunes Ferreira (Jira)" <ji...@apache.org> on 2021/03/26 19:04:00 UTC

[jira] [Created] (ARROW-12102) [C++][Gandiva] Implement new cache for Gandiva focused on a build time policy

João Pedro Antunes Ferreira created ARROW-12102:
---------------------------------------------------

             Summary: [C++][Gandiva] Implement new cache for Gandiva focused on a build time policy
                 Key: ARROW-12102
                 URL: https://issues.apache.org/jira/browse/ARROW-12102
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++ - Gandiva
            Reporter: João Pedro Antunes Ferreira
            Assignee: João Pedro Antunes Ferreira


Currently gandiva cache is an LRU cache. It would be interesting to change it so that the expressions which take large amount of time to build stay as long as possible in the cache.

So, we need to Implement a new cache for Gandiva focused on this build time policy, and make it configurable so it is possible to define if it will be used the LRU cache or this one based on build time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)