You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergi Vladykin (JIRA)" <ji...@apache.org> on 2017/04/21 13:42:04 UTC

[jira] [Resolved] (IGNITE-4594) Implement index hints for SQL

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

Sergi Vladykin resolved IGNITE-4594.
------------------------------------
    Resolution: Fixed

Merged to 2.0

> Implement index hints for SQL
> -----------------------------
>
>                 Key: IGNITE-4594
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4594
>             Project: Ignite
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Denis Magda
>            Assignee: Sergi Vladykin
>             Fix For: 2.0
>
>
> Recently in H2 we've merged a very important feature: index hints. It is an
> additional MySQL-like syntax:
> SELECT * FROM  my_table USE INDEX (index_a) WHERE A = 1
> It will be very easy to support this in Ignite.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)