You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2021/06/18 09:35:02 UTC

[jira] [Updated] (IGNITE-13030) Calcite integration. Push projections to scans and avoid reading full row when possible

     [ https://issues.apache.org/jira/browse/IGNITE-13030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yury Gerzhedovich updated IGNITE-13030:
---------------------------------------
    Labels: calcite2-required calcite3-required  (was: )

> Calcite integration. Push projections to scans and avoid reading full row when possible
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13030
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13030
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Roman Kondakov
>            Priority: Minor
>              Labels: calcite2-required, calcite3-required
>
> We can establish index-only scans in some cases. For example, if the column {{depId}} is indexed (and totally inlined), we can to execute a query like:
> {code:java}
> SELECT depId FROM emp
> {code}
> and collects resultset without pagememory lookups.
>  



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