Alex, > So, as I understand, if Ignite don't find data in cache (hot cache, RAM) , then it tried to find it in persistent cache? Am I right? Yes, it can work this way. If you enable native persistence, then it will work this way out-of-the-box. If you choose to use 3rd party persistence, then, you will have to enable read-through mode.
Denis чт, 18 янв. 2018 г. в 14:27, Alex33 <[email protected]>: > Denis Mekhanikov wrote > > I'm not sure, what you mean by "some data providers". > > Thanks. "some data providers " - there are some external services for our > data. This mean that we execute on server nodes some tasks and if we don't > find results of our search in cache, we send requests to these "data > providers". So, as I understand, if Ignite don't find data in cache (hot > cache, RAM) , then it tried to find it in persistent cache? Am I right? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
