On Fri, Feb 10, 2017 at 1:13 PM, Benjamin Roth <benjamin.r...@jaumo.com> wrote:
> Thanks a lot for that post. If I read the code right, then there is one > case missing in your post. > According to StorageProxy.mutateMV, local updates are NOT put into a batch > and are instantly applied locally. So a batch is only created if remote > mutations have to be applied and only for those mutations. > I can confirm that your understanding is correct here. If the "paired" MV replica happens to be the same node (which is guaranteed if and only if the partition key is the same), the mutation is immediately applied locally. -- Tyler Hobbs DataStax <http://datastax.com/>