Yes, Ignite support native persistence, documentation for this was
mentioned in your first message
Simple configuration for enabling it:
<bean class="org.apache.ignite.configuration.IgniteConfiguration">
<!-- Enabling Apache Ignite Native Persistence. -->
<property name="persistentStoreConfiguration">
<bean class="org.apache.ignite.configuration.PersistentStoreConfiguration"/>
</property> </bean>
Evgenii
2017-08-29 18:16 GMT+03:00 matt <[email protected]>:
> Maybe I'm not understanding this correctly but doesn't Ignite support a
> "native" persistence solution, where data is written to disk? If so, where
> can I learn more about configuring this behavior? I'm expecting that once
> enabled, a restart of the node would have the cache populated from what was
> persisted previously. But I'm struggling to figure out how to configure
> this. The examples in the documentation don't seem to show enough to
> actually get something working.
>
> Thanks,
> - Matt
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/How-to-configure-off-heap-and-native-
> distributed-persistence-tp16488p16504.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>