Hi Riccardo,

If you are working with SQL queries, then you have to load all required data
into Ignite in advance. Ignite will not go to Cassandra in this case and
will return the result based only on entries that are already in caches.

However, if you use key-value API, both read-through and write-through are
available. I.e. when you read an entry using get() method providing a key,
Ignite will load value for this key from Cassandra in case it's not in the
cache yet.

-Val



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

Reply via email to