[
https://issues.apache.org/jira/browse/HIVE-25189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-25189:
----------------------------------
Affects Version/s: 4.1.0
> Cache the validWriteIdList in query cache before fetching tables from HMS
> -------------------------------------------------------------------------
>
> Key: HIVE-25189
> URL: https://issues.apache.org/jira/browse/HIVE-25189
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Affects Versions: 4.1.0
> Reporter: Steve Carlin
> Assignee: Steve Carlin
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> For a small performance boost at compile time, we should fetch the
> validWriteIdList before fetching the tables. HMS allows these to be batched
> together in one call. This will avoid the getTable API from being called
> twice, because the first time we call it, we pass in a null for
> validWriteIdList.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)