Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.0.0
-
ghx-label-10
Description
When running a same query several times against hive table, scan ranges assignment between query runs are identical. This helps towards efficiently hitting already cached file handles and data.
However, for iceberg table query, consecutive runs of the same query yield varying scan range assignment. This lead to more cache miss and slower scans.