Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
See ArchiveUtils.
Does # of affected partitions x # of part keys calls to metastore.
This can take insane amount of time for a feature that I've never seen anyone actually use.
At the very least, we should have an API on metastore that will return list of tables with archived partitions, to be able to skip these checks after one MS call if we know that the table doesn't have any.
Or we could remove the feature altogether
Attachments
Issue Links
- is related to
-
HIVE-18643 don't check for archived partitions for ACID ops
- Closed