NoSQL Week in Review 7
Weeks are passing, we’ve reached the 7th edition of NoSQL week in review and we are learning every day more about the NoSQL environment. This last week we’ve seen some good benchmarks but also some bad ones, we’ve looked at what NoSQL can learn from LDAP history and we’ve agreed that NoSQL is here to stay.
But for me the high of the week would be the collaborative way we’ve got to answer a critical question about NoSQL systems: how should we avoid bursting blocking writes. We ended up covering a lot of systems: Terrastore, Redis, Tokyo Cabinet, CouchDB, FleetDB, HBase, Riak and Project Voldemort. I am so grateful to all the guys that helped me out. Thank you!
What’s Hot in the NoSQL World
- Memcachedb Bursting Blocking Writes
- Basic Benchmark: CouchDB vs MongoDB vs MySQL
- Some Cool NoSQL Utilities for Neo4j
- Lessons Learned from Using Hadoop and HBase in Production
- Brief NoSQL News
New NoSQL Releases
The major release of this past week is Redis 1.2.0. There are so many goodies inside that I haven’t been able to cover it yet, but it is coming early on Monday. As noted in our brief NoSQL news there are a couple of releases preparing for the next couple of weeks: Cassandra, Neo4j, Project Voldemort and Terrastore.
Update: the Redis 1.2.0 release article was published.
NoSQL Week in Review
- Basic Benchmark: CouchDB vs MongoDB vs MySQL
“my benchmark script ☞ http://gist.github.com/268512 , couchdb is 5x(read)~10x(write) slower than mongodb :(”…
- FluidDB Proposal is Brilliant, But…
“Taking a look at a fascinating FluidDB usecase that seems to be easily supported by any NoSQL solution. Or not?”…
- What Can NoSQL Learn from LDAP History
“A great post from Michael Mullary over Engine Yard blog on the pros and cons of LDAP and what can be learned from its insuccess.”…
- Challenges of a Hybrid Solution: Oracle - SimpleDB
“I have covered before some hybrid solutions, most of these involving “tweaked” traditional databases to get rid of unnecessary constraints, so this is so far the only NoSQL hybrid solution I’ve read about involving a NoSQL storage and an RDBMS. Sid Anand ( @r39132 ), Netflix cloud engineer, has a series of articles covering the challenges the team down there faced while working on this Oracle/SimpleDB hybrid NoSQL solution:”…
- MongoDB Usecase: Genome Data Experiments
“Jan Aerts, genetics researcher at Cambridge, is using MongoDB to run some experiments on the 1000genomes project. I am not sure the motivation that brought Jan to MongoDB is the best, but my purpose is not to stop any NoSQL experiments, but report them:”…
- Lessons Learned from Using Hadoop and HBase in Production
“Some notes and questions about ☞ ReadPath HBase/Hadoop usage.”…
- Simple way to memcache (almost) all database queries
“I’d probably argue that’s way too simple (and probably not so useful). What I’d do is:”…
- NoSQL Is Here to Stay
“If you think NoSQL is just a fad, I’d encourage you to take a look at the amount of data we need to be ready to process sooner than later .”…
- Clojure + MongoDB = Adia
“What you get when you put together Clojure with Compojure and MongoDB with CongoMongo”…
- CouchDB: From Beginner to Expert in 2 Hours
“These are two presentations on CouchDB that will take you from beginner to expert level in just 2 hours (nb I hope you’ll take it as a joke, as I don’t really believe in anything promising to make you an expert in a short/predefined period of time.)”…
- Some Cool NoSQL Utilities for Neo4j
“A library containing some common graph algorithms and much more…”
- Redis Benchmarks Updated
“The Redis benchmarks got updated to include results for SpeedyRails host. I should note that Redis includes its own benchmarking tool ☞ redis-benchmark .”…
- Presentation: Cassandra in Production @ Digg - Arin Sarkissian
“It looks like the Digg guys are the most public about their usage of Cassandra. Arin’s presentation below is a bit less technical than the ☞ article published a while back, but also has some nice additions.”…
- A Couple of Nice UI Tools for MongoDB
“A 2-in-1 application: a mini browser shell and a mini tutorial for MongoDB and much more…”
- Memcachedb Bursting Blocking Writes
“I read that Reddit guys are using Memcachedb and its bursting blocking writes behavior was causing them a lot of problems lately.”…
- MongoDB and Ruby The guys from Hashrocket discussing the…
“The guys from Hashrocket discussing the various MongoDB Ruby libraries with a focus on Mongoid”…
- Brief NoSQL News
“Cassandra, Neo4j, Project Voldemort and Terrastore are preparing to release very exciting new versions.”…
- Presentation: The History of CouchDB - Damien Katz The story…
“The story behind Damien Katz and CouchDB, C++ and Erlang, XML and JSON, MySQL and IBM.”…
Have a NoSQL week!