Aman Sinha has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/20505 )

Change subject: IMPALA-12462: Update only changed partitiones after COMPUTE 
STATS
......................................................................


Patch Set 4:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/20505/4/fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java
File fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java:

http://gerrit.cloudera.org:8080/#/c/20505/4/fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java@1891
PS4, Line 1891: !existingPartStats.equals(partitionStats)
There's some hidden cost here for the equals method as it may be doing an 
expensive comparison if incremental stats are present and this would add up for 
thousands of partitions. Any thoughts on that ?    That said, the  trade off 
could be acceptable considering the advantage of not performing the partition 
stats update.



-- 
To view, visit http://gerrit.cloudera.org:8080/20505
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If2703e0790d5c25db98ed26f26f6d96281c366a3
Gerrit-Change-Number: 20505
Gerrit-PatchSet: 4
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Aman Sinha <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
Gerrit-Comment-Date: Sun, 24 Sep 2023 22:38:55 +0000
Gerrit-HasComments: Yes

Reply via email to