Anishek Agarwal created HIVE-23522:
--------------------------------------
Summary: repl bootstrap load: optimize partition loads
Key: HIVE-23522
URL: https://issues.apache.org/jira/browse/HIVE-23522
Project: Hive
Issue Type: Bug
Components: HiveServer2
Reporter: Anishek Agarwal
when "hive.repl.dump.metadata.only.for.external.table" = true is used in repl
dump, we only dump metadata for external tables. partitioned external tables
currently on the load side load one partition at a time, even though HMS has an
api for bulk partition update. we should for such scenarios use the bulk api.
this will significantly improve performance during bootstrap phase.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)