richardstartin opened a new pull request #8204: URL: https://github.com/apache/pinot/pull/8204
Addresses high allocation rates observed in `LookupTransformFunction` by: * avoiding conversion of primitive blocks to boxed arrays * use the arrays in `BaseTransformFunction` which are reused between block evaluations * don't materialise a temporary join column output, write the result directly into the output -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
