[ 
https://issues.apache.org/jira/browse/IMPALA-14089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Quanlong Huang resolved IMPALA-14089.
-------------------------------------
    Fix Version/s: Impala 5.0.0
       Resolution: Fixed

Resolving this. Thank [~rizaon] and [~hemanth619] for the review!

> Support REFRESH on multiple partitions
> --------------------------------------
>
>                 Key: IMPALA-14089
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14089
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Catalog, Frontend
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Major
>             Fix For: Impala 5.0.0
>
>
> This is the first step for IMPALA-4105 to help users combine multiple 
> partition level REFRESH statements into one:
> {code:sql}
> REFRESH <table>
>   PARTITION (...)
>   PARTITION (...)
>   PARTITION (...)
>   ...
> {code}
> This reduces table lock contention in catalogd side and avoids the table 
> version being increased multiple times. Also improves the overall performance 
> by loading partitions in parallel.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to