You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Adam Szita (JIRA)" <ji...@apache.org> on 2017/11/06 15:22:00 UTC

[jira] [Created] (HIVE-17987) Certain metastore operation should use iterators of partitions over lists

Adam Szita created HIVE-17987:
---------------------------------

             Summary: Certain metastore operation should use iterators of partitions over lists
                 Key: HIVE-17987
                 URL: https://issues.apache.org/jira/browse/HIVE-17987
             Project: Hive
          Issue Type: Improvement
         Environment: In HS2 side we have a PartitionIterable class to reduce memory load and use iterators of partitions instead of whole lists when querying them from HMS. Inside HMS there is no such feature and we should create a similar one. (e.g alter table calls that have to apply a modification to each and every partition of the table)
            Reporter: Adam Szita






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)