You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/08/13 16:38:25 UTC

[GitHub] [incubator-iceberg] anjalinorwood opened a new pull request #375: Vectorized iceberg reader

anjalinorwood opened a new pull request #375: Vectorized iceberg reader
URL: https://github.com/apache/incubator-iceberg/pull/375
 
 
   This commit:
   + implements batched version of iterators (BatchedPageReader,
     ColumnarBatchReader etc) as the value-based iterator abstractions
     were taking up too much CPU.
   + moves the reads close to page level by consulting the definition
     levels and directly reading from values vector.
   
   Co-Authored-By: Samarth Jain <sa...@apache.org>

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org