Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-1071

Is it possible to disable caching in kylin?

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • v1.0, v1.1
    • None
    • Query Engine
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              mahongbin Hongbin Ma
              shaofengshi Shao Feng Shi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: