Re: Merge implementation details

2020-11-10 Thread Sylvain Lebresne
If you want something precise, I'm afraid you'll have to go to the source code. The code to merge "cells" (internally, a "cell" corresponds pretty much to the value of specific column in a specific row, though a non-frozen collection column is actually multiple cells) is in `Cells#reconcile` at:

Merge implementation details

2020-11-09 Thread Benjamin Stadin
Hi List, I need to synchronize Cassandra with some sort of proprietary distributed cache. One of the things I‘m looking at is the exact behaviour of the merge operation (LWW) as it is implemented in Cassandra, in order to maintain an (eventually) consistent state between Cassandra and this cach