[
https://issues.apache.org/jira/browse/KYLIN-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16536034#comment-16536034
]
ASF subversion and git services commented on KYLIN-3423:
--------------------------------------------------------
Commit d1ed1072728ca0bd12b83a04e2308784b2e045a6 in kylin's branch
refs/heads/master from ZhansShaoxiong
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=d1ed107 ]
KYLIN-3423 Performance improvement in FactDistinctColumnsMapper
Signed-off-by: shaofengshi <[email protected]>
> Performance improvement in FactDistinctColumnsMapper
> ----------------------------------------------------
>
> Key: KYLIN-3423
> URL: https://issues.apache.org/jira/browse/KYLIN-3423
> Project: Kylin
> Issue Type: Improvement
> Reporter: liyang
> Assignee: Shaoxiong Zhan
> Priority: Major
> Fix For: v2.5.0
>
>
> Currently FactDistinctColumnsMapper writes every cell to mapper output. In
> spite of mapper side Combiner, we could do better de-dup using available
> mapper memory.
> The situation becomes worse after KYLIN-3370, because not only dictionary
> columns, now it is every dimension column get written as mapper output.
> Suggest
> * For non-dictionary dimension column, only write min/max value to mapper
> output.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)