There are plenty of new databases coming out, aiming to tackle the massively scalable domain that Google's BigTable pioneered. On the Radar mailing list, Jesse pointed out Cassandra (Facebook's offering) and Mike Loukides countered with Hypertable, asking "We're sort of being overrun with BigTable-style databases; I wonder what's going to win?". (Artur observed, "Cassandra is less like BigTable and more like a distributed column store with autocreating and searching in column namespace, but lacks a lot of indexing needed for BigTable.")
Jesse replied it'd be the one that's easiest for developers to use quickly, and I expanded that to:
- language and platform integration (e.g., Ruby, Rails, Django) so it can be used in the language you use to get stuff done
- higher abstractions available …