Hello Evgenii,

I foud that the link for More information on CacheConfiguration can be
found here: is missing, could you please resend it to me?

Also,is there a way to find out which setting is the fastest and minimal
overhead?

Thanks,

Anthony

On Tue, Apr 7, 2020 at 11:46 AM Anthony <[email protected]> wrote:

> Thanks for your help Evgenii!
>
> On Tue, Apr 7, 2020 at 10:38 AM Evgenii Zhuravlev <
> [email protected]> wrote:
>
>> Hi,
>>
>> If these nodes are combined into one cluster, then it will be the same
>> cache. By default, it will be Partitioned cache without backups and both
>> nodes will have part of the data. If you want to replicate data fully, you
>> can set backups to 1 or create cache as Replicated instead of Partitioned.
>> More information on CacheConfiguration can be found here:
>>
>> Best Regards,
>> Evgenii
>>
>> вт, 7 апр. 2020 г. в 10:25, Anthony <[email protected]>:
>>
>>> Hello,
>>>
>>> I am new to Ignite and have a few questions.
>>> If I have two process running the following code:
>>>
>>> Process 1:
>>> Ignite grid = Ignition::Start(cfg);
>>> Cache<int, std::string> cache = grid.GetOrCreateCache<int,
>>> std::string>("myCache");
>>>
>>>   Process 2:
>>>  Ignite grid = Ignition::Start(cfg);
>>> Cache<int, std::string> cache = grid.GetCache<int,
>>> std::string>("myCache");
>>>
>>> Will Cache be duplicated to the grid in process 2?
>>>
>>> Thanks,
>>>
>>> Anthony
>>>
>>

Reply via email to