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

Zoltán Borók-Nagy updated IMPALA-14996:
---------------------------------------
    Labels: impala-iceberg ramp-up  (was: impala-iceberg)

> Improvize count(*) for Iceberg V3 tables
> ----------------------------------------
>
>                 Key: IMPALA-14996
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14996
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: impala-iceberg, ramp-up
>
> We can optimize count(*) queries further for Iceberg V3 tables that only have 
> Deletion Vectors.
> Basically we can do everything at query compilation time:
> count(*) = count(data records) - count(delete entries)
> Deletion Vectors can't have duplicates so we can safely use their record 
> counts.



--
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