Rachelint commented on PR #11319:
URL: https://github.com/apache/datafusion/pull/11319#issuecomment-2212868324

   @efredine @alamb I made an bench about using `Builder` instead of `collect`, 
performance improved!
   - use collect
   ```
   Extract data page statistics for Boolean/extract_statistics/Boolean
                           time:   [11.392 µs 11.403 µs 11.411 µs]
   ```
   - use Builder
   ```
   Extract data page statistics for Boolean/extract_statistics/Boolean
                           time:   [10.089 µs 10.092 µs 10.096 µs]
   ```
   


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