antidote
antidote copied to clipboard
Optimize transactional protocol by buffering updates
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.
Another simple optimisation that is missing is to allow single key update transactions to not require using the 2 phase commit protocol.