You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/10/04 23:01:42 UTC

[jira] [Created] (HBASE-9711) Improve HBASE-9428 - avoid copying bytes for RegexFilter unless necessary

Lars Hofhansl created HBASE-9711:
------------------------------------

             Summary: Improve HBASE-9428 - avoid copying bytes for RegexFilter unless necessary
                 Key: HBASE-9711
                 URL: https://issues.apache.org/jira/browse/HBASE-9711
             Project: HBase
          Issue Type: Sub-task
            Reporter: Lars Hofhansl


Parent patch copies input for RegexFilter unconditionally.
We should only do this if the KV portion into the passed byte[] is < 1/2 of the passed byte[]. Otherwise we waste cycles.
Patch is trivial and will be coming momentarily.



--
This message was sent by Atlassian JIRA
(v6.1#6144)