You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by wang shuai <wa...@yonyou.com> on 2016/04/18 04:16:30 UTC

Question for data persistence

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.

Re: Question for data persistence

Posted by wang shuai <wa...@yonyou.com>.
Thank you, Alexei.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-for-data-persistence-tp4264p4350.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Question for data persistence

Posted by Alexei Scherbakov <al...@gmail.com>.
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 <wa...@yonyou.com>:

> 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