Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.9.0
Description
The fix for IMPALA-4840 improved "REFRESH"s performance by doing a file by file load of block metadata instead of bulk loading it. This code path is also taken by "alter table add partition" that loads newly added partitions. Given we need to load the newly added partition md from scratch, we can leverage the listFiles() functionality here rather than following the refresh's code path that is sub-optimal for this case.
Attachments
Attachments
Issue Links
- is blocked by
-
IMPALA-4840 Fix REFRESH perf issues.
- Resolved