[jira] [Created] (CARBONDATA-3731) Avoid data copy in Writer

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3731) Avoid data copy in Writer

Akash R Nilugal (Jira)
Jacky Li created CARBONDATA-3731:
------------------------------------

             Summary: Avoid data copy in Writer
                 Key: CARBONDATA-3731
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3731
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Jacky Li
            Assignee: Jacky Li
             Fix For: 2.0.0


For variable length column like String and Binary, currently there are 5 data copies during data write process, in CarbonFactDataHandlerColumnar.processDataRows
These data copies can be avoided by using ByteBuffer instead of byte[]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)