FoundationDB and the New NoSQL
techcrunch.com
FoundationDB and the New NoSQL
1–10 of 20 posts
Re: FoundationDB and the New NoSQL
#2Re: FoundationDB and the New NoSQL
#3https://news.ycombinator.com/item?id=8729420
Databases at 14.4Mhz ()
292 points by chton 3 days ago 85 commentsRe: FoundationDB and the New NoSQL
#4> As interesting as these new developments–called “NoSQL databases”–were, though, only bleeding-edge startups and a tiny handful of other dreamers were really taking them seriously.
What is this shit? Seriously, wtf. I mean, sure, Mongo saw a lot of use among the mentally challenged, but a _lot_ of big companies have _big_ NoSQL clusters in production. Hell, according to datastax, a quarter of the Fortune 100 use Cassandra..
>
> MongoDB is not ACID compliant. Neither is Cassandra. Neither is Riak. Neither is Redis. Etc etc etc.
The fact that C*, riak, etc aren't ACID isn't a point against them; it's a calculated tradeoff. It's only a problem when they are advertised as being ACID, and I'll happily join you in condemning them if they do call themselves ACID when they are not
We are seeing the rise of "NewSQL" (that is, datastores with transactions), but that does _not_ mean the death of NoSQL, and it does _not_ automatically imply superiority to NoSQL. It's about choice, and that is fucking awesome. Stop trying to induce some twisted total ordering on each consistency model. It doesn't exist. As long as a consistency model is clearly documented, accurately implemented (yeah, I know, I can dream), then there is no innate superiority. Stop trying to create one.
Re: FoundationDB and the New NoSQL
#5Re: FoundationDB and the New NoSQL
#6Couchdb is a NoSQL store that is ACID.
Re: FoundationDB and the New NoSQL
#7Couchdb is a NoSQL store that is ACID.
Re: FoundationDB and the New NoSQL
#8Couchdb is a NoSQL store that is ACID.
Re: FoundationDB and the New NoSQL
#9See arangodb.com.