Hi Dmitriy Could you explain what is the difference between: - disk is a copy of the memory (only for recovery purposes) - disk is a data storage with memory used as a performant caching layer
I assume it is all about DataRegionConfiguration.setPersistenceEnabled and there is no other options I can imagine. Could you refer to options for cases 2 & 3 user should enable to cover these 2 cases. Sincerely, Dmitriy Pavlov сб, 5 мая 2018 г. в 4:01, Dmitriy Setrakyan <dsetrak...@apache.org>: > I have been going through the Ignite website today, and I have noticed that > nowhere on the website we mention various modes on how Ignite native > persistence can be used: > > - no disk, data is in memory-only (potentially over a 3rd-party database) > - disk is a copy of the memory (only for recovery purposes) > - disk is a data storage with memory used as a performant caching layer > > I believe we should put it in a table and explain it somewhere (homepage?). > > Denis, Prachi, what do you think? > > D. >