You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Jeongdae Kim (JIRA)" <ji...@apache.org> on 2016/12/02 07:38:58 UTC

[jira] [Created] (PHOENIX-3515) CsvLineParser Improvement

Jeongdae Kim created PHOENIX-3515:
-------------------------------------

             Summary: CsvLineParser Improvement
                 Key: PHOENIX-3515
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3515
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Jeongdae Kim
            Assignee: Jeongdae Kim
            Priority: Minor


CsvLineParser creates a new parser(apache commons CSVParser) every single line. it seems terribly inefficient.

I improved this issue by adding a new string reader to a parser once and use this for all lines.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)