[ https://issues.apache.org/jira/browse/PHOENIX-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378531#comment-14378531 ]
ASF GitHub Bot commented on PHOENIX-1722: ----------------------------------------- Github user tzolkincz commented on the pull request: https://github.com/apache/phoenix/pull/42#issuecomment-85680197 Thank you for review @gabrielreid, i've solved that. I realized [TIMEZONE_OFFSET](https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/org/apache/phoenix/expression/function/TimezoneOffsetFunction.java#L48) have similar issue. I think we should rather extract timezone cache mechanism and make it as part of org.apache.phoenix.cache. Or are there some other use-cases of (instance) cache so we could implement it more generally? > Speedup CONVERT_TZ function > --------------------------- > > Key: PHOENIX-1722 > URL: https://issues.apache.org/jira/browse/PHOENIX-1722 > Project: Phoenix > Issue Type: Improvement > Reporter: Vaclav Loffelmann > Assignee: Vaclav Loffelmann > Priority: Minor > > We have use case sensitive to performance of this function and I'd like to > benefit from using joda time lib. -- This message was sent by Atlassian JIRA (v6.3.4#6332)