You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 05:45:01 UTC

[jira] [Closed] (KYLIN-1071) Is it possible to disable caching in kylin?

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

Shaofeng SHI closed KYLIN-1071.
-------------------------------

> Is it possible to disable caching in kylin?
> -------------------------------------------
>
>                 Key: KYLIN-1071
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1071
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Query Engine
>    Affects Versions: v1.1, v1.0
>            Reporter: Shaofeng SHI
>            Assignee: hongbin ma
>
> This is a requirement from eBay user (internal JIRA: KYLIN-320):
> Is it possible to disable caching in kylin? The ideal scenario is passing a parameter when sending a query to kylin and determining if caching should be disabled or enabled. For example, below is a sample command for getting data from Kylin:
> curl -b "JSESSIONID=$sessid" -X POST -H 'Content-Type: application/json' -d '
> {"sql":"'"$1"'", "offset":0, "limit":100000, "acceptPartial": false, "project":"Nous"}
> ' http://kylin.corp.ebay.com/kylin/api/query
> It will be super helpful if in addition to sqlstatement, offset, limit and acceptPartial we have another parameter which is useCache.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)