[
https://issues.apache.org/jira/browse/TAJO-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaehwa Jung updated TAJO-1284:
------------------------------
Attachment: TAJO-1260.sql
TAJO-1260.png
I designed two tables as follows:
- COLUMN_PARTITIONS: Maintains each partition name and partition path. If an
user add one partition, Tajo will insert just one row at this table.
- COLUMN_PARTITION_PARAMS: Maintains each partition key and values by a row.
If an user add one partition which consists of two keys, Tajo will insert two
rows at this table.
I uploaded two files that could help comprehension.
> Add alter partition method to CatalogStore
> ------------------------------------------
>
> Key: TAJO-1284
> URL: https://issues.apache.org/jira/browse/TAJO-1284
> Project: Tajo
> Issue Type: Sub-task
> Components: catalog
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
> Attachments: TAJO-1260.png, TAJO-1260.sql
>
>
> This patch will implement ALTER TABLE ADD PARTITION method and ALTER TABLE
> DROP PARTITION method to CatalogStore.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)