There are some updates and clarifications for the approach.
About Multi/Single Node Operations
To improve performance for single-partition operations it's possible
to separate
single-partitions and multi-partitions transactions. A single-partition
operation sends a put/get directly to the required
Serge,
>#1 Could you please share any case when we need to use different modes for
>different
caches?
Atomic caches?
--
Alexey Kuznetsov
;> [1].
>> It’ll help us to solve an issue when a user might see a partially
>> committed transaction.
>>
>> Below you can find the proposed design.
>> Please provide your feedback/thoughts about suggested solution.
>>
>> Thanks a lot,
>> Sergey Puchnin
posed design.
> Please provide your feedback/thoughts about suggested solution.
>
> Thanks a lot,
> Sergey Puchnin
>
> [1] https://issues.apache.org/jira/browse/IGNITE-3478
>
>
> *Multi-Version Concurrency Control Architecture*
>
>
> Abstract
>
> This page contains