You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2019/01/16 01:10:00 UTC

[jira] [Updated] (PHOENIX-1989) Implement byte-based INSTR instead of serializing into String

     [ https://issues.apache.org/jira/browse/PHOENIX-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas D'Silva updated PHOENIX-1989:
------------------------------------
    Fix Version/s:     (was: 4.15.0)

> Implement byte-based INSTR instead of serializing into String
> -------------------------------------------------------------
>
>                 Key: PHOENIX-1989
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1989
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Priority: Major
>
> The current implementation of INSTR serializes the arguments as Strings. It'd be much more efficient to leave them as bytes and do the in-string search based on bytes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)