what you are facing is, limitation of Cassandra. You can't query Cassandra
data if its not indexed or primary key. No matter what technology you top it
off with Cassandra, you can't query without index/PK, period. The
alternative is to Cache the entire table OR load it in cache and Cassandra
simultaneously from the source.

Hope this helps, 



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

Reply via email to