You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhong Yanghong (JIRA)" <ji...@apache.org> on 2017/12/03 12:07:00 UTC

[jira] [Commented] (KYLIN-2733) Introduce optimize job for adjusting cuboid set

    [ https://issues.apache.org/jira/browse/KYLIN-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275904#comment-16275904 ] 

Zhong Yanghong commented on KYLIN-2733:
---------------------------------------

https://github.com/apache/kylin/pull/85

> Introduce optimize job for adjusting cuboid set
> -----------------------------------------------
>
>                 Key: KYLIN-2733
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2733
>             Project: Kylin
>          Issue Type: Sub-task
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>             Fix For: v2.3.0
>
>
> Optimize job is for adjusting existing cuboid set. Its data source is base cuboid. And it's another input is a set of cuboids recommended by cube planner algorithms. By comparing the new recommended cuboids _*R*_ and current prebuilt cuboids _*C*_, optimize job will do the following things:
> # Filter the overlap cuboids and remove the ones in _*C*_ but not in _*R*_
> # Update the shard id of the overlap cuboids
> # Add the missing cuboids in _*R*_ but not in _*C*_ with base cuboid as input for cubing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)