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 2022/12/14 00:21:00 UTC

[jira] [Work logged] (HIVE-25032) Optimise PartitionManagementTask

     [ https://issues.apache.org/jira/browse/HIVE-25032?focusedWorklogId=833224&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-833224 ]

ASF GitHub Bot logged work on HIVE-25032:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Dec/22 00:20
            Start Date: 14/Dec/22 00:20
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on PR #3657:
URL: https://github.com/apache/hive/pull/3657#issuecomment-1350150561

   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 833224)
    Time Spent: 2h  (was: 1h 50m)

> Optimise PartitionManagementTask
> --------------------------------
>
>                 Key: HIVE-25032
>                 URL: https://issues.apache.org/jira/browse/HIVE-25032
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Rajesh Balamohan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> When large number of tables and dbs are present, it takes lot of time to iterate over all tables in PartitionManagementTask.
> If table parameters are populated in TableMeta, it will cut down lots of interactions with HMS in PartitionManagementTask.
>  
> Code Ref:
> [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PartitionManagementTask.java#L126]
>  
> [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PartitionManagementTask.java#L132]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)