Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-791

Optimize pushFilterPastProject

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0-incubating
    • None
    • None

    Description

      The method RelOptUtil.pushFilterPastProject is called many times, in particular from stats methods getDistinctRowCount(Project, ImmutableBitSet, RexNode) and getSelectivity(Project, RexNode). It works by creating two RexPrograms and then merging them, which is inefficient, especially for simple, common cases where the project is the identity or a permutation of the input fields.

      We need to use a simpler approach than merging RexPrograms, either always, or at least in the common cases. The benefit will be reduced gc pressure.

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: