[jira] [Work logged] (HIVE-25753) Improving performance of getLatestCommittedCompactionInfo

2022-01-18 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25753?focusedWorklogId=711041=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)


[jira] [Work logged] (HIVE-25753) Improving performance of getLatestCommittedCompactionInfo

2022-01-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-25753:
-

Author: ASF GitHub Bot
Created on: 19/Jan/22 01:38
Start Date: 19/Jan/22 01:38
Worklog Time Spent: 10m 
  Work Description: nrg4878 commented on pull request #2829:
URL: https://github.com/apache/hive/pull/2829#issuecomment-1015996057


   Fix has been committed to master. Please close the PR. Thank you @hsnusonic 


-- 
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: 711040)
Time Spent: 20m  (was: 10m)

> 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
>  Time Spent: 20m
>  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)


[jira] [Work logged] (HIVE-25753) Improving performance of getLatestCommittedCompactionInfo

2021-11-30 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-25753:
-

Author: ASF GitHub Bot
Created on: 30/Nov/21 20:24
Start Date: 30/Nov/21 20:24
Worklog Time Spent: 10m 
  Work Description: hsnusonic opened a new pull request #2829:
URL: https://github.com/apache/hive/pull/2829


   
   
   ### What changes were proposed in this pull request?
   
   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.
   
   ### Why are the changes needed?
   
   As above, to improve performance.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   A test added.


-- 
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: 688265)
Remaining Estimate: 0h
Time Spent: 10m

> 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
>  Time Spent: 10m
>  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)