Hi,  
I consider some issues about cache in apache-ignite.  
1. Firstly, from what you said me, we can query apache-ignite using SQL.
However, then results will be only from cache RAM.  
So, what about situation when table from database doesn't fit into RAM. Then
SELECT * on ignite returns only the rows that are loaded into cache. 
Am I ok ?

2. We always must set key-value. 
Now, key should be the same as in my database ? 
Then, before doing select sql we can use get method to load into cache
needed rows.
Am I ok ?





--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/querying-sql-performance-of-apache-ignite-tp4135.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to