Hunter Logan created KUDU-3232: ---------------------------------- Summary: GetTables in HMS Client should batch large requests Key: KUDU-3232 URL: https://issues.apache.org/jira/browse/KUDU-3232 Project: Kudu Issue Type: Improvement Reporter: Hunter Logan
[https://github.com/apache/kudu/blob/master/src/kudu/hms/hms_client.cc#L323] Because of how the thrift "get_table_objects_by_name" message works on the Hive side, Kudu should batch (or offer a configuration to batch) calls that have a large number of names (~100 per batch is likely an appropriate default). The performance issues with this call are particularly apparent when using the "kudu hms list" tool. -- This message was sent by Atlassian Jira (v8.3.4#803005)