Re: Multi-Version Concurrency Control

2017-08-21 Thread Serge Puchnin
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

Re: Multi-Version Concurrency Control

2017-08-16 Thread Alexey Kuznetsov
Serge, >#1 Could you please share any case when we need to use different modes for >different caches? Atomic caches? -- Alexey Kuznetsov

Re: Multi-Version Concurrency Control

2017-08-16 Thread Serge Puchnin
;> [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

Re: Multi-Version Concurrency Control

2017-08-15 Thread Alexey Kuznetsov
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