Why Large Hadron Collider Scientists are Using CouchDB
readwriteweb.com
Why Large Hadron Collider Scientists are Using CouchDB
1–10 of 17 posts
Re: Why Large Hadron Collider Scientists are Using CouchDB
#2Re: Why Large Hadron Collider Scientists are Using CouchDB
#3I hope they didn't upgrade to 1.0.0.
Re: Why Large Hadron Collider Scientists are Using CouchDB
#4I hope they didn't upgrade to 1.0.0.
Re: Why Large Hadron Collider Scientists are Using CouchDB
#5Re: Why Large Hadron Collider Scientists are Using CouchDB
#6I have no idea why they don't use something dynamo based like Riak or Cassandra which actually can automatically shard data and scale really well... CouchDB only supports replication, no sharding unless you use third party libraries. With Riak they could use the internal map/reduce support and with Cassandra they might be able to use Hadoop to analyze data and split the workload over several nodes.
Re: Why Large Hadron Collider Scientists are Using CouchDB
#7I just can't believe they converted 10 PB of binary data into JSON ;)
Re: Why Large Hadron Collider Scientists are Using CouchDB
#8I have no idea why they don't use something dynamo based like Riak or Cassandra which actually can automatically shard data and scale really well... CouchDB only supports replication, no sharding unless you use third party libraries. With Riak they could use the internal map/reduce support and with Cassandra they might be able to use Hadoop to analyze data and split the workload over several nodes.