You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Jianfeng Jia (JIRA)" <ji...@apache.org> on 2015/10/12 20:37:05 UTC

[jira] [Commented] (ASTERIXDB-1102) Add a TEXT-like data type to enable storing the string longer than 64K

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

Jianfeng Jia commented on ASTERIXDB-1102:
-----------------------------------------

Patches under review:
for Hyracks: https://asterix-gerrit.ics.uci.edu/#/c/449/
for Asterix: https://asterix-gerrit.ics.uci.edu/#/c/450/


> Add a TEXT-like data type to enable storing the string longer than 64K
> ----------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1102
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1102
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: Data Model
>            Reporter: Jianfeng Jia
>            Assignee: Jianfeng Jia
>
> The current "String" type can't handle the string longer than 64K. The first reason is that we are using java DataOutputStream to serialize it. It stores the length using two bytes. However, it should serve the basic requirement for "string" type.
> We need a special TEXT-like datatype to deal with long strings. And probably add some search-related functionalities.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)