[ https://issues.apache.org/jira/browse/PHOENIX-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeongdae Kim updated PHOENIX-3515: ---------------------------------- Description: 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 create a parser once and use this for all lines. was: 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. > 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 > Attachments: PHOENIX-3515.1.patch > > > 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 create a parser once > and use this for all lines. -- This message was sent by Atlassian JIRA (v6.3.4#6332)