antidote icon indicating copy to clipboard operation
antidote copied to clipboard

Optimize transactional protocol by buffering updates

Open angbrav opened this issue 10 years ago • 1 comments

The idea is to optimise the transactional protocol by buffering updates in the coordinator and sending them to the vnodes in the transaction's write set when preparing/committing.

angbrav avatar Feb 25 '15 09:02 angbrav

Another simple optimisation that is missing is to allow single key update transactions to not require using the 2 phase commit protocol.

tcrain avatar Sep 22 '16 11:09 tcrain