Dandandan opened a new issue, #7744:
URL: https://github.com/apache/arrow-rs/issues/7744

   I think we can also improve the non-inlined case with prefixes in the views, 
I will create an issue about it later.
   
   _Originally posted by @Dandandan in 
https://github.com/apache/arrow-rs/issues/7731#issuecomment-2996000022_
               
   I think we should be able to do most comparisons based on the prefix (4 
bytes), rather than looking in the databuffer.
   If the values are the same, we can look into the databuffer and compare the 
rest of the bytes.
   This should avoid fetching most of the data, only for the comparisons that 
have equal 4 bytes. 


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