[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14360566#comment-14360566 ]
James Taylor commented on PHOENIX-1287: --------------------------------------- Good points. Let's make LikeExpression abstract and have two concrete classes: ByteBasedLikeExpression and StringBasedLikeExpression. We'll have abstract methods where needed. The determination of which one to use will be done as I described before. Sound ok? > Use the joni byte[] regex engine in place of j.u.regex > ------------------------------------------------------ > > Key: PHOENIX-1287 > URL: https://issues.apache.org/jira/browse/PHOENIX-1287 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Labels: gsoc2015 > > See HBASE-11907. We'd get a 2x perf benefit plus it's driven off of byte[] > instead of strings.Thanks for the pointer, [~apurtell]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)