Tagged Questions

66
votes
5answers
8k views

Non-Relational Database Design

I'm interested in hearing about design strategies you have used with non-relational "nosql" databases - that is, the (mostly new) class of data stores that don't use traditional relational design or ...
2
votes
1answer
571 views

MongoDB Sharding vs HBase/HyperTable DFS

As far as I have understand MongoDB Sharding and HBase/HyperTable DFS are ways to scale-out but how do they compare and when should I use each of them?
1
vote
1answer
546 views

Hypertable v. HBase and BigTable v. SQL

As Hypertable and HBase seem to be the two major open source BigTable implementations, what are the major pros and cons between these two databases? In addition, what are the major pros and cons ...
0
votes
1answer
175 views

Fastest nosql option for number crunching?

I had always thought that Mongo had excellent performance with it's mapreduce functionality, but am now reading that it is a slow implementation of it. So if I had to pick an alternative to benchmark ...