You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Zhi Tang (Jira)" <ji...@apache.org> on 2023/04/16 15:45:00 UTC

[jira] [Updated] (IMPALA-12067) Avoid coordinator loading useless HDFS table’s partition metadata.

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

Zhi Tang updated IMPALA-12067:
------------------------------
    Description: Although catalogd propagates incremental metadata updates at the partition level, the coordinators still loads all of the table's partition metadata at query time, even if it is not being used. This is caused by coor needing to calculate the total hdFsbytes of the HDFS table. It can be optimized by transferring the computational logic to catalogd.  (was: Although catalogd propagates incremental metadata updates at the partition level, the coordinators still loads all of the table's partition metadata at query time, even if it is not being used. This is caused by coor needing to calculate the total hdFsbytes of the HDFS table. This can be optimized by transferring the computational logic to catalogd.)

> Avoid coordinator loading useless HDFS table’s partition metadata.
> ------------------------------------------------------------------
>
>                 Key: IMPALA-12067
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12067
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Zhi Tang
>            Priority: Major
>
> Although catalogd propagates incremental metadata updates at the partition level, the coordinators still loads all of the table's partition metadata at query time, even if it is not being used. This is caused by coor needing to calculate the total hdFsbytes of the HDFS table. It can be optimized by transferring the computational logic to catalogd.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org