[
https://issues.apache.org/jira/browse/TAJO-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825171#comment-13825171
]
Hyunsik Choi commented on TAJO-284:
-----------------------------------
EXPRESSIONS field seems to contain redundant data. PARTITION, VALUES, LESS,
THAN, and partition name all may be unnecessary. I think that EXPRESSIONS field
should contain a single value for range and hash. For list, it should contain
only value list. This approach would be easy to use indexes that RDBMS provides.
> Add table partitioning entry to Catalog
> ---------------------------------------
>
> Key: TAJO-284
> URL: https://issues.apache.org/jira/browse/TAJO-284
> Project: Tajo
> Issue Type: Sub-task
> Components: catalog
> Reporter: Hyunsik Choi
> Assignee: JaeHwa Jung
> Fix For: 0.8-incubating
>
>
> To support table partitioning, Tajo catalog should supports the table
> partitioning. Each partition entry should include partition table id,
> partition key ids, partition types (i.e., hash, range, list, and key),
> partition number, min, max, and hash id.
--
This message was sent by Atlassian JIRA
(v6.1#6144)