You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/02 15:21:00 UTC

[jira] [Updated] (ARROW-3404) [C++] Make CSV chunker faster

     [ https://issues.apache.org/jira/browse/ARROW-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-3404:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Make CSV chunker faster
> -----------------------------
>
>                 Key: ARROW-3404
>                 URL: https://issues.apache.org/jira/browse/ARROW-3404
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.11.0
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> Currently the CSV chunker can be the bottleneck in multi-threaded reads (starting from 6 threads, according to my experiments). One way to make it faster is to consider by default that CSV values cannot contain newline characters (overridable via a setting), and then simply search for the last newline character in each block of data.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)