richardstartin opened a new pull request #8134: URL: https://github.com/apache/pinot/pull/8134
This addresses many inefficiencies which show up in a benchmark of the query engine * delaying conversion of `int[]` to `double[]` speeds up reading blocks from storage, reduces the size of arrays stored in the `DataBlockCache` * Don't detect function types by throwing exceptions Some of these have worse cost/benefit ratio (`CaseTransformFunction`) so I will probably drop the commits. -- 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]
