Rachelint commented on PR #11802: URL: https://github.com/apache/datafusion/pull/11802#issuecomment-2267529670
> This is very exciting and a great idea. Thank you @Rachelint > > We have seen similar performance challenges cloning `Statistics` in InfluxDB Glad to see that it can help! In fact, I want to refactor the returned value of `statistic` function to `Arc<Statistic>` for reducing more clone of `Statistic`. https://github.com/apache/datafusion/blob/a4d41d6a661753f24de0913228f02898ebabc201/datafusion/physical-plan/src/execution_plan.rs#L383 But I don't know if it is ok to modify such a function in the public trait... -- 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]
