You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2010/11/13 00:00:18 UTC

[jira] Created: (HIVE-1789) Extend metastore schema to store column properties

Extend metastore schema to store column properties
--------------------------------------------------

                 Key: HIVE-1789
                 URL: https://issues.apache.org/jira/browse/HIVE-1789
             Project: Hive
          Issue Type: Bug
          Components: Metastore
            Reporter: Ashish Thusoo
            Assignee: Ashish Thusoo


A common use case in data warehousing deployments is to set column level policies, e.g. certain columns in the table need to be retained for a longer period than others. Without column level properties, you would have to encode this information into table properties and maintain those properties as columns change. A better solution is to have properties associated with columns.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.