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

Constant query performance optimization

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.0-alpha
    • 5.0-alpha
    • Query Engine
    • None

    Description

      Design

      Optimize org.apache.calcite.adapter.enumerable.EnumerableInterpretable#getBindable with cache.

      Cherry-pick from https://github.com/apache/calcite/pull/950, Calcite 1.19 uses Guava cache on Bindable instances.

      Similar to calcite.bindable.cache.maxSize and calcite.bindable.cache.concurrencyLevel, two KYLIN configs are added as follows:

       

      # Cache max size, default value is 10
      kylin.query.calcite.bindable.cache.maxSize
      # controll the concurrency level of cache, default value is 5
      kylin.query.calcite.bindable.cache.concurrencyLevel

       

       

      Attachments

        Activity

          People

            dorriszhang Ruixuan Zhang
            dorriszhang Ruixuan Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: