Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-13568

Calcite integration. Decrease bounds of index scan

    XMLWordPrintableJSON

Details

    Description

      As of now, we analyze just the first column from predicate to detemine lower and upper bounds for complex indexes in case first predicate is not equal. It decreasing search space, however for particular cases, it could be not so effective, for example, the selectivity of the first column is very low. We need to take into account all columns from predicate and suitable index. Need to keep in mind that each column at the index could be sorted in a different manner.
      Start point right now is org.apache.ignite.internal.processors.query.calcite.util.RexUtils#buildIndexConditions, could be refactored before the ticked will be started.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jooger Iurii Gerzhedovich
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: