Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We're currently using Thrift serialization / deserialization functions that allocate and deallocate Thrift C++ objects and memory with each invocation. The Impala codebase (and probably others) have some code we can learn from to be a bit more efficient:
https://github.com/apache/incubator-impala/blob/master/be/src/rpc/thrift-util.h#L42
Attachments
Issue Links
- links to