You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jin Zhou (JIRA)" <ji...@apache.org> on 2018/04/28 01:11:00 UTC

[jira] [Updated] (CARBONDATA-2033) support user specified segments in compaction

     [ https://issues.apache.org/jira/browse/CARBONDATA-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jin Zhou updated CARBONDATA-2033:
---------------------------------
    Description: 
extend major compaction to support user specified segments

 

the proposed syntax: 

ALTER TABLE [db_name].table_name COMPACT  'CUSTOM' WHERE SEGMENT.ID  IN (0,1,2);

  was:
extend major compaction to support user specified segments

 

the proposed syntax: 

ALTER TABLE [db_name].table_name COMPACT  'MAJOR' WHERE SEGMENT.ID  IN (0,1,2);

        Summary: support user specified segments in compaction  (was: support user specified segments in major compation)

> support user specified segments in compaction
> ---------------------------------------------
>
>                 Key: CARBONDATA-2033
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2033
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: Jin Zhou
>            Assignee: Jin Zhou
>            Priority: Minor
>          Time Spent: 8h 50m
>  Remaining Estimate: 0h
>
> extend major compaction to support user specified segments
>  
> the proposed syntax: 
> ALTER TABLE [db_name].table_name COMPACT  'CUSTOM' WHERE SEGMENT.ID  IN (0,1,2);



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)