Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2162

Expose stats about scan filters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.12.0
    • client
    • None

    Description

      Impala is working on implementing runtime filters that get pushed down into Kudu using KuduScanner::AddConjunctPredicate()

      It would be useful for perf analysis and debugging to be able to include info in Impala's runtime profile about the effectiveness of the filters, eg. number of rows that are filtered.

      This would probably require at least two counters:

      • # of blocks that are entirely skipped
      • # of rows that are filtered from blocks that aren't entirely skipped

      Attachments

        Activity

          People

            tdsilva Thomas D'Silva
            twmarshall Thomas Tauber-Marshall
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: