You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2020/10/09 11:38:00 UTC

[jira] [Created] (IGNITE-13568) Calcite integration. Decrease bounds of index scan

Yury Gerzhedovich created IGNITE-13568:
------------------------------------------

             Summary: Calcite integration. Decrease bounds of index scan
                 Key: IGNITE-13568
                 URL: https://issues.apache.org/jira/browse/IGNITE-13568
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Yury Gerzhedovich


As of now, we analyze just the first column from predicate to detemine lower and upper bounds for complex indexes. 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)