alamb commented on issue #6906:
URL: https://github.com/apache/datafusion/issues/6906#issuecomment-2356392519

   > I am not familiar enough with StringViewArray, is it ok to do that? And 
will it lead to a extremely bad performance?
   
   I think using a single `Buffer` for each string will be bad for performance 
(likely worse than storing as `String` and copying them at the end. 
`StringViewArray` is really optimized for a small number of buffers (even 
though in theory it could have 2B of them as it is indexed on `i32`)


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to