Hi, Ignite fully supports pluggable persistence. Refer to this page for details: https://apacheignite.readme.io/docs/persistent-store You can implement CacheStore interface to adapt Ignite to your persistence requirements. Where are several examples related to this: https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store
2016-04-18 5:16 GMT+03:00 wang shuai <[email protected]>: > Ignite supports to move data from memory to swap space where memory is not > enough. But it is not equal to full data backup. Is there any configuration > or strategy to persist all data from memory to disk for backup in Ignite, > like dumping snapshot in Redis? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Question-for-data-persistence-tp4264.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Alexei Scherbakov
