Hi Maxim,

Please refer to following links to understand how it could configured:

https://apacheignite.readme.io/docs/indexes
https://apacheignite-sql.readme.io/docs/schema-and-indexes
https://apacheignite.readme.io/docs/cache-queries#query-configuration-using-queryentity

Long story short: if you create cache via Java API or xml as in your
snippet, you should use <CACHE_NAME>.<VALUE_TYPE_NAME> to refer table from
SQL query. So if your cache named "mycache" has objects of type "Person" you
should "select * from "mycache".Person" with cache name escaped with quotes.

Regards



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

Reply via email to