Yuliya Feldman created DRILL-1699: ------------------------------------- Summary: Add new bootstrap configuration to set Max Entries for LoadingCache Key: DRILL-1699 URL: https://issues.apache.org/jira/browse/DRILL-1699 Project: Apache Drill Issue Type: Improvement Components: Execution - Codegen Reporter: Yuliya Feldman Assignee: Yuliya Feldman Priority: Minor
Today LoadingCache in CodeCompiler has fixed maximum number of entries set to 1000. Since size of entry can vary based on the complexity of the code generated for different operators for different types of queries it is desirable to make this maxSize configurable to limit/expand amount of heap we are willing to use for LoadingCache. -- This message was sent by Atlassian JIRA (v6.3.4#6332)