Sach1nAgarwal commented on issue #53:
URL: https://github.com/apache/arrow-rs/issues/53#issuecomment-1396513788

   Parallel column is increasing the performance. I checked by creating 
multiple `ParquetRecordBatchStream<Reader>` for each column and all 
`ParquetRecordBatchStream<Reader>` reading parallely, performance increase from 
60Mega Bytes / sec (when single `ParquetRecordBatchStream<Reader>` for a file) 
to 200 Mega Bytes / sec. Reading a Parquet files, all contains 8 columns and of 
size of approximately 250MB.


-- 
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...@arrow.apache.org

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

Reply via email to