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

add backdoor toggles to control query behavior

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • v1.0, v1.4.0
    • None
    • None
    • Sprint 43, Sprint 44

    Description

      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

      Attachments

        Activity

          People

            mahongbin Hongbin Ma
            mahongbin Hongbin Ma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: