Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
Description
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
con.getMetaData().getTables("", "", "%", new String[] \{ "TABLE", "VIEW" });
build the getTableMeta call with wildcard *
metastore.HiveMetaStore: 8: get_table_metas : db=* tbl=*