Rachelint commented on issue #11719:
URL: https://github.com/apache/datafusion/issues/11719#issuecomment-2267081717

   The detail profile about q0 in clickbench as following, maybe the 
optimization work can be divided into three parts:
   - Reduce the clone and drop of `Statistics`
   - Maybe optimize the impl for `get_statistics_with_limit`(seems may tmp 
vectors exist, but not sure)
   - Do cache for the result of object store list operation
   
   Trying the first possible optimization now.
   
![dperf](https://raw.githubusercontent.com/Rachelint/drawio-store/main/dperf.080306.svg)
   


-- 
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]

Reply via email to