Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The API getLatestCommittedCompactionInfo is used by external cache server to check latest compaction id for tables/partitions.
Previously we have to set partition names for a partitioned table. That restriction causes a performance issue when a table with lots of partitions. We could remove this restriction so that when all the partitions are needed for a huge partitioned table we don't have to set all the partition names. That can reduce the size of the request and the overhead of sending request from client to HMS and from HMS to db.
Attachments
Issue Links
- causes
-
HIVE-26041 Fix wrong type supplied for getLatestCommittedCompaction
- Resolved
- links to