[ https://issues.apache.org/jira/browse/HIVE-25753?focusedWorklogId=711041&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-711041 ]
ASF GitHub Bot logged work on HIVE-25753: ----------------------------------------- Author: ASF GitHub Bot Created on: 19/Jan/22 01:42 Start Date: 19/Jan/22 01:42 Worklog Time Spent: 10m Work Description: hsnusonic closed pull request #2829: URL: https://github.com/apache/hive/pull/2829 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 711041) Time Spent: 0.5h (was: 20m) > Improving performance of getLatestCommittedCompactionInfo > --------------------------------------------------------- > > Key: HIVE-25753 > URL: https://issues.apache.org/jira/browse/HIVE-25753 > Project: Hive > Issue Type: Improvement > Components: Standalone Metastore > Reporter: Yu-Wen Lai > Assignee: Yu-Wen Lai > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > The API getLatestCommittedCompactionInfo is used by external cache server to > check latest compaction id for tables/partitions. > Previously we have to set partition names for a partitioned table. That > restriction causes a performance issue when a table with lots of partitions. > We could remove this restriction so that when all the partitions are needed > for a huge partitioned table we don't have to set all the partition names. > That can reduce the size of the request and the overhead of sending request > from client to HMS and from HMS to db. -- This message was sent by Atlassian Jira (v8.20.1#820001)