You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/08/31 16:18:18 UTC

[GitHub] [orc] coderex2522 commented on issue #1240: Huge memory taken for each field when exporting

coderex2522 commented on issue #1240:
URL: https://github.com/apache/orc/issues/1240#issuecomment-1233150605

   @LouisClt  To support the zero-copy mechanism, class BufferedOutputStream will have an internal data buffer. And the default capacity of  the internal data buffer is 1MB. This default capacity size should be able to be modified, but here's a hint that if the buffer capacity is set too small, it may cause the buffer to expand and trigger memcpy function frequently.


-- 
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: issues-unsubscribe@orc.apache.org

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