[
https://issues.apache.org/jira/browse/ARROW-4736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661758#comment-17661758
]
Rok Mihevc commented on ARROW-4736:
-----------------------------------
This issue has been migrated to [issue
#16002|https://github.com/apache/arrow/issues/16002] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Go] Optimize memory usage for CSV writer
> -----------------------------------------
>
> Key: ARROW-4736
> URL: https://issues.apache.org/jira/browse/ARROW-4736
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Go
> Reporter: Anson Qian
> Priority: Major
>
> perhaps not for this PR, but, depending on the number of rows and cols this
> record contains, this may be a very large allocation, and very big memory
> chunk.
> it could be more interesting performance wise to write n rows instead of
> everything in one big chunk.
> also, to reduce the memory pressure on the GC, we should probably (re)use
> this slice-of-slice of strings.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)