You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/06/02 14:11:00 UTC

[jira] [Updated] (HIVE-25189) Cache the validWriteIdList in query cache before fetching tables from HMS

     [ https://issues.apache.org/jira/browse/HIVE-25189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HIVE-25189:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Reporter: Steve Carlin
>            Assignee: Steve Carlin
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 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.3.4#803005)