You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by tekbird <ba...@live.in> on 2017/01/17 11:01:37 UTC

Persistent local storage

Is it possible to configure a database per Ignite node only to store the data
that's cached by that node and to retrieve in case of node failure? For
instance, I could have a local MySQL db that will persist any data that is
cached by a node which is part of a larger cluster. Is this really possible?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Persistent-local-storage-tp10090.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Persistent local storage

Posted by Ilya Lantukh <il...@gridgain.com>.
Hi,

Yes, it is possible to configure such behavior by using CacheStore [1]. You
can use it to persist data in any kind of database, global or local.

[1] https://apacheignite.readme.io/docs/persistent-store

-- 
Best regards,
Ilya