[
https://issues.apache.org/jira/browse/KYLIN-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yaqian Zhang updated KYLIN-4998:
--------------------------------
Fix Version/s: v4.0.2
(was: v4.0.1)
> Remove partition dimension in cuboid routing to accelerate query
> ----------------------------------------------------------------
>
> Key: KYLIN-4998
> URL: https://issues.apache.org/jira/browse/KYLIN-4998
> Project: Kylin
> Issue Type: New Feature
> Components: Query Engine
> Affects Versions: v4.0.0-beta
> Reporter: Shengjun Zheng
> Assignee: Shengjun Zheng
> Priority: Major
> Fix For: v4.0.2
>
>
> We'll always need to filter data using partition column, but no need to
> include partition in aggregation dimensions. For these cases, Kylin will
> choose cuboid that include partition column. It's not efficient enough for
> those queries and we can't take the best advantage of precomputing.
> Recently we have tried to split a query into two parts, one part of query
> will process segments whose data is fully used in a query so that it can
> choose cuboid without partition column. This dose bring great improvement for
> big queries, one of our test cases' response time reduced from 20s to 6s.
> We'll refine the code and share it.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)