kumar vishal created CARBONDATA-418:
---------------------------------------
Summary: Data Loading performance issue
Key: CARBONDATA-418
URL: https://issues.apache.org/jira/browse/CARBONDATA-418
Project: CarbonData
Issue Type: Bug
Reporter: kumar vishal
Assignee: kumar vishal
In CarbonCsvBasedSeqGen step for each row we are calling dimension ids split
method as String.split method is costly operation and every time it will
create a unnecessary object it will impact the performance, We can store it in
a local variable
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)