You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2021/07/15 09:20:00 UTC

[jira] [Created] (HIVE-25336) Use single call to get tables in DropDatabaseAnalyzer

Ayush Saxena created HIVE-25336:
-----------------------------------

             Summary: Use single call to get tables in DropDatabaseAnalyzer
                 Key: HIVE-25336
                 URL: https://issues.apache.org/jira/browse/HIVE-25336
             Project: Hive
          Issue Type: Improvement
            Reporter: Ayush Saxena
            Assignee: Ayush Saxena


Optimise org.apache.hadoop.hive.ql.ddl.database.drop.DropDatabaseAnalyzer.analyzeInternal(DropDatabaseAnalyzer.java:61), where it fetches entire tables one by one. Move to a single call. This could save around 20+ seconds when large number of tables are present.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)