Hello,
Why does the digest read response include a hash of the column value? Isn't
the timestamp sufficient?
May be an answer:
Is the value hash computed to cope with (I presume rare) race condition
scenario where 2 nodes would end up with same col. name and same col.
timestamp but with a diffe
be more efficient to not hash the value
and reclaim it only when hitting a such case (ok easy to say :-))
On Mon, Apr 2, 2012 at 4:25 PM, Jonathan Ellis wrote:
> Look at Column.reconcile.
>
> On Mon, Apr 2, 2012 at 9:17 AM, Nicolas Romanetti
> wrote:
> > Hello,
> >
&