The query cache is a LRU cache. There are two reasons an entry is removed from cache.
1. Many newer queries fill the cache, then the relative older query is removed. 2. When new cube build is completed, all query cache in the same project is removed. On Thu, Sep 14, 2017 at 4:47 PM, funky <[email protected]> wrote: > referenced link https://issues.apache.org/jira/browse/KYLIN-2318 > > -- > Sent from: http://apache-kylin.74782.x6.nabble.com/ >
