You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by pr...@infoworks.io, pr...@infoworks.io on 2018/08/13 08:31:14 UTC

Failed to create index on cache

Hi,

create index sql query fails with javax.cache.CacheException: Schema change operation failed: Too long encoded indexName. is there a limit to number of columns we can index.

Regards,
Prem

Re: Failed to create index on cache

Posted by "ilya.kasnacheev" <il...@gmail.com>.
Hello!

I suggest specifying shorter index name manually, since it looks like
automatically generated index name was too long (longer than 255 bytes).

It has no relation to number of fields, just to its name which can be any
compliant string.

Regards,



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