tustvold commented on issue #5240: URL: https://github.com/apache/arrow-rs/issues/5240#issuecomment-1868604889
> Theoretically it should be able to decode faster than disk read Certainly decoding plain encoded primitives can approach the memory bandwidth of the machine. However, the same is not typically true of BYTE_ARRAY, where the data dependency introduced by the lengths, among other overheads, tends to get in the way. I'll be very interested to see any results you can share, NVMe opens a lot of cool possibilities 👍 -- 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]
