Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.1.0
-
ghx-label-8
Description
I noticed Impala spending a significant amount of CPU time in KuduTableSink::Send creating and destroying KuduColumnSchemas.
See KUDU-2731 for more information.
Impala could wait for a better option from the Kudu API, or could cache information about nullability of columns outside the hot loop in Send.
Attachments
Issue Links
- relates to
-
KUDU-2731 Getting column schema information from KuduSchema requires copying a KuduColumnSchema object
- Open