[infinispan-dev] Distributed Counter Discussion

Gustavo Fernandes gustavo at infinispan.org
Tue Mar 15 05:04:43 EDT 2016


> For information about CRDTs, make sure you’ve read the CRDT paper by
> Shapiro: http://hal.upmc.fr/inria-00555588/document
>


On that topic, I recently came across the paper "Scalable Eventually
Consistent Counters over Unreliable Networks" [1]  which highlights some of
the scalability problems with CRDT counters at large scale: namely the
propagation and maintenance of a version vector that keeps growing
over time and requires broadcasts across all members. The paper then
describes how some implementors of CRDT counters tackled this limitation
by using "server side only" counters, and the inherent issues with that
approach. Finally it proposes an alternative called "Handoff counters" in
order
to overcome the scalability issue.

[1] http://arxiv.org/pdf/1307.3207v1.pdf

_______________________________________________

> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20160315/20a88929/attachment.html 


More information about the infinispan-dev mailing list