Hi Use cases : Suppose my application back end DB is MYSQL. 1. Application writes a records (By using write through API) to PARTITIONED caches on ignite server instance from Cache the records will be stored on SQL DB...
2. Now while fetching the same records from application first I would fetch a records from near cache (using read through API) for better performance, if records are not available in local cache, then fetch from server PARTITIONED cache system. If not there then fetch from SQL DB, which is my persistence store. 3. Now Suppose my SQL DB gets updated, then how my PARTITIONED cache and LOCAL cache will get updated. Would it be or not? 4. If my PARTITIONED cache node instance goes down while calling the LOCAL cache store, What would be the behavior 5. Could I use near cache with REPLICATED CACHE enabled or not? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Near-Cache-with-Partitioned-Cache-and-DB-store-Mysql-tp9747.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
