[ 
https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367604#comment-14367604
 ] 

Serhiy Bilousov commented on PHOENIX-1287:
------------------------------------------

Recently I had an issue with RegexStringComparator not properly working on a 
byte-string. Turns out you need to specify ISO-8859-1 charset (HBase Rest does 
not pass it to the filter) to be able to do RegEx on bytes properly. 
(HBASE-13190|https://issues.apache.org/jira/browse/HBASE-13190)

I could not find that we handle this here. Should we ?
I am also wondering about Engine settings. Should it be in sync with HBase or 
it can be configured separately (HBase => JAVA, PHOENIX => JONI etc )

Thank you.

> 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
>            Assignee: Shuxiong Ye
>              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)

Reply via email to