Hello! You can run cache.loadCache(), it would try to use cache store to restore cache.
You could also enable readThrough, test on per key basis. Regards, -- Ilya Kasnacheev ср, 26 сент. 2018 г. в 17:06, michal23849 <[email protected]>: > Hi, > > I have the persistence store setup to use the write-behind setting and it > works pretty smoothly. > <property name="writeThrough" > value="true"/> > <property > name="writeBehindEnabled" value="true"/> > > I wanted to ask how we can use this persistence store as the source of data > - actually read from the database when starting the Ignite cluster. > > Could you please provide some usecases to test the Ignite failure scenario > so that the data are restored from the SQLServer database. > > I have some doubts how it works as some Ignite data are converted to > strings > (datetime) and no idea how Ignite would process it. > > Thank you > Michal > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
