Re: Multiple writers cause inconsistent vertices
Kevin Schmidt <ktsc...@...>
The way we handled it was to not use locks or a unique index, but do keep a non-unique index, but then accept that there may be duplicate vertices and either construct our traversals to handle it, or periodically check/detect the duplicates and remove/fix them. On Sun, Sep 24, 2017 at 7:56 AM, Ajay Srivastava <Ajay.Sr...@...> wrote:
|
|