Hello! Then it should survive restart while keeping cache content. I'm not an expert in Hibernate caching but that I would expect.
Regards, -- Ilya Kasnacheev чт, 12 нояб. 2020 г. в 12:58, Bastien Durel <[email protected]>: > Le mardi 10 novembre 2020 à 17:39 +0300, Ilya Kasnacheev a écrit : > > Hello! > > > > You can make it semi-persistent by changing the internal Ignite node > > type inside Hibernate to client (property clientMode=true) and > > starting a few stand-alone nodes (one per each VM?) > > > > This way, its client will just connect to the existing cluster > > with data already there. > > > > You can also enable Ignite persistence, but I assume that's not what > > you want. > > Hello. > > Ignite is already started in client mode before initializing hibernate, > and connected to a few stand-alone servers. > > Regards, > > -- > Bastien Durel > DATA > Intégration des données de l'entreprise, > Systèmes d'information décisionnels. > > [email protected] > tel : +33 (0) 1 57 19 59 28 > fax : +33 (0) 1 57 19 59 73 > 45 avenue Carnot, 94230 CACHAN France > www.data.fr > > >
