You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2017/10/09 11:14:00 UTC

[jira] [Created] (HIVE-17745) FileSinkOperator: do not invoke updateProgress for every record

Rajesh Balamohan created HIVE-17745:
---------------------------------------

             Summary: FileSinkOperator: do not invoke updateProgress for every record
                 Key: HIVE-17745
                 URL: https://issues.apache.org/jira/browse/HIVE-17745
             Project: Hive
          Issue Type: Bug
            Reporter: Rajesh Balamohan
            Priority: Minor


Depending on the query and the number of records, {{updateProgress}} shows up in profiler as hotspot. It would be good to consider updating the progress on completing "x" number of records instead of invoking it for every record.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)