Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-1598

Encode column names to save space and improve performance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.10.0
    • None
    • None

    Description

      when creating table using phoenix DDL replace the column names that the user give with shorter names to save space. the user will still the full name is his select statements and will get them in the result set but under the hood the infra will translate the names to their sorter version.

      example:
      when creating table with my_column_1, my_column_2 ... the table will be created with a as first column , b as the second one etc'

      Attachments

        1. PHOENIX-1598_master.patch
          1.42 MB
          Samarth Jain
        2. PHOENIX-1598-4.x-HBase-0.98.patch
          1.44 MB
          Samarth Jain
        There are no Sub-Tasks for this issue.

        Activity

          People

            samarthjain Samarth Jain
            noamb noam bulvik
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: