You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Manish Gupta (JIRA)" <ji...@apache.org> on 2017/04/05 10:20:42 UTC

[jira] [Created] (CARBONDATA-863) Support creation and deletion of dictionary files through RDD during alter add and drop

Manish Gupta created CARBONDATA-863:
---------------------------------------

             Summary: Support creation and deletion of dictionary files through RDD during alter add and drop
                 Key: CARBONDATA-863
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-863
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Manish Gupta
            Assignee: Manish Gupta
            Priority: Minor
             Fix For: 1.1.0-incubating


Currently during alter add and drop columns operation, dictionary files for columns are being added and dropped in a single thread due to which the operation becomes very slow as the number of columns increases.

Instead this operation should be done through RDD which will make optimal use of executor cores configured and performance will increase by number of cores configured.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)