Hi,

1. You may run query from client node [1] or with REST API [2]. Client mode
requires that it should be accessible from cluster, at least 47500 and 47100
ports should be opened on machine with client node. REST allows calling
queries and other Ignite API without opening that ports.

2. Java client node doesn't keeps any cache data, you don't need to
configure that.

3. No, this doesn't supported.

4. You can use custom functions in query with @QuerySqlFunction annotation
[3]. Unfortunately I'm not familiar with Infinispan, but Ignite fully
supports regular ANSI SQL.

5. Answered in 1.

[1] https://apacheignite.readme.io/docs/clients-vs-servers
[2] https://apacheignite.readme.io/docs/rest-api
[3]
https://ignite.apache.org/releases/mobile/org/apache/ignite/cache/query/annotations/QuerySqlFunction.html

Thanks!
-Dmitry.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Common-query-in-Ignite-tp13985p14026.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to