JavOrraca commented on issue #2508:
URL: https://github.com/apache/arrow-adbc/issues/2508#issuecomment-2652180622

   Okay quick update... I had a process crash but partially profiled it before 
the crash using RStudio's built-in profile. This is for the same 1M rows / 75 
col data set I've been testing. The profile output showed `read_adbc()` being 
ultra fast but 99% of the profile was spent on the `as_tibble()` interval 
(traced through `as_tibble` -> `as_tibble.default` -> `as_tibble` -> 
`as.data.frame` -> `as.data.frame.nanoarrow_array_stream` -> 
`convert_array_stream` -> `collect_array_stream`).
   
   Hope this helps some and happy to test other approaches for you.


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

Reply via email to