gene-bordegaray commented on PR #24598:
URL: https://github.com/apache/datafusion/pull/24598#issuecomment-5400136182

   here are my samplys:
   - No Linear Scan and no cache `RowConverter`:  
https://profiler.firefox.com/from-url/https%3A%2F%2Fgist.githubusercontent.com%2Fgene-bordegaray%2F87a66e96650dd9ec88dc5dac66c549db%2Fraw%2Fprofile_base_baked.json/
   - Linear Scan and cache RowConverter in Arc:  
https://profiler.firefox.com/from-url/https%3A%2F%2Fgist.githubusercontent.com%2Fgene-bordegaray%2Fdccf6a47d4cc100fe5d22197c7513643%2Fraw%2Fprofile_opt_baked.json/
   
   You will see the cachine `RowConverter` gets rid of the 
`drop_glue::RowConverter` then the `partition_grouped_take` takes over as 
dominant
   


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