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

[jira] [Created] (HIVE-24668) Improve FileSystem usage in dynamic partition handling

Peter Varga created HIVE-24668:
----------------------------------

             Summary: Improve FileSystem usage in dynamic partition handling
                 Key: HIVE-24668
                 URL: https://issues.apache.org/jira/browse/HIVE-24668
             Project: Hive
          Issue Type: Improvement
            Reporter: Peter Varga
            Assignee: Peter Varga


Possible improvements:
 * In the Movetask process both getFullDPSpecs and later Hive::getValidPartitionsInPath do a listing for dynamic partitions in the table, the result of the first can be reused
 * Hive::listFilesCreatedByQuery does the recursive listing on Hive side, the native recursive listing should be used
 * if we add a new partition we populate the quickstats, that will do another listing for the new partition, the files are already collected for the writeNotificationlogs, that can be used



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