yangxk1 commented on PR #697:
URL: 
https://github.com/apache/incubator-graphar/pull/697#issuecomment-2918109996

   In addition, I’ve written a demo showing how to use the `reader` to read 
specific properties. The implementation can be found at: 
https://github.com/yangxk1/incubator-graphar/tree/test-select-columns-by-reader
   
   The demo demonstrates that the `reader` offers significant performance gains 
compared to the current `scanner`-based approach. 
   However, the reader does not support predicate pushdown.
   
   `*V2` use the `reader`
   
![image](https://github.com/user-attachments/assets/5fcb1660-1dac-486e-93e5-ea4cb4ce5f06)
   
   


-- 
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: commits-unsubscr...@graphar.apache.org

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


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

Reply via email to