Created a ticket so that we don’t forget about this new H2 capability. https://issues.apache.org/jira/browse/IGNITE-4594 <https://issues.apache.org/jira/browse/IGNITE-4594>
Alexander P. feel free to assign it on yourself. — Denis > On Jan 23, 2017, at 10:05 AM, Dmitriy Setrakyan <dsetrak...@apache.org> wrote: > > Very cool! Would be nice to add it to Ignite. > > On Mon, Jan 23, 2017 at 3:17 AM, Sergi Vladykin <sergi.vlady...@gmail.com> > wrote: > >> Guys, >> >> 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. >> >> Alex, >> >> Since you are working on better SQL Enum support and it will require H2 >> upgrade anyways, you can add this stuff to Ignite as well. >> >> Sergi >>