Simon Riggs <simon(at)2ndQuadrant(dot)com> wrote: > Each user must compare against work performed by all other users.O(N).> > There are N users, so O(N^2). Why does that apply here and not in the update conflict detection? -Kevin