[
https://issues.apache.org/jira/browse/HIVE-24176?focusedWorklogId=486049&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-486049
]
ASF GitHub Bot logged work on HIVE-24176:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/20 03:04
Start Date: 18/Sep/20 03:04
Worklog Time Spent: 10m
Work Description: jcamachor closed pull request #1504:
URL: https://github.com/apache/hive/pull/1504
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 486049)
Remaining Estimate: 0h
Time Spent: 10m
> Create query-level cache for HMS requests and extend existing local HS2 HMS
> cache
> ---------------------------------------------------------------------------------
>
> Key: HIVE-24176
> URL: https://issues.apache.org/jira/browse/HIVE-24176
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Reporter: Jesus Camacho Rodriguez
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This issue creates a query-level cache for HMS requests. The lifecycle of
> that cache is associated to the lifecycle of the query. This basically means
> that each unique request to certain HMS APIs should only be served once from
> HMS, while follow-up repetitive calls will be retrieved from cache. The
> initial implementation includes caching for 19 APIs.
> This issue also extends existing local HS2 HMS cache implementation
> introduced in HIVE-23949 to support other requests (getTableColumnStatistics,
> getPartitionsByNames). In fact, implementation relies on some of the logic
> introduced in that JIRA since there are some commonalities.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)