Comment Re:Blow to NoSQL movement (Score 1) 334
On the 'eventually consistent' point, just wanted to point out that MarkLogic does NOT use the 'eventually consistent' model. Instead MarkLogic uses MVCC and is fully serializable when it comes to transactions. In addition, MarkLogic's indexes are updated within the transaction boundary, so as soon as the transaction commits, you know the journal has been updated and the indexes are updated too.
Combine this with MarkLogic's ability to save any arbitrarily complex search as an alert, and you can power many interesting mission critical information sharing applications.
I have a blog entry that describes this: http://adamfowlerml.wordpress.com/2013/11/25/marklogic-huh-what-is-it-good-for/
Also around Serializability: http://adamfowlerml.wordpress.com/2013/01/25/true-acid-compliance/
[Yes, I work for MarkLogic! I work here because it's an awesome piece of tech. ]