You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/20 16:40:25 UTC

[GitHub] [arrow-rs] tustvold commented on issue #1711: Concatenate parquet files without deserializing?

tustvold commented on issue #1711:
URL: https://github.com/apache/arrow-rs/issues/1711#issuecomment-1133108762

   This sounds like a good idea to me, and could possibly feed into some sort of story for parallel writing :+1: 
   
   It is probably worth highlighting though that whilst merging parquet files without rewriting the row groups will theoretically reduce the IO required to fetch them from object storage, along with any catalog overheads, it likely won't help with the CPU-bound portion of actually decoding the bytes, nor with compression.


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

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