Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-1102

Add a TEXT-like data type to enable storing the string longer than 64K

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • TYPE - Data Model
    • None

    Description

      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.

      Attachments

        Activity

          People

            javierjia Jianfeng Jia
            javierjia Jianfeng Jia
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: