You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2015/07/07 13:47:04 UTC

[jira] [Resolved] (KYLIN-844) add backdoor toggles to control query behavior

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

hongbin ma resolved KYLIN-844.
------------------------------
       Resolution: Fixed
    Fix Version/s: v0.7.3
                   v0.8.1

> add backdoor toggles to control query behavior 
> -----------------------------------------------
>
>                 Key: KYLIN-844
>                 URL: https://issues.apache.org/jira/browse/KYLIN-844
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: hongbin ma
>            Assignee: hongbin ma
>             Fix For: v0.8.1, v0.7.3
>
>
> for profiling purpose, a toggle should be added to enable us to check the performance of each step happened in observer
> public enum ObserverBehavior {
>     SCAN, //only scan data, used for profiling tuple scan speed
>     SCAN_FILTER, //only scan+filter used,used for profiling filter speed
>     SCAN_FILTER_AGGR, //default normal behavior
> }
> another toggle should be added to control whether to use fuzzy keys for query execution



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)