Hi Ignite Team,

Here are three issues that I have picked up on a 2.8 nightly build (don't
know if these have been reported and logged previously...?):

Version: 2.8
Build: 20181226

*Issue 1:*

CREATE INDEX statements cannot be part of an SQL multi-statement. But they
can be executed individually.

*Issue 2:*

CREATE INDEX ignores first column of a multi-column index. For example...

CREATE INDEX multi_index ON public.table (id, k, v) INLINE_SIZE 100;

results in an index for columns 'k' and 'v' only.

*Issue 3:*

DROP INDEX IF EXISTS... fails
DROP INDEX... works ok



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to