I meant that Cassandra itself will be involved only when you load the data into caches, which is a separate step that should happen prior to query execution. When Ignite query is executed, Cassandra is not touched.
The answer on your question is yes - any joins are possible, similar to any relational database. However, for good performance you should consider collocation and indexing. See the documentation for details: https://apacheignite.readme.io/docs/sql-grid -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Newbie-Questions-on-Ignite-over-cassandra-tp10264p10274.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
