few questions on the data streaming. below is my scenario.

>> i have to stream data continuously in the Cache, the data that is
>> inserted/deleted today into my table. 
so, should i run the query that fetches just todays data with
created/updated date as today in a while loop?  

>> what about the data already loaded into cache.  how will that get deleted
>> if the row is deleted from table. imagine only readthrough is set to
>> true. application is inserting data directly into the datastore but not
>> through the cache.

>> if i have to load large data set into cache every time,  set expiration
>> time on cache would  load all data into cache again? 
how to avoid loading all data again and stream and load only
inserted/updated data.

please suggest.

-Srini



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Need-help-on-the-data-streaming-tp8714.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to