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:03:00 UTC

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

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

Zhong Yanghong resolved KYLIN-2733.
-----------------------------------
    Resolution: Resolved

> 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)