You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/10 12:27:00 UTC

[jira] [Updated] (HIVE-25413) Optimise ObjectStore::alterPartitions to reduce DB calls for getPartitions

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

ASF GitHub Bot updated HIVE-25413:
----------------------------------
    Labels: pull-request-available  (was: )

> Optimise ObjectStore::alterPartitions to reduce DB calls for getPartitions
> --------------------------------------------------------------------------
>
>                 Key: HIVE-25413
>                 URL: https://issues.apache.org/jira/browse/HIVE-25413
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Rajesh Balamohan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java#L5121]
> For dynamic load partitions (e.g when 1000s of parts being updated), it takes lot of time to fetch one partition at a time. It would be good to haveĀ  "List<MPartition> getMPartitions" to reduce number of interactions with DB.



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