You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2022/09/30 09:52:00 UTC

[jira] [Updated] (IGNITE-17791) SQL: Allow index scans for different but compatible types

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

Aleksey Plekhanov updated IGNITE-17791:
---------------------------------------
    Labels: ise  (was: )

> SQL: Allow index scans for different but compatible types
> ---------------------------------------------------------
>
>                 Key: IGNITE-17791
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17791
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: ise
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After IGNITE-17027, index scans for different types (when indexes type should be converted to search row type) are prohibited. It is correct for incompatible types (with different comparison rules, for example for INT and VARCHAR), but for compatible types, we can support such a scans.
> For example, if indexed type is INT and search row type is BIGINT we should allow index scan despite the fact that BIGINT is type with higher priority.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)