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

ASF GitHub Bot commented on KYLIN-4998:
---------------------------------------

codecov-commenter commented on pull request #1658:
URL: https://github.com/apache/kylin/pull/1658#issuecomment-855411501


   # 
[Codecov](https://codecov.io/gh/apache/kylin/pull/1658?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 Report
   > :exclamation: No coverage uploaded for pull request base 
(`kylin-on-parquet-v2@2edeaea`). [Click here to learn what that 
means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/1658/graphs/tree.svg?width=650&height=150&src=pr&token=JawVgbgsVo&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/kylin/pull/1658?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@                  Coverage Diff                   @@
   ##             kylin-on-parquet-v2    #1658   +/-   ##
   ======================================================
     Coverage                       ?   23.80%           
     Complexity                     ?     4649           
   ======================================================
     Files                          ?     1158           
     Lines                          ?    66935           
     Branches                       ?     9870           
   ======================================================
     Hits                           ?    15935           
     Misses                         ?    49319           
     Partials                       ?     1681           
   ```
   
   
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/1658?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/1658?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
 Last update 
[2edeaea...f0cb8cf](https://codecov.io/gh/apache/kylin/pull/1658?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
 Read the [comment 
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> 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.0
>
>
> 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.3.4#803005)

Reply via email to