You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2018/06/01 20:47:00 UTC

[jira] [Updated] (HIVE-19432) HIVE-7575: GetTablesOperation is too slow if the hive has too many databases and tables

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

Ashutosh Chauhan updated HIVE-19432:
------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.0.0
           Status: Resolved  (was: Patch Available)

Pushed to master. Thanks, [~Rajkumar Singh]
Can you also please upload patch for branch-3 Current one doesn't apply cleanly.

> HIVE-7575: GetTablesOperation is too slow if the hive has too many databases and tables
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-19432
>                 URL: https://issues.apache.org/jira/browse/HIVE-19432
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive, HiveServer2
>    Affects Versions: 2.2.0
>            Reporter: Rajkumar Singh
>            Assignee: Rajkumar Singh
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-19432.01.patch, HIVE-19432.01.patch, HIVE-19432.patch
>
>
> GetTablesOperation is too slow since it does not check for the authorization for databases and try pulling all the tables from all the databases using getTableMeta. for operation like follows
> {code}
> con.getMetaData().getTables("", "", "%", new String[] \{ "TABLE", "VIEW" });
> {code}
> build the getTableMeta call with wildcard *
> {code}
>  metastore.HiveMetaStore: 8: get_table_metas : db=* tbl=*
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)