On Sun, Sep 26, 2010 at 4:01 PM, Lucas Nodine <lucasnod...@gmail.com> wrote: > Ok, so based on everyone's input it seems that I need to put some sort of > server in front of Cassandra to handle locking and exclusive access. > > I am planning on building a system (DMS) that will store resources > (document, images, media, etc) using Cassandra for data. As my target user > is going to be someone without any understanding of a 'diff' I have elected > for locking instead of conflict resolution in versions.
Good thing, as versioned conflict resolution is not available in Cassandra. b