You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "mahesh kumar behera (Jira)" <ji...@apache.org> on 2021/06/07 03:45:00 UTC

[jira] [Created] (HIVE-25204) Reduce overhead of adding notification log for update partition column statistics

mahesh kumar behera created HIVE-25204:
------------------------------------------

             Summary: Reduce overhead of adding notification log for update partition column statistics
                 Key: HIVE-25204
                 URL: https://issues.apache.org/jira/browse/HIVE-25204
             Project: Hive
          Issue Type: Sub-task
          Components: Hive, HiveServer2
            Reporter: mahesh kumar behera
            Assignee: mahesh kumar behera


The notification logs for partition column statistics can be optimised by adding them in batch. In the current implementation its done one by one causing multiple sql execution in the backend RDBMS. These SQL executions can be batched to reduce the execution time.



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