rseetham opened a new issue, #12679: URL: https://github.com/apache/pinot/issues/12679
The current protobuf decoder uses DynamicMessage to deserialize protobuf. It's performance is known to be 3x-4x times slower than the classes and builders compiled by protoc for a message. We should also provide the option to use codegen for deseriazing protobuf. Other open source projects also support this codegen way of decoding protobuf. [Flink](https://issues.apache.org/jira/browse/FLINK-18202) generates code on the fly to decode protobuf using the methods in a compiles protobuf message jar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org