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

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

                Author: ASF GitHub Bot
            Created on: 17/Jan/23 05:38
            Start Date: 17/Jan/23 05:38
    Worklog Time Spent: 10m 
      Work Description: VenuReddy2103 commented on code in PR #3905:
URL: https://github.com/apache/hive/pull/3905#discussion_r1071755609


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java:
##########
@@ -2607,6 +2614,9 @@ public boolean addPartitions(String catName, String 
dbName, String tblName, List
         tabColumnGrants = this.listTableAllColumnGrants(catName, dbName, 
tblName);
       }
       List<Object> toPersist = new ArrayList<>();

Review Comment:
   ok





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

    Worklog Id:     (was: 839510)
    Time Spent: 2h 10m  (was: 2h)

> Explore moving to directsql for ObjectStore::addPartitions
> ----------------------------------------------------------
>
>                 Key: HIVE-26035
>                 URL: https://issues.apache.org/jira/browse/HIVE-26035
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Venugopal Reddy K
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently {{addPartitions}} uses datanuclues and is super slow for large 
> number of partitions. It will be good to move to direct sql. Lots of repeated 
> SQLs can be avoided as well (e.g SDS, SERDE, TABLE_PARAMS)



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

Reply via email to