[ https://issues.apache.org/jira/browse/HIVE-18055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stamatis Zampetakis updated HIVE-18055: --------------------------------------- I cleared the fixVersion field since this ticket is not resolved. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED. According to the JIRA guidelines (https://cwiki.apache.org/confluence/display/Hive/HowToContribute) the fixVersion should be set only when the issue is resolved/closed. > cache like pattern object using map object in like function > ----------------------------------------------------------- > > Key: HIVE-18055 > URL: https://issues.apache.org/jira/browse/HIVE-18055 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: wan kun > Assignee: wan kun > Priority: Minor > Fix For: 1.2.3 > > Attachments: HIVE-18055-branch-1.2.patch, > HIVE-18055.2-branch-1.2.patch, HIVE-18055.3-branch-1.2.patch > > Original Estimate: 168h > Remaining Estimate: 168h > > Now, only one pattern object was cached in the like function. If the like > function is working on one column, the pattern object will be generated > continuously for the regular expression matching. It's very inefficient. So > should we use LRU MAP to cache a batch of objects ? -- This message was sent by Atlassian Jira (v8.20.10#820010)