You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Anurag Mantripragada (Jira)" <ji...@apache.org> on 2020/02/20 07:26:00 UTC

[jira] [Updated] (HIVE-20363) Use integer constants for frequently used serde classes.

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

Anurag Mantripragada updated HIVE-20363:
----------------------------------------
    Status: Open  (was: Patch Available)

> Use integer constants for frequently used serde classes.
> --------------------------------------------------------
>
>                 Key: HIVE-20363
>                 URL: https://issues.apache.org/jira/browse/HIVE-20363
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore, Standalone Metastore
>            Reporter: Anurag Mantripragada
>            Assignee: Anurag Mantripragada
>            Priority: Major
>         Attachments: HIVE-20363.1.patch
>
>
> Serde libraries are stored as fully qualified class names which are long strings, we can get improvements in I/O and storage if we store integer constants for frequently used serde classes in the backend DB.
> For example:
> {code:java}
> org.apache.hadoop.hive.serde2.avro.AvroSerDe"---> 1
> parquet.hive.serde.ParquetHiveSerDe" ---> 2
> ...{code}
>  Review the patch at: 
> https://reviews.apache.org/r/68546/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)