On Wed, May 07, 2008 at 12:00:33AM +0200, Ralf Nieuwenhuijsen wrote:
> - updates solve the replication issue completely; since updates can
> easily be merged. (it is the assumed behavior)
I think there could still be replication conflicts with an update
approach. For instance, if the original document has
"pizza" : "cheese"
and in one database I change it to
"pizza" : "pepperoni"
and in another I change it to
"pizza" : "anchovies"
one still encounters a conflict. Those two changes can't both succeed.
Perhaps I've overlooked some way to work around this.
--
Michael